Andrei Aioanei commited on
Commit
263a30a
·
1 Parent(s): bd362e9

Update social_sciences domain with 5 ontologies

Browse files
README.md CHANGED
@@ -7,7 +7,7 @@ tags:
7
  - OntoLearner
8
  - ontology-learning
9
  - social_sciences
10
- pretty_name: Agricultural
11
  ---
12
  <div>
13
  <img src="https://raw.githubusercontent.com/sciknoworg/OntoLearner/main/images/logo.png" alt="OntoLearner"
@@ -15,8 +15,16 @@ pretty_name: Agricultural
15
  <h1 style="text-align: center; margin-top: 1em;">Social Sciences Domain Ontologies</h1>
16
  </div>
17
 
 
 
 
 
 
 
 
 
18
  ## Overview
19
- The social sciences domain encompasses ontologies that systematically represent and model the complexities of societal structures, human behavior, identity, and social interactions. This domain is pivotal in knowledge representation as it provides a structured framework for understanding and analyzing the intricate dynamics of social phenomena, facilitating interoperability and data integration across diverse social science disciplines. By capturing the nuanced relationships and entities within social contexts, these ontologies enable more precise and meaningful insights into human societies.
20
 
21
  ## Ontologies
22
  | Ontology ID | Full Name | Classes | Properties | Last Updated |
@@ -36,5 +44,38 @@ Each ontology directory contains the following files:
36
  5. `<ontology_id>.rst` - Documentation describing the ontology
37
 
38
  ## Usage
39
- These datasets are intended for ontology learning research and applications.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
 
 
7
  - OntoLearner
8
  - ontology-learning
9
  - social_sciences
10
+ pretty_name: Social Sciences
11
  ---
12
  <div>
13
  <img src="https://raw.githubusercontent.com/sciknoworg/OntoLearner/main/images/logo.png" alt="OntoLearner"
 
15
  <h1 style="text-align: center; margin-top: 1em;">Social Sciences Domain Ontologies</h1>
16
  </div>
17
 
18
+ <div align="center">
19
+
20
+ [![GitHub](https://img.shields.io/badge/GitHub-OntoLearner-blue?logo=github)](https://github.com/sciknoworg/OntoLearner)
21
+ [![PyPI](https://img.shields.io/badge/PyPI-OntoLearner-blue?logo=pypi)](https://pypi.org/project/OntoLearner/)
22
+ [![Documentation](https://img.shields.io/badge/Docs-ReadTheDocs-blue)](https://ontolearner.readthedocs.io/benchmarking/benchmark.html)
23
+
24
+ </div>
25
+
26
  ## Overview
27
+ The social sciences domain encompasses ontologies that systematically represent and model the complex structures, behaviors, identities, and interactions inherent in human societies. This domain is pivotal for advancing knowledge representation by providing a structured framework to analyze and interpret social phenomena, facilitating interdisciplinary research and enabling the integration of diverse data sources. Through precise semantic modeling, it enhances our understanding of social dynamics and supports the development of applications that address societal challenges.
28
 
29
  ## Ontologies
30
  | Ontology ID | Full Name | Classes | Properties | Last Updated |
 
44
  5. `<ontology_id>.rst` - Documentation describing the ontology
45
 
46
  ## Usage
47
+ These datasets are intended for ontology learning research and applications. Here's how to use them with OntoLearner:
48
+
49
+ ```python
50
+ from ontolearner.ontology import Wine
51
+ from ontolearner.utils.train_test_split import train_test_split
52
+ from ontolearner.learner_pipeline import LearnerPipeline
53
+
54
+ ontology = Wine()
55
+ ontology.load() # Automatically downloads from Hugging Face
56
+
57
+ # Extract the dataset
58
+ data = ontology.extract()
59
+
60
+ # Split into train and test sets
61
+ train_data, test_data = train_test_split(data, test_size=0.2)
62
+
63
+ # Create a learning pipeline (for RAG-based learning)
64
+ pipeline = LearnerPipeline(
65
+ task="term-typing", # Other options: "taxonomy-discovery" or "non-taxonomy-discovery"
66
+ retriever_id="sentence-transformers/all-MiniLM-L6-v2",
67
+ llm_id="mistralai/Mistral-7B-Instruct-v0.1",
68
+ hf_token="your_huggingface_token" # Only needed for gated models
69
+ )
70
+
71
+ # Train and evaluate
72
+ results, metrics = pipeline.fit_predict_evaluate(
73
+ train_data=train_data,
74
+ test_data=test_data,
75
+ top_k=3,
76
+ test_limit=10
77
+ )
78
+ ```
79
+
80
+ For more detailed examples, see the [OntoLearner documentation](https://ontolearner.readthedocs.io/).
81
 
as2/as2.ttl CHANGED
File without changes
as2/term_typings.json CHANGED
@@ -1,6 +1,6 @@
1
  [
2
  {
3
- "ID": "TT_39194aaf",
4
  "term": "nil",
5
  "types": [
6
  "OrderedItems"
 
1
  [
2
  {
3
+ "ID": "TT_c92c8cac",
4
  "term": "nil",
5
  "types": [
6
  "OrderedItems"
as2/type_non_taxonomic_relations.json CHANGED
@@ -8,7 +8,7 @@
8
  ],
9
  "non_taxonomies": [
10
  {
11
- "ID": "NR_34f84a17",
12
  "head": "Link",
13
  "tail": "Object",
14
  "relation": "disjointWith"
 
8
  ],
9
  "non_taxonomies": [
10
  {
11
+ "ID": "NR_eb754bb8",
12
  "head": "Link",
13
  "tail": "Object",
14
  "relation": "disjointWith"
as2/type_taxonomies.json CHANGED
@@ -1,333 +1,333 @@
1
  {
2
  "types": [
3
- "Remove",
4
- "Undo",
5
- "Image",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  "Reject",
7
- "Note",
8
  "CollectionPage",
9
- "Like",
10
- "Profile",
11
- "Flag",
12
- "Accept",
 
 
 
13
  "Group",
14
- "Application",
15
  "Arrive",
16
- "Person",
17
- "Object",
18
- "Event",
19
- "Dislike",
20
- "TentativeAccept",
21
  "IntransitiveActivity",
22
- "Service",
23
  "Video",
24
- "TentativeReject",
25
- "Document",
26
- "Block",
27
  "Page",
28
- "Follow",
29
- "OrderedCollectionPage",
30
- "View",
31
- "Delete",
32
- "Relationship",
33
- "Link",
34
- "Announce",
35
- "Listen",
36
- "Travel",
37
- "Collection",
38
- "Organization",
39
- "Tombstone",
40
- "Audio",
41
  "Create",
42
- "Update",
43
- "Article",
 
 
 
 
 
44
  "Mention",
45
- "Activity",
46
- "Move",
47
- "Place",
48
- "Join",
49
- "Offer",
50
- "Read",
51
  "Leave",
52
- "Invite",
53
- "Question",
54
- "Ignore",
55
- "OrderedCollection",
56
- "Add"
 
 
57
  ],
58
  "taxonomies": [
59
  {
60
- "ID": "TR_53e08e64",
61
  "parent": "Activity",
62
  "child": "Accept"
63
  },
64
  {
65
- "ID": "TR_3f85d1b6",
66
  "parent": "Activity",
67
  "child": "IntransitiveActivity"
68
  },
69
  {
70
- "ID": "TR_abe08f59",
71
  "parent": "Activity",
72
  "child": "Add"
73
  },
74
  {
75
- "ID": "TR_aacc8499",
76
  "parent": "Activity",
77
  "child": "Announce"
78
  },
79
  {
80
- "ID": "TR_c76144fc",
81
  "parent": "Activity",
82
  "child": "Create"
83
  },
84
  {
85
- "ID": "TR_632a7655",
86
  "parent": "Activity",
87
  "child": "Delete"
88
  },
89
  {
90
- "ID": "TR_12c6f14e",
91
  "parent": "Activity",
92
  "child": "Dislike"
93
  },
94
  {
95
- "ID": "TR_71b92ff6",
96
  "parent": "Activity",
97
  "child": "Flag"
98
  },
99
  {
100
- "ID": "TR_dfa2f015",
101
  "parent": "Activity",
102
  "child": "Follow"
103
  },
104
  {
105
- "ID": "TR_f9c7321f",
106
  "parent": "Activity",
107
  "child": "Ignore"
108
  },
109
  {
110
- "ID": "TR_af876972",
111
  "parent": "Activity",
112
  "child": "Join"
113
  },
114
  {
115
- "ID": "TR_789a5f69",
116
  "parent": "Activity",
117
  "child": "Leave"
118
  },
119
  {
120
- "ID": "TR_b8b3bf12",
121
  "parent": "Activity",
122
  "child": "Like"
123
  },
124
  {
125
- "ID": "TR_a2ba0d0e",
126
  "parent": "Activity",
127
  "child": "View"
128
  },
129
  {
130
- "ID": "TR_d7292cab",
131
  "parent": "Activity",
132
  "child": "Listen"
133
  },
134
  {
135
- "ID": "TR_48290971",
136
  "parent": "Activity",
137
  "child": "Read"
138
  },
139
  {
140
- "ID": "TR_b3226cd4",
141
  "parent": "Activity",
142
  "child": "Move"
143
  },
144
  {
145
- "ID": "TR_a3a9416c",
146
  "parent": "Activity",
147
  "child": "Offer"
148
  },
149
  {
150
- "ID": "TR_333704e5",
151
  "parent": "Activity",
152
  "child": "Reject"
153
  },
154
  {
155
- "ID": "TR_f1fc2aca",
156
  "parent": "Activity",
157
  "child": "Remove"
158
  },
159
  {
160
- "ID": "TR_f0c6e7fd",
161
  "parent": "Activity",
162
  "child": "Undo"
163
  },
164
  {
165
- "ID": "TR_b79dfe2c",
166
  "parent": "Activity",
167
  "child": "Update"
168
  },
169
  {
170
- "ID": "TR_edf93790",
171
  "parent": "Object",
172
  "child": "Activity"
173
  },
174
  {
175
- "ID": "TR_e6a1d83a",
176
  "parent": "Object",
177
  "child": "Application"
178
  },
179
  {
180
- "ID": "TR_f04c3887",
181
  "parent": "Object",
182
  "child": "Article"
183
  },
184
  {
185
- "ID": "TR_183921b9",
186
  "parent": "Object",
187
  "child": "Collection"
188
  },
189
  {
190
- "ID": "TR_85c0aad0",
191
  "parent": "Object",
192
  "child": "Relationship"
193
  },
194
  {
195
- "ID": "TR_b077ec86",
196
  "parent": "Object",
197
  "child": "Document"
198
  },
199
  {
200
- "ID": "TR_c4d8af1b",
201
  "parent": "Object",
202
  "child": "Event"
203
  },
204
  {
205
- "ID": "TR_a370c20b",
206
  "parent": "Object",
207
  "child": "Group"
208
  },
209
  {
210
- "ID": "TR_d200cf66",
211
  "parent": "Object",
212
  "child": "Note"
213
  },
214
  {
215
- "ID": "TR_f5094f0a",
216
  "parent": "Object",
217
  "child": "Page"
218
  },
219
  {
220
- "ID": "TR_d80bd199",
221
  "parent": "Object",
222
  "child": "Person"
223
  },
224
  {
225
- "ID": "TR_79bad0ab",
226
  "parent": "Object",
227
  "child": "Organization"
228
  },
229
  {
230
- "ID": "TR_01a03361",
231
  "parent": "Object",
232
  "child": "Profile"
233
  },
234
  {
235
- "ID": "TR_b8c75cb7",
236
  "parent": "Object",
237
  "child": "Place"
238
  },
239
  {
240
- "ID": "TR_1edbbe35",
241
  "parent": "Object",
242
  "child": "Service"
243
  },
244
  {
245
- "ID": "TR_001b9312",
246
  "parent": "Object",
247
  "child": "Tombstone"
248
  },
249
  {
250
- "ID": "TR_d2cb1389",
251
  "parent": "Ignore",
252
  "child": "Block"
253
  },
254
  {
255
- "ID": "TR_e5569ba3",
256
  "parent": "Activity",
257
  "child": "IntransitiveActivity"
258
  },
259
  {
260
- "ID": "TR_94dfc71e",
261
  "parent": "IntransitiveActivity",
262
  "child": "Arrive"
263
  },
264
  {
265
- "ID": "TR_5194266d",
266
  "parent": "IntransitiveActivity",
267
  "child": "Travel"
268
  },
269
  {
270
- "ID": "TR_e2c93d98",
271
  "parent": "IntransitiveActivity",
272
  "child": "Question"
273
  },
274
  {
275
- "ID": "TR_f92c83bf",
276
  "parent": "Document",
277
  "child": "Audio"
278
  },
279
  {
280
- "ID": "TR_18b6edf6",
281
  "parent": "Document",
282
  "child": "Image"
283
  },
284
  {
285
- "ID": "TR_a0bbd6de",
286
  "parent": "Document",
287
  "child": "Video"
288
  },
289
  {
290
- "ID": "TR_b106a995",
291
  "parent": "Collection",
292
  "child": "CollectionPage"
293
  },
294
  {
295
- "ID": "TR_fb01d72e",
296
  "parent": "OrderedCollection",
297
  "child": "OrderedCollectionPage"
298
  },
299
  {
300
- "ID": "TR_4923782f",
301
  "parent": "CollectionPage",
302
  "child": "OrderedCollectionPage"
303
  },
304
  {
305
- "ID": "TR_22908509",
306
  "parent": "OrderedCollection",
307
  "child": "OrderedCollectionPage"
308
  },
309
  {
310
- "ID": "TR_235607bf",
311
  "parent": "CollectionPage",
312
  "child": "OrderedCollectionPage"
313
  },
314
  {
315
- "ID": "TR_ee3c8699",
316
  "parent": "Offer",
317
  "child": "Invite"
318
  },
319
  {
320
- "ID": "TR_1e81fde4",
321
  "parent": "Link",
322
  "child": "Mention"
323
  },
324
  {
325
- "ID": "TR_428d39c3",
326
  "parent": "Accept",
327
  "child": "TentativeAccept"
328
  },
329
  {
330
- "ID": "TR_c72b6938",
331
  "parent": "Reject",
332
  "child": "TentativeReject"
333
  }
 
1
  {
2
  "types": [
3
+ "Update",
4
+ "Link",
5
+ "Invite",
6
+ "Join",
7
+ "Application",
8
+ "Listen",
9
+ "Activity",
10
+ "Like",
11
+ "Offer",
12
+ "Move",
13
+ "Collection",
14
+ "Object",
15
+ "Audio",
16
+ "View",
17
+ "Organization",
18
+ "Document",
19
+ "Question",
20
  "Reject",
21
+ "Relationship",
22
  "CollectionPage",
23
+ "TentativeAccept",
24
+ "Article",
25
+ "Place",
26
+ "Ignore",
27
+ "Tombstone",
28
+ "OrderedCollectionPage",
29
+ "Add",
30
  "Group",
31
+ "Delete",
32
  "Arrive",
33
+ "Travel",
34
+ "Announce",
 
 
 
35
  "IntransitiveActivity",
36
+ "Read",
37
  "Video",
 
 
 
38
  "Page",
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  "Create",
40
+ "Profile",
41
+ "TentativeReject",
42
+ "Accept",
43
+ "Remove",
44
+ "Person",
45
+ "Block",
46
+ "OrderedCollection",
47
  "Mention",
48
+ "Event",
 
 
 
 
 
49
  "Leave",
50
+ "Image",
51
+ "Undo",
52
+ "Flag",
53
+ "Dislike",
54
+ "Follow",
55
+ "Note",
56
+ "Service"
57
  ],
58
  "taxonomies": [
59
  {
60
+ "ID": "TR_5fdd5178",
61
  "parent": "Activity",
62
  "child": "Accept"
63
  },
64
  {
65
+ "ID": "TR_4808c04b",
66
  "parent": "Activity",
67
  "child": "IntransitiveActivity"
68
  },
69
  {
70
+ "ID": "TR_8ff2933a",
71
  "parent": "Activity",
72
  "child": "Add"
73
  },
74
  {
75
+ "ID": "TR_f3cbb24e",
76
  "parent": "Activity",
77
  "child": "Announce"
78
  },
79
  {
80
+ "ID": "TR_0551626e",
81
  "parent": "Activity",
82
  "child": "Create"
83
  },
84
  {
85
+ "ID": "TR_6b8c645b",
86
  "parent": "Activity",
87
  "child": "Delete"
88
  },
89
  {
90
+ "ID": "TR_ae29db69",
91
  "parent": "Activity",
92
  "child": "Dislike"
93
  },
94
  {
95
+ "ID": "TR_9ffb7150",
96
  "parent": "Activity",
97
  "child": "Flag"
98
  },
99
  {
100
+ "ID": "TR_f5aa9b01",
101
  "parent": "Activity",
102
  "child": "Follow"
103
  },
104
  {
105
+ "ID": "TR_9c766114",
106
  "parent": "Activity",
107
  "child": "Ignore"
108
  },
109
  {
110
+ "ID": "TR_db635dae",
111
  "parent": "Activity",
112
  "child": "Join"
113
  },
114
  {
115
+ "ID": "TR_51282717",
116
  "parent": "Activity",
117
  "child": "Leave"
118
  },
119
  {
120
+ "ID": "TR_7a5b301d",
121
  "parent": "Activity",
122
  "child": "Like"
123
  },
124
  {
125
+ "ID": "TR_d6e55a12",
126
  "parent": "Activity",
127
  "child": "View"
128
  },
129
  {
130
+ "ID": "TR_f18a2ace",
131
  "parent": "Activity",
132
  "child": "Listen"
133
  },
134
  {
135
+ "ID": "TR_d219a994",
136
  "parent": "Activity",
137
  "child": "Read"
138
  },
139
  {
140
+ "ID": "TR_bd521e30",
141
  "parent": "Activity",
142
  "child": "Move"
143
  },
144
  {
145
+ "ID": "TR_0ffa85f9",
146
  "parent": "Activity",
147
  "child": "Offer"
148
  },
149
  {
150
+ "ID": "TR_30aa290f",
151
  "parent": "Activity",
152
  "child": "Reject"
153
  },
154
  {
155
+ "ID": "TR_af82ac8f",
156
  "parent": "Activity",
157
  "child": "Remove"
158
  },
159
  {
160
+ "ID": "TR_a8a9d67e",
161
  "parent": "Activity",
162
  "child": "Undo"
163
  },
164
  {
165
+ "ID": "TR_bf624334",
166
  "parent": "Activity",
167
  "child": "Update"
168
  },
169
  {
170
+ "ID": "TR_e95fec4a",
171
  "parent": "Object",
172
  "child": "Activity"
173
  },
174
  {
175
+ "ID": "TR_4f2c062c",
176
  "parent": "Object",
177
  "child": "Application"
178
  },
179
  {
180
+ "ID": "TR_e6f218bd",
181
  "parent": "Object",
182
  "child": "Article"
183
  },
184
  {
185
+ "ID": "TR_eb67d7d6",
186
  "parent": "Object",
187
  "child": "Collection"
188
  },
189
  {
190
+ "ID": "TR_9e94c038",
191
  "parent": "Object",
192
  "child": "Relationship"
193
  },
194
  {
195
+ "ID": "TR_2f60a660",
196
  "parent": "Object",
197
  "child": "Document"
198
  },
199
  {
200
+ "ID": "TR_e5993560",
201
  "parent": "Object",
202
  "child": "Event"
203
  },
204
  {
205
+ "ID": "TR_65c08f83",
206
  "parent": "Object",
207
  "child": "Group"
208
  },
209
  {
210
+ "ID": "TR_84cd29d8",
211
  "parent": "Object",
212
  "child": "Note"
213
  },
214
  {
215
+ "ID": "TR_2b47388b",
216
  "parent": "Object",
217
  "child": "Page"
218
  },
219
  {
220
+ "ID": "TR_6a03500e",
221
  "parent": "Object",
222
  "child": "Person"
223
  },
224
  {
225
+ "ID": "TR_18943429",
226
  "parent": "Object",
227
  "child": "Organization"
228
  },
229
  {
230
+ "ID": "TR_a2d6a2ae",
231
  "parent": "Object",
232
  "child": "Profile"
233
  },
234
  {
235
+ "ID": "TR_470c29e8",
236
  "parent": "Object",
237
  "child": "Place"
238
  },
239
  {
240
+ "ID": "TR_18ea1f77",
241
  "parent": "Object",
242
  "child": "Service"
243
  },
244
  {
245
+ "ID": "TR_9f68193f",
246
  "parent": "Object",
247
  "child": "Tombstone"
248
  },
249
  {
250
+ "ID": "TR_7da2d2fb",
251
  "parent": "Ignore",
252
  "child": "Block"
253
  },
254
  {
255
+ "ID": "TR_04c0161e",
256
  "parent": "Activity",
257
  "child": "IntransitiveActivity"
258
  },
259
  {
260
+ "ID": "TR_2933b529",
261
  "parent": "IntransitiveActivity",
262
  "child": "Arrive"
263
  },
264
  {
265
+ "ID": "TR_3f05094b",
266
  "parent": "IntransitiveActivity",
267
  "child": "Travel"
268
  },
269
  {
270
+ "ID": "TR_944f2269",
271
  "parent": "IntransitiveActivity",
272
  "child": "Question"
273
  },
274
  {
275
+ "ID": "TR_2b213b02",
276
  "parent": "Document",
277
  "child": "Audio"
278
  },
279
  {
280
+ "ID": "TR_f27ae849",
281
  "parent": "Document",
282
  "child": "Image"
283
  },
284
  {
285
+ "ID": "TR_498e2258",
286
  "parent": "Document",
287
  "child": "Video"
288
  },
289
  {
290
+ "ID": "TR_9eac5bef",
291
  "parent": "Collection",
292
  "child": "CollectionPage"
293
  },
294
  {
295
+ "ID": "TR_66a67846",
296
  "parent": "OrderedCollection",
297
  "child": "OrderedCollectionPage"
298
  },
299
  {
300
+ "ID": "TR_e76c6a2a",
301
  "parent": "CollectionPage",
302
  "child": "OrderedCollectionPage"
303
  },
304
  {
305
+ "ID": "TR_7d45bc5b",
306
  "parent": "OrderedCollection",
307
  "child": "OrderedCollectionPage"
308
  },
309
  {
310
+ "ID": "TR_791a5138",
311
  "parent": "CollectionPage",
312
  "child": "OrderedCollectionPage"
313
  },
314
  {
315
+ "ID": "TR_15db6f40",
316
  "parent": "Offer",
317
  "child": "Invite"
318
  },
319
  {
320
+ "ID": "TR_fad6e515",
321
  "parent": "Link",
322
  "child": "Mention"
323
  },
324
  {
325
+ "ID": "TR_73ae9eac",
326
  "parent": "Accept",
327
  "child": "TentativeAccept"
328
  },
329
  {
330
+ "ID": "TR_12d851a4",
331
  "parent": "Reject",
332
  "child": "TentativeReject"
333
  }
bio/bio.rdf CHANGED
File without changes
bio/term_typings.json CHANGED
@@ -1,6 +1,6 @@
1
  [
2
  {
3
- "ID": "TT_514bcfdb",
4
  "term": "me",
5
  "types": [
6
  "Person"
 
1
  [
2
  {
3
+ "ID": "TT_89692435",
4
  "term": "me",
5
  "types": [
6
  "Person"
bio/type_non_taxonomic_relations.json CHANGED
File without changes
bio/type_taxonomies.json CHANGED
@@ -1,336 +1,336 @@
1
  {
2
  "types": [
3
- "Marriage",
4
- "Retirement",
5
- "BasMitzvah",
 
 
 
 
 
6
  "Investiture",
7
- "Employment",
8
  "Individual Event",
9
- "Performance",
 
10
  "Naturalization",
11
- "Burial",
12
- "Birth",
 
 
 
 
 
 
 
 
 
 
 
 
13
  "Event",
 
 
14
  "Group Event",
 
 
 
15
  "Resignation",
16
- "Death",
17
- "Interval",
18
- "Emigration",
19
- "Funeral",
20
  "Adoption",
21
- "BarMitzvah",
22
- "Baptism",
23
- "Assassination",
24
- "Inauguration",
25
- "Execution",
26
  "Redundancy",
27
- "ProperInterval",
28
- "Coronation",
29
- "Imprisonment",
30
  "Dismissal",
31
- "Promotion",
32
- "Ordination",
33
- "Disbanding",
34
- "Demotion",
35
- "Change of Position",
36
- "Enrolment",
37
- "Change of Name",
38
- "Divorce",
39
- "Annulment",
40
- "Accession",
41
- "Formation",
42
- "Murder",
43
- "Cremation",
44
- "Graduation"
45
  ],
46
  "taxonomies": [
47
  {
48
- "ID": "TR_3440b03f",
49
  "parent": "Event",
50
  "child": "Event"
51
  },
52
  {
53
- "ID": "TR_e228b7ee",
54
  "parent": "Event",
55
  "child": "Event"
56
  },
57
  {
58
- "ID": "TR_b7e78e9a",
59
  "parent": "Event",
60
  "child": "Event"
61
  },
62
  {
63
- "ID": "TR_075d3171",
64
  "parent": "Event",
65
  "child": "Event"
66
  },
67
  {
68
- "ID": "TR_611c0b39",
69
  "parent": "Event",
70
  "child": "Event"
71
  },
72
  {
73
- "ID": "TR_2cfdd09c",
74
  "parent": "Event",
75
  "child": "Event"
76
  },
77
  {
78
- "ID": "TR_86f42d9e",
79
  "parent": "Event",
80
  "child": "Event"
81
  },
82
  {
83
- "ID": "TR_46ecc570",
84
  "parent": "Event",
85
  "child": "Event"
86
  },
87
  {
88
- "ID": "TR_88196c23",
89
  "parent": "Event",
90
  "child": "Event"
91
  },
92
  {
93
- "ID": "TR_16fbd196",
94
  "parent": "Event",
95
  "child": "Event"
96
  },
97
  {
98
- "ID": "TR_73e8f4d0",
99
  "parent": "Event",
100
  "child": "Event"
101
  },
102
  {
103
- "ID": "TR_ba374895",
104
  "parent": "Event",
105
  "child": "Event"
106
  },
107
  {
108
- "ID": "TR_fa34c363",
109
  "parent": "Event",
110
  "child": "Event"
111
  },
112
  {
113
- "ID": "TR_db0550cd",
114
  "parent": "Event",
115
  "child": "Event"
116
  },
117
  {
118
- "ID": "TR_76e7e08d",
119
  "parent": "Event",
120
  "child": "Event"
121
  },
122
  {
123
- "ID": "TR_a0b16df0",
124
  "parent": "Event",
125
  "child": "Event"
126
  },
127
  {
128
- "ID": "TR_b0bbc23c",
129
  "parent": "Event",
130
  "child": "Individual Event"
131
  },
132
  {
133
- "ID": "TR_bef27481",
134
  "parent": "Event",
135
  "child": "Group Event"
136
  },
137
  {
138
- "ID": "TR_8ca10a9c",
139
  "parent": "Event",
140
  "child": "Individual Event"
141
  },
142
  {
143
- "ID": "TR_1764874c",
144
  "parent": "Event",
145
  "child": "Group Event"
146
  },
147
  {
148
- "ID": "TR_4bea7b0e",
149
  "parent": "Individual Event",
150
  "child": "Birth"
151
  },
152
  {
153
- "ID": "TR_87a41430",
154
  "parent": "Individual Event",
155
  "child": "Death"
156
  },
157
  {
158
- "ID": "TR_4f623c77",
159
  "parent": "Individual Event",
160
  "child": "Funeral"
161
  },
162
  {
163
- "ID": "TR_2a2676d9",
164
  "parent": "Individual Event",
165
  "child": "Burial"
166
  },
167
  {
168
- "ID": "TR_f8631fae",
169
  "parent": "Individual Event",
170
  "child": "Cremation"
171
  },
172
  {
173
- "ID": "TR_a0dcd613",
174
  "parent": "Individual Event",
175
  "child": "Adoption"
176
  },
177
  {
178
- "ID": "TR_8d1a00da",
179
  "parent": "Individual Event",
180
  "child": "Baptism"
181
  },
182
  {
183
- "ID": "TR_50e2b21a",
184
  "parent": "Individual Event",
185
  "child": "BarMitzvah"
186
  },
187
  {
188
- "ID": "TR_9d59c4d6",
189
  "parent": "Individual Event",
190
  "child": "BasMitzvah"
191
  },
192
  {
193
- "ID": "TR_f4a40531",
194
  "parent": "Individual Event",
195
  "child": "Ordination"
196
  },
197
  {
198
- "ID": "TR_6b122f2e",
199
  "parent": "Individual Event",
200
  "child": "Naturalization"
201
  },
202
  {
203
- "ID": "TR_a77e9c16",
204
  "parent": "Individual Event",
205
  "child": "Emigration"
206
  },
207
  {
208
- "ID": "TR_1e6242c7",
209
  "parent": "Individual Event",
210
  "child": "Enrolment"
211
  },
212
  {
213
- "ID": "TR_4e7dd657",
214
  "parent": "Individual Event",
215
  "child": "Graduation"
216
  },
217
  {
218
- "ID": "TR_956d0acb",
219
  "parent": "Individual Event",
220
  "child": "Imprisonment"
221
  },
222
  {
223
- "ID": "TR_e380a982",
224
  "parent": "Individual Event",
225
  "child": "Employment"
226
  },
227
  {
228
- "ID": "TR_d01ca0dc",
229
  "parent": "Individual Event",
230
  "child": "Change of Position"
231
  },
232
  {
233
- "ID": "TR_31107b36",
234
  "parent": "Individual Event",
235
  "child": "Change of Name"
236
  },
237
  {
238
- "ID": "TR_ede2204f",
239
  "parent": "Individual Event",
240
  "child": "Retirement"
241
  },
242
  {
243
- "ID": "TR_a582437e",
244
  "parent": "Individual Event",
245
  "child": "Resignation"
246
  },
247
  {
248
- "ID": "TR_7660a5ff",
249
  "parent": "Individual Event",
250
  "child": "Dismissal"
251
  },
252
  {
253
- "ID": "TR_75fa6fd9",
254
  "parent": "Individual Event",
255
  "child": "Redundancy"
256
  },
257
  {
258
- "ID": "TR_7c68706a",
259
  "parent": "Individual Event",
260
  "child": "Investiture"
261
  },
262
  {
263
- "ID": "TR_edd385c5",
264
  "parent": "Individual Event",
265
  "child": "Inauguration"
266
  },
267
  {
268
- "ID": "TR_de1d60de",
269
  "parent": "Individual Event",
270
  "child": "Accession"
271
  },
272
  {
273
- "ID": "TR_cbf5fe78",
274
  "parent": "Individual Event",
275
  "child": "Coronation"
276
  },
277
  {
278
- "ID": "TR_7832d145",
279
  "parent": "Individual Event",
280
  "child": "Formation"
281
  },
282
  {
283
- "ID": "TR_86b56b02",
284
  "parent": "Individual Event",
285
  "child": "Disbanding"
286
  },
287
  {
288
- "ID": "TR_1bf91626",
289
  "parent": "Group Event",
290
  "child": "Marriage"
291
  },
292
  {
293
- "ID": "TR_ba3e31d7",
294
  "parent": "Group Event",
295
  "child": "Annulment"
296
  },
297
  {
298
- "ID": "TR_ef96985f",
299
  "parent": "Group Event",
300
  "child": "Divorce"
301
  },
302
  {
303
- "ID": "TR_c10f649b",
304
  "parent": "Group Event",
305
  "child": "Performance"
306
  },
307
  {
308
- "ID": "TR_24328590",
309
  "parent": "Death",
310
  "child": "Execution"
311
  },
312
  {
313
- "ID": "TR_86979ce9",
314
  "parent": "Death",
315
  "child": "Murder"
316
  },
317
  {
318
- "ID": "TR_8372419a",
319
  "parent": "Murder",
320
  "child": "Assassination"
321
  },
322
  {
323
- "ID": "TR_08f97511",
324
  "parent": "Change of Position",
325
  "child": "Promotion"
326
  },
327
  {
328
- "ID": "TR_8c8fd62b",
329
  "parent": "Change of Position",
330
  "child": "Demotion"
331
  },
332
  {
333
- "ID": "TR_3362fbc4",
334
  "parent": "ProperInterval",
335
  "child": "Interval"
336
  }
 
1
  {
2
  "types": [
3
+ "Accession",
4
+ "Birth",
5
+ "Graduation",
6
+ "Divorce",
7
+ "Emigration",
8
+ "Inauguration",
9
+ "Assassination",
10
+ "Execution",
11
  "Investiture",
 
12
  "Individual Event",
13
+ "Change of Position",
14
+ "BarMitzvah",
15
  "Naturalization",
16
+ "Demotion",
17
+ "Employment",
18
+ "Enrolment",
19
+ "Cremation",
20
+ "Formation",
21
+ "Baptism",
22
+ "Murder",
23
+ "Performance",
24
+ "Annulment",
25
+ "ProperInterval",
26
+ "Promotion",
27
+ "Funeral",
28
+ "Imprisonment",
29
+ "Disbanding",
30
  "Event",
31
+ "Marriage",
32
+ "Death",
33
  "Group Event",
34
+ "BasMitzvah",
35
+ "Change of Name",
36
+ "Retirement",
37
  "Resignation",
38
+ "Ordination",
39
+ "Coronation",
 
 
40
  "Adoption",
 
 
 
 
 
41
  "Redundancy",
42
+ "Interval",
 
 
43
  "Dismissal",
44
+ "Burial"
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  ],
46
  "taxonomies": [
47
  {
48
+ "ID": "TR_01248471",
49
  "parent": "Event",
50
  "child": "Event"
51
  },
52
  {
53
+ "ID": "TR_bb526afe",
54
  "parent": "Event",
55
  "child": "Event"
56
  },
57
  {
58
+ "ID": "TR_e12d5567",
59
  "parent": "Event",
60
  "child": "Event"
61
  },
62
  {
63
+ "ID": "TR_0c406c4f",
64
  "parent": "Event",
65
  "child": "Event"
66
  },
67
  {
68
+ "ID": "TR_d1eed60b",
69
  "parent": "Event",
70
  "child": "Event"
71
  },
72
  {
73
+ "ID": "TR_6a0a95a2",
74
  "parent": "Event",
75
  "child": "Event"
76
  },
77
  {
78
+ "ID": "TR_cc87aa9b",
79
  "parent": "Event",
80
  "child": "Event"
81
  },
82
  {
83
+ "ID": "TR_3c13cd3b",
84
  "parent": "Event",
85
  "child": "Event"
86
  },
87
  {
88
+ "ID": "TR_a88b2119",
89
  "parent": "Event",
90
  "child": "Event"
91
  },
92
  {
93
+ "ID": "TR_94ef2329",
94
  "parent": "Event",
95
  "child": "Event"
96
  },
97
  {
98
+ "ID": "TR_6d0cbf98",
99
  "parent": "Event",
100
  "child": "Event"
101
  },
102
  {
103
+ "ID": "TR_1e13b8e0",
104
  "parent": "Event",
105
  "child": "Event"
106
  },
107
  {
108
+ "ID": "TR_3dc125e6",
109
  "parent": "Event",
110
  "child": "Event"
111
  },
112
  {
113
+ "ID": "TR_777ac95b",
114
  "parent": "Event",
115
  "child": "Event"
116
  },
117
  {
118
+ "ID": "TR_bdb45802",
119
  "parent": "Event",
120
  "child": "Event"
121
  },
122
  {
123
+ "ID": "TR_0a7f87d1",
124
  "parent": "Event",
125
  "child": "Event"
126
  },
127
  {
128
+ "ID": "TR_6c1ed5fa",
129
  "parent": "Event",
130
  "child": "Individual Event"
131
  },
132
  {
133
+ "ID": "TR_1caa4d5f",
134
  "parent": "Event",
135
  "child": "Group Event"
136
  },
137
  {
138
+ "ID": "TR_44bb2d17",
139
  "parent": "Event",
140
  "child": "Individual Event"
141
  },
142
  {
143
+ "ID": "TR_44170c58",
144
  "parent": "Event",
145
  "child": "Group Event"
146
  },
147
  {
148
+ "ID": "TR_77562455",
149
  "parent": "Individual Event",
150
  "child": "Birth"
151
  },
152
  {
153
+ "ID": "TR_c9f8ed45",
154
  "parent": "Individual Event",
155
  "child": "Death"
156
  },
157
  {
158
+ "ID": "TR_7b198a29",
159
  "parent": "Individual Event",
160
  "child": "Funeral"
161
  },
162
  {
163
+ "ID": "TR_443e7efc",
164
  "parent": "Individual Event",
165
  "child": "Burial"
166
  },
167
  {
168
+ "ID": "TR_3a9299a4",
169
  "parent": "Individual Event",
170
  "child": "Cremation"
171
  },
172
  {
173
+ "ID": "TR_6424d496",
174
  "parent": "Individual Event",
175
  "child": "Adoption"
176
  },
177
  {
178
+ "ID": "TR_bf427e30",
179
  "parent": "Individual Event",
180
  "child": "Baptism"
181
  },
182
  {
183
+ "ID": "TR_8ff30d89",
184
  "parent": "Individual Event",
185
  "child": "BarMitzvah"
186
  },
187
  {
188
+ "ID": "TR_ca9b9101",
189
  "parent": "Individual Event",
190
  "child": "BasMitzvah"
191
  },
192
  {
193
+ "ID": "TR_7789067f",
194
  "parent": "Individual Event",
195
  "child": "Ordination"
196
  },
197
  {
198
+ "ID": "TR_fe8ed4c4",
199
  "parent": "Individual Event",
200
  "child": "Naturalization"
201
  },
202
  {
203
+ "ID": "TR_5a9ae326",
204
  "parent": "Individual Event",
205
  "child": "Emigration"
206
  },
207
  {
208
+ "ID": "TR_39b8357f",
209
  "parent": "Individual Event",
210
  "child": "Enrolment"
211
  },
212
  {
213
+ "ID": "TR_243364fb",
214
  "parent": "Individual Event",
215
  "child": "Graduation"
216
  },
217
  {
218
+ "ID": "TR_d68f0cab",
219
  "parent": "Individual Event",
220
  "child": "Imprisonment"
221
  },
222
  {
223
+ "ID": "TR_98d49d93",
224
  "parent": "Individual Event",
225
  "child": "Employment"
226
  },
227
  {
228
+ "ID": "TR_96d2594b",
229
  "parent": "Individual Event",
230
  "child": "Change of Position"
231
  },
232
  {
233
+ "ID": "TR_8224c7e3",
234
  "parent": "Individual Event",
235
  "child": "Change of Name"
236
  },
237
  {
238
+ "ID": "TR_3ed2cbd3",
239
  "parent": "Individual Event",
240
  "child": "Retirement"
241
  },
242
  {
243
+ "ID": "TR_fdcb9b2b",
244
  "parent": "Individual Event",
245
  "child": "Resignation"
246
  },
247
  {
248
+ "ID": "TR_1f8b9326",
249
  "parent": "Individual Event",
250
  "child": "Dismissal"
251
  },
252
  {
253
+ "ID": "TR_7f102ce0",
254
  "parent": "Individual Event",
255
  "child": "Redundancy"
256
  },
257
  {
258
+ "ID": "TR_ba7ea5d8",
259
  "parent": "Individual Event",
260
  "child": "Investiture"
261
  },
262
  {
263
+ "ID": "TR_e066e899",
264
  "parent": "Individual Event",
265
  "child": "Inauguration"
266
  },
267
  {
268
+ "ID": "TR_6bd3a617",
269
  "parent": "Individual Event",
270
  "child": "Accession"
271
  },
272
  {
273
+ "ID": "TR_b4e99216",
274
  "parent": "Individual Event",
275
  "child": "Coronation"
276
  },
277
  {
278
+ "ID": "TR_8b346275",
279
  "parent": "Individual Event",
280
  "child": "Formation"
281
  },
282
  {
283
+ "ID": "TR_14804e40",
284
  "parent": "Individual Event",
285
  "child": "Disbanding"
286
  },
287
  {
288
+ "ID": "TR_31f9d229",
289
  "parent": "Group Event",
290
  "child": "Marriage"
291
  },
292
  {
293
+ "ID": "TR_130f4009",
294
  "parent": "Group Event",
295
  "child": "Annulment"
296
  },
297
  {
298
+ "ID": "TR_6dd0fd23",
299
  "parent": "Group Event",
300
  "child": "Divorce"
301
  },
302
  {
303
+ "ID": "TR_278f27da",
304
  "parent": "Group Event",
305
  "child": "Performance"
306
  },
307
  {
308
+ "ID": "TR_8a54ddcd",
309
  "parent": "Death",
310
  "child": "Execution"
311
  },
312
  {
313
+ "ID": "TR_5593bc17",
314
  "parent": "Death",
315
  "child": "Murder"
316
  },
317
  {
318
+ "ID": "TR_7e94f64d",
319
  "parent": "Murder",
320
  "child": "Assassination"
321
  },
322
  {
323
+ "ID": "TR_a712b4c3",
324
  "parent": "Change of Position",
325
  "child": "Promotion"
326
  },
327
  {
328
+ "ID": "TR_02658efc",
329
  "parent": "Change of Position",
330
  "child": "Demotion"
331
  },
332
  {
333
+ "ID": "TR_3a7b430d",
334
  "parent": "ProperInterval",
335
  "child": "Interval"
336
  }
contact/contact.rdf CHANGED
File without changes
contact/term_typings.json CHANGED
@@ -1,6 +1,6 @@
1
  [
2
  {
3
- "ID": "TT_8fe90c86",
4
  "term": "Wednesday",
5
  "types": [
6
  "DayOfWeek"
 
1
  [
2
  {
3
+ "ID": "TT_c059ee7f",
4
  "term": "Wednesday",
5
  "types": [
6
  "DayOfWeek"
contact/type_non_taxonomic_relations.json CHANGED
File without changes
contact/type_taxonomies.json CHANGED
@@ -1,526 +1,526 @@
1
  {
2
  "types": [
3
- "Home Address",
4
- "ConceptScheme",
5
- "GeoCoordinates",
6
- "Street Type",
7
- "Home Telephone Number",
8
- "iContactThing",
9
- "Month",
10
- "Street Direction",
11
- "Toll Free Telephone Number",
12
- "List",
13
- "HoursOfOperation",
14
- "Fax Telephone Number",
15
  "State",
16
- "Days of the Week",
17
- "RecurringEvent",
18
- "Cottage Address",
19
- "ContactOntologyThing",
20
- "Phone Number",
21
- "Mobile Telephone Number",
22
- "Concept",
23
- "RecurringEventThing",
24
- "WeeklyRecurringEvent",
25
- "SchemaOrgThing",
26
- "Address Type",
27
  "Work Telephone Number",
28
- "Collection",
29
  "City",
30
  "MonthlyRecurringEvent",
31
- "Country",
32
- "SpatialLocOntologyThing",
33
- "SpatialObject",
 
 
 
34
  "Address",
35
- "Work Address",
 
 
36
  "YearlyRecurringEvent",
37
- "DayOfWeek",
 
 
 
 
 
 
 
 
 
 
38
  "DailyRecurringEvent",
39
- "Phone Type"
 
 
 
 
 
 
 
 
40
  ],
41
  "taxonomies": [
42
  {
43
- "ID": "TR_40041306",
44
  "parent": "ContactOntologyThing",
45
  "child": "Address"
46
  },
47
  {
48
- "ID": "TR_1d1735c1",
49
  "parent": "Address",
50
  "child": "Address"
51
  },
52
  {
53
- "ID": "TR_13dbc94a",
54
  "parent": "ContactOntologyThing",
55
  "child": "HoursOfOperation"
56
  },
57
  {
58
- "ID": "TR_fbfa0993",
59
  "parent": "RecurringEvent",
60
  "child": "HoursOfOperation"
61
  },
62
  {
63
- "ID": "TR_db9fb2aa",
64
  "parent": "HoursOfOperation",
65
  "child": "HoursOfOperation"
66
  },
67
  {
68
- "ID": "TR_59c94b76",
69
  "parent": "ContactOntologyThing",
70
  "child": "Address"
71
  },
72
  {
73
- "ID": "TR_9d76285a",
74
  "parent": "Address",
75
  "child": "Address"
76
  },
77
  {
78
- "ID": "TR_5fc60953",
79
  "parent": "Address",
80
  "child": "Cottage Address"
81
  },
82
  {
83
- "ID": "TR_ecdb439e",
84
  "parent": "Address",
85
  "child": "Home Address"
86
  },
87
  {
88
- "ID": "TR_3b0b382f",
89
  "parent": "Address",
90
  "child": "Work Address"
91
  },
92
  {
93
- "ID": "TR_547ea1e9",
94
  "parent": "ContactOntologyThing",
95
  "child": "Address"
96
  },
97
  {
98
- "ID": "TR_ccfb8614",
99
  "parent": "Address",
100
  "child": "Address"
101
  },
102
  {
103
- "ID": "TR_16191ade",
104
  "parent": "ContactOntologyThing",
105
  "child": "HoursOfOperation"
106
  },
107
  {
108
- "ID": "TR_aa2a602d",
109
  "parent": "RecurringEvent",
110
  "child": "HoursOfOperation"
111
  },
112
  {
113
- "ID": "TR_6b4ad1e5",
114
  "parent": "HoursOfOperation",
115
  "child": "HoursOfOperation"
116
  },
117
  {
118
- "ID": "TR_4ffb47f4",
119
  "parent": "RecurringEvent",
120
  "child": "DailyRecurringEvent"
121
  },
122
  {
123
- "ID": "TR_56e4d4dd",
124
  "parent": "RecurringEvent",
125
  "child": "MonthlyRecurringEvent"
126
  },
127
  {
128
- "ID": "TR_2a63da70",
129
  "parent": "RecurringEvent",
130
  "child": "WeeklyRecurringEvent"
131
  },
132
  {
133
- "ID": "TR_2063226b",
134
  "parent": "RecurringEvent",
135
  "child": "YearlyRecurringEvent"
136
  },
137
  {
138
- "ID": "TR_ef996fe8",
139
  "parent": "ContactOntologyThing",
140
  "child": "HoursOfOperation"
141
  },
142
  {
143
- "ID": "TR_b6f55529",
144
  "parent": "RecurringEvent",
145
  "child": "HoursOfOperation"
146
  },
147
  {
148
- "ID": "TR_1914632d",
149
  "parent": "HoursOfOperation",
150
  "child": "HoursOfOperation"
151
  },
152
  {
153
- "ID": "TR_b5d79b58",
154
  "parent": "RecurringEvent",
155
  "child": "DailyRecurringEvent"
156
  },
157
  {
158
- "ID": "TR_fc752f75",
159
  "parent": "DayOfWeek",
160
  "child": "DayOfWeek"
161
  },
162
  {
163
- "ID": "TR_778e79d3",
164
  "parent": "RecurringEventThing",
165
  "child": "Month"
166
  },
167
  {
168
- "ID": "TR_286420e7",
169
  "parent": "RecurringEventThing",
170
  "child": "RecurringEvent"
171
  },
172
  {
173
- "ID": "TR_482c4fd6",
174
  "parent": "RecurringEventThing",
175
  "child": "DayOfWeek"
176
  },
177
  {
178
- "ID": "TR_622e3957",
179
  "parent": "RecurringEvent",
180
  "child": "MonthlyRecurringEvent"
181
  },
182
  {
183
- "ID": "TR_fcbea371",
184
  "parent": "RecurringEventThing",
185
  "child": "RecurringEvent"
186
  },
187
  {
188
- "ID": "TR_4eedda4f",
189
  "parent": "RecurringEventThing",
190
  "child": "RecurringEvent"
191
  },
192
  {
193
- "ID": "TR_dc89ddfc",
194
  "parent": "RecurringEventThing",
195
  "child": "RecurringEvent"
196
  },
197
  {
198
- "ID": "TR_31257a73",
199
  "parent": "RecurringEventThing",
200
  "child": "RecurringEvent"
201
  },
202
  {
203
- "ID": "TR_0a2dc01a",
204
  "parent": "RecurringEventThing",
205
  "child": "RecurringEvent"
206
  },
207
  {
208
- "ID": "TR_adbd5400",
209
  "parent": "RecurringEventThing",
210
  "child": "RecurringEvent"
211
  },
212
  {
213
- "ID": "TR_ef910d2f",
214
  "parent": "RecurringEventThing",
215
  "child": "RecurringEvent"
216
  },
217
  {
218
- "ID": "TR_684a9257",
219
  "parent": "RecurringEventThing",
220
  "child": "RecurringEvent"
221
  },
222
  {
223
- "ID": "TR_af163c46",
224
  "parent": "RecurringEventThing",
225
  "child": "RecurringEvent"
226
  },
227
  {
228
- "ID": "TR_4878ea10",
229
  "parent": "RecurringEventThing",
230
  "child": "RecurringEvent"
231
  },
232
  {
233
- "ID": "TR_090e8002",
234
  "parent": "RecurringEventThing",
235
  "child": "RecurringEvent"
236
  },
237
  {
238
- "ID": "TR_c60dc78f",
239
  "parent": "RecurringEventThing",
240
  "child": "RecurringEvent"
241
  },
242
  {
243
- "ID": "TR_81572a5e",
244
  "parent": "RecurringEventThing",
245
  "child": "RecurringEvent"
246
  },
247
  {
248
- "ID": "TR_adb1e48a",
249
  "parent": "RecurringEventThing",
250
  "child": "RecurringEvent"
251
  },
252
  {
253
- "ID": "TR_f32ee03d",
254
  "parent": "RecurringEventThing",
255
  "child": "RecurringEvent"
256
  },
257
  {
258
- "ID": "TR_e0ddc7cd",
259
  "parent": "RecurringEvent",
260
  "child": "WeeklyRecurringEvent"
261
  },
262
  {
263
- "ID": "TR_bf3fa041",
264
  "parent": "RecurringEvent",
265
  "child": "YearlyRecurringEvent"
266
  },
267
  {
268
- "ID": "TR_d0641098",
269
  "parent": "RecurringEvent",
270
  "child": "YearlyRecurringEvent"
271
  },
272
  {
273
- "ID": "TR_708d7b27",
274
  "parent": "iContactThing",
275
  "child": "Address"
276
  },
277
  {
278
- "ID": "TR_5a496236",
279
  "parent": "iContactThing",
280
  "child": "Address Type"
281
  },
282
  {
283
- "ID": "TR_0259fe64",
284
  "parent": "iContactThing",
285
  "child": "Days of the Week"
286
  },
287
  {
288
- "ID": "TR_b3587a54",
289
  "parent": "iContactThing",
290
  "child": "HoursOfOperation"
291
  },
292
  {
293
- "ID": "TR_c3e1022f",
294
  "parent": "iContactThing",
295
  "child": "Phone Number"
296
  },
297
  {
298
- "ID": "TR_0fb24a0f",
299
  "parent": "iContactThing",
300
  "child": "Phone Type"
301
  },
302
  {
303
- "ID": "TR_36f9bb25",
304
  "parent": "iContactThing",
305
  "child": "Street Direction"
306
  },
307
  {
308
- "ID": "TR_77284388",
309
  "parent": "iContactThing",
310
  "child": "Street Type"
311
  },
312
  {
313
- "ID": "TR_08e1bccd",
314
  "parent": "iContactThing",
315
  "child": "Address"
316
  },
317
  {
318
- "ID": "TR_30abd9eb",
319
  "parent": "iContactThing",
320
  "child": "Address"
321
  },
322
  {
323
- "ID": "TR_2e9e9bd0",
324
  "parent": "iContactThing",
325
  "child": "Address"
326
  },
327
  {
328
- "ID": "TR_ff23f097",
329
  "parent": "iContactThing",
330
  "child": "Address"
331
  },
332
  {
333
- "ID": "TR_77b37813",
334
  "parent": "iContactThing",
335
  "child": "Address"
336
  },
337
  {
338
- "ID": "TR_a56e2492",
339
  "parent": "iContactThing",
340
  "child": "Address"
341
  },
342
  {
343
- "ID": "TR_d6aaacf5",
344
  "parent": "iContactThing",
345
  "child": "Address"
346
  },
347
  {
348
- "ID": "TR_25711c03",
349
  "parent": "iContactThing",
350
  "child": "Address"
351
  },
352
  {
353
- "ID": "TR_d4ffae89",
354
  "parent": "iContactThing",
355
  "child": "Address"
356
  },
357
  {
358
- "ID": "TR_42ed2cba",
359
  "parent": "iContactThing",
360
  "child": "Address"
361
  },
362
  {
363
- "ID": "TR_c16544cd",
364
  "parent": "iContactThing",
365
  "child": "Address"
366
  },
367
  {
368
- "ID": "TR_ccc2dee0",
369
  "parent": "iContactThing",
370
  "child": "Address"
371
  },
372
  {
373
- "ID": "TR_72f19852",
374
  "parent": "iContactThing",
375
  "child": "Address"
376
  },
377
  {
378
- "ID": "TR_3b50a4da",
379
  "parent": "iContactThing",
380
  "child": "Address"
381
  },
382
  {
383
- "ID": "TR_11b1d10f",
384
  "parent": "Phone Number",
385
  "child": "Mobile Telephone Number"
386
  },
387
  {
388
- "ID": "TR_ac639ab9",
389
  "parent": "Phone Number",
390
  "child": "Fax Telephone Number"
391
  },
392
  {
393
- "ID": "TR_c12186fa",
394
  "parent": "Phone Number",
395
  "child": "Home Telephone Number"
396
  },
397
  {
398
- "ID": "TR_35160756",
399
  "parent": "Phone Number",
400
  "child": "Toll Free Telephone Number"
401
  },
402
  {
403
- "ID": "TR_b4b898f5",
404
  "parent": "Phone Number",
405
  "child": "Work Telephone Number"
406
  },
407
  {
408
- "ID": "TR_c929e0d7",
409
  "parent": "Phone Number",
410
  "child": "Mobile Telephone Number"
411
  },
412
  {
413
- "ID": "TR_07f8c199",
414
  "parent": "Address",
415
  "child": "Cottage Address"
416
  },
417
  {
418
- "ID": "TR_8b8a496b",
419
  "parent": "Phone Number",
420
  "child": "Fax Telephone Number"
421
  },
422
  {
423
- "ID": "TR_6de1f409",
424
  "parent": "Address",
425
  "child": "Home Address"
426
  },
427
  {
428
- "ID": "TR_8499f3a2",
429
  "parent": "Phone Number",
430
  "child": "Home Telephone Number"
431
  },
432
  {
433
- "ID": "TR_fa12d2cc",
434
  "parent": "iContactThing",
435
  "child": "HoursOfOperation"
436
  },
437
  {
438
- "ID": "TR_a1a2b29c",
439
  "parent": "iContactThing",
440
  "child": "HoursOfOperation"
441
  },
442
  {
443
- "ID": "TR_07033774",
444
  "parent": "iContactThing",
445
  "child": "HoursOfOperation"
446
  },
447
  {
448
- "ID": "TR_ed688a0f",
449
  "parent": "iContactThing",
450
  "child": "Phone Number"
451
  },
452
  {
453
- "ID": "TR_b592c9da",
454
  "parent": "iContactThing",
455
  "child": "Phone Number"
456
  },
457
  {
458
- "ID": "TR_1f908e16",
459
  "parent": "iContactThing",
460
  "child": "Phone Number"
461
  },
462
  {
463
- "ID": "TR_61a31877",
464
  "parent": "iContactThing",
465
  "child": "Phone Number"
466
  },
467
  {
468
- "ID": "TR_193415f7",
469
  "parent": "Phone Number",
470
  "child": "Toll Free Telephone Number"
471
  },
472
  {
473
- "ID": "TR_d9e3b7b4",
474
  "parent": "Address",
475
  "child": "Work Address"
476
  },
477
  {
478
- "ID": "TR_693e3a1a",
479
  "parent": "Phone Number",
480
  "child": "Work Telephone Number"
481
  },
482
  {
483
- "ID": "TR_c8abf9b4",
484
  "parent": "SchemaOrgThing",
485
  "child": "City"
486
  },
487
  {
488
- "ID": "TR_0dd2f786",
489
  "parent": "SchemaOrgThing",
490
  "child": "Country"
491
  },
492
  {
493
- "ID": "TR_c1980c64",
494
  "parent": "SchemaOrgThing",
495
  "child": "GeoCoordinates"
496
  },
497
  {
498
- "ID": "TR_52572e6d",
499
  "parent": "SchemaOrgThing",
500
  "child": "State"
501
  },
502
  {
503
- "ID": "TR_9c74e819",
504
  "parent": "SpatialLocOntologyThing",
505
  "child": "SpatialObject"
506
  },
507
  {
508
- "ID": "TR_0bc2e5d1",
509
  "parent": "SpatialLocOntologyThing",
510
  "child": "List"
511
  },
512
  {
513
- "ID": "TR_de470d74",
514
  "parent": "SpatialLocOntologyThing",
515
  "child": "Collection"
516
  },
517
  {
518
- "ID": "TR_63a2dd75",
519
  "parent": "SpatialLocOntologyThing",
520
  "child": "Concept"
521
  },
522
  {
523
- "ID": "TR_835b0683",
524
  "parent": "SpatialLocOntologyThing",
525
  "child": "ConceptScheme"
526
  }
 
1
  {
2
  "types": [
 
 
 
 
 
 
 
 
 
 
 
 
3
  "State",
4
+ "Toll Free Telephone Number",
 
 
 
 
 
 
 
 
 
 
5
  "Work Telephone Number",
 
6
  "City",
7
  "MonthlyRecurringEvent",
8
+ "Phone Number",
9
+ "ContactOntologyThing",
10
+ "Collection",
11
+ "Concept",
12
+ "Cottage Address",
13
+ "DayOfWeek",
14
  "Address",
15
+ "Phone Type",
16
+ "Mobile Telephone Number",
17
+ "GeoCoordinates",
18
  "YearlyRecurringEvent",
19
+ "Days of the Week",
20
+ "SpatialObject",
21
+ "HoursOfOperation",
22
+ "Home Telephone Number",
23
+ "RecurringEvent",
24
+ "Street Type",
25
+ "ConceptScheme",
26
+ "Work Address",
27
+ "Address Type",
28
+ "RecurringEventThing",
29
+ "Country",
30
  "DailyRecurringEvent",
31
+ "List",
32
+ "SchemaOrgThing",
33
+ "Street Direction",
34
+ "Fax Telephone Number",
35
+ "Home Address",
36
+ "Month",
37
+ "SpatialLocOntologyThing",
38
+ "iContactThing",
39
+ "WeeklyRecurringEvent"
40
  ],
41
  "taxonomies": [
42
  {
43
+ "ID": "TR_ab41cee8",
44
  "parent": "ContactOntologyThing",
45
  "child": "Address"
46
  },
47
  {
48
+ "ID": "TR_c973a51e",
49
  "parent": "Address",
50
  "child": "Address"
51
  },
52
  {
53
+ "ID": "TR_2d64412c",
54
  "parent": "ContactOntologyThing",
55
  "child": "HoursOfOperation"
56
  },
57
  {
58
+ "ID": "TR_98ab4bd6",
59
  "parent": "RecurringEvent",
60
  "child": "HoursOfOperation"
61
  },
62
  {
63
+ "ID": "TR_7907305b",
64
  "parent": "HoursOfOperation",
65
  "child": "HoursOfOperation"
66
  },
67
  {
68
+ "ID": "TR_59e8815f",
69
  "parent": "ContactOntologyThing",
70
  "child": "Address"
71
  },
72
  {
73
+ "ID": "TR_d02c873a",
74
  "parent": "Address",
75
  "child": "Address"
76
  },
77
  {
78
+ "ID": "TR_13e81200",
79
  "parent": "Address",
80
  "child": "Cottage Address"
81
  },
82
  {
83
+ "ID": "TR_6cc957ea",
84
  "parent": "Address",
85
  "child": "Home Address"
86
  },
87
  {
88
+ "ID": "TR_e72fc2b3",
89
  "parent": "Address",
90
  "child": "Work Address"
91
  },
92
  {
93
+ "ID": "TR_ebbc1f8f",
94
  "parent": "ContactOntologyThing",
95
  "child": "Address"
96
  },
97
  {
98
+ "ID": "TR_91e536a6",
99
  "parent": "Address",
100
  "child": "Address"
101
  },
102
  {
103
+ "ID": "TR_7def15f2",
104
  "parent": "ContactOntologyThing",
105
  "child": "HoursOfOperation"
106
  },
107
  {
108
+ "ID": "TR_e3422404",
109
  "parent": "RecurringEvent",
110
  "child": "HoursOfOperation"
111
  },
112
  {
113
+ "ID": "TR_980a8908",
114
  "parent": "HoursOfOperation",
115
  "child": "HoursOfOperation"
116
  },
117
  {
118
+ "ID": "TR_40e06cab",
119
  "parent": "RecurringEvent",
120
  "child": "DailyRecurringEvent"
121
  },
122
  {
123
+ "ID": "TR_ffce48bf",
124
  "parent": "RecurringEvent",
125
  "child": "MonthlyRecurringEvent"
126
  },
127
  {
128
+ "ID": "TR_4a7782b0",
129
  "parent": "RecurringEvent",
130
  "child": "WeeklyRecurringEvent"
131
  },
132
  {
133
+ "ID": "TR_ee3503f0",
134
  "parent": "RecurringEvent",
135
  "child": "YearlyRecurringEvent"
136
  },
137
  {
138
+ "ID": "TR_63834d2d",
139
  "parent": "ContactOntologyThing",
140
  "child": "HoursOfOperation"
141
  },
142
  {
143
+ "ID": "TR_5f289425",
144
  "parent": "RecurringEvent",
145
  "child": "HoursOfOperation"
146
  },
147
  {
148
+ "ID": "TR_fdb34849",
149
  "parent": "HoursOfOperation",
150
  "child": "HoursOfOperation"
151
  },
152
  {
153
+ "ID": "TR_4aede3aa",
154
  "parent": "RecurringEvent",
155
  "child": "DailyRecurringEvent"
156
  },
157
  {
158
+ "ID": "TR_7a62bb48",
159
  "parent": "DayOfWeek",
160
  "child": "DayOfWeek"
161
  },
162
  {
163
+ "ID": "TR_9cb660b4",
164
  "parent": "RecurringEventThing",
165
  "child": "Month"
166
  },
167
  {
168
+ "ID": "TR_1d76122d",
169
  "parent": "RecurringEventThing",
170
  "child": "RecurringEvent"
171
  },
172
  {
173
+ "ID": "TR_1ef55d60",
174
  "parent": "RecurringEventThing",
175
  "child": "DayOfWeek"
176
  },
177
  {
178
+ "ID": "TR_c253ba70",
179
  "parent": "RecurringEvent",
180
  "child": "MonthlyRecurringEvent"
181
  },
182
  {
183
+ "ID": "TR_29939995",
184
  "parent": "RecurringEventThing",
185
  "child": "RecurringEvent"
186
  },
187
  {
188
+ "ID": "TR_10a513ed",
189
  "parent": "RecurringEventThing",
190
  "child": "RecurringEvent"
191
  },
192
  {
193
+ "ID": "TR_43077840",
194
  "parent": "RecurringEventThing",
195
  "child": "RecurringEvent"
196
  },
197
  {
198
+ "ID": "TR_6c01953e",
199
  "parent": "RecurringEventThing",
200
  "child": "RecurringEvent"
201
  },
202
  {
203
+ "ID": "TR_401e9a0c",
204
  "parent": "RecurringEventThing",
205
  "child": "RecurringEvent"
206
  },
207
  {
208
+ "ID": "TR_d313cba4",
209
  "parent": "RecurringEventThing",
210
  "child": "RecurringEvent"
211
  },
212
  {
213
+ "ID": "TR_f0dc427f",
214
  "parent": "RecurringEventThing",
215
  "child": "RecurringEvent"
216
  },
217
  {
218
+ "ID": "TR_3e51190f",
219
  "parent": "RecurringEventThing",
220
  "child": "RecurringEvent"
221
  },
222
  {
223
+ "ID": "TR_7bd6fc8a",
224
  "parent": "RecurringEventThing",
225
  "child": "RecurringEvent"
226
  },
227
  {
228
+ "ID": "TR_8ca8d8fe",
229
  "parent": "RecurringEventThing",
230
  "child": "RecurringEvent"
231
  },
232
  {
233
+ "ID": "TR_bdff5c31",
234
  "parent": "RecurringEventThing",
235
  "child": "RecurringEvent"
236
  },
237
  {
238
+ "ID": "TR_2138999a",
239
  "parent": "RecurringEventThing",
240
  "child": "RecurringEvent"
241
  },
242
  {
243
+ "ID": "TR_12df3468",
244
  "parent": "RecurringEventThing",
245
  "child": "RecurringEvent"
246
  },
247
  {
248
+ "ID": "TR_3222a120",
249
  "parent": "RecurringEventThing",
250
  "child": "RecurringEvent"
251
  },
252
  {
253
+ "ID": "TR_a1f2c7ea",
254
  "parent": "RecurringEventThing",
255
  "child": "RecurringEvent"
256
  },
257
  {
258
+ "ID": "TR_5c8bf4b0",
259
  "parent": "RecurringEvent",
260
  "child": "WeeklyRecurringEvent"
261
  },
262
  {
263
+ "ID": "TR_32703c21",
264
  "parent": "RecurringEvent",
265
  "child": "YearlyRecurringEvent"
266
  },
267
  {
268
+ "ID": "TR_b0497958",
269
  "parent": "RecurringEvent",
270
  "child": "YearlyRecurringEvent"
271
  },
272
  {
273
+ "ID": "TR_0941cd50",
274
  "parent": "iContactThing",
275
  "child": "Address"
276
  },
277
  {
278
+ "ID": "TR_6052e45f",
279
  "parent": "iContactThing",
280
  "child": "Address Type"
281
  },
282
  {
283
+ "ID": "TR_ab4de864",
284
  "parent": "iContactThing",
285
  "child": "Days of the Week"
286
  },
287
  {
288
+ "ID": "TR_b43fc9ab",
289
  "parent": "iContactThing",
290
  "child": "HoursOfOperation"
291
  },
292
  {
293
+ "ID": "TR_e0d864be",
294
  "parent": "iContactThing",
295
  "child": "Phone Number"
296
  },
297
  {
298
+ "ID": "TR_ba825b31",
299
  "parent": "iContactThing",
300
  "child": "Phone Type"
301
  },
302
  {
303
+ "ID": "TR_94aaca71",
304
  "parent": "iContactThing",
305
  "child": "Street Direction"
306
  },
307
  {
308
+ "ID": "TR_149b91f1",
309
  "parent": "iContactThing",
310
  "child": "Street Type"
311
  },
312
  {
313
+ "ID": "TR_af086e04",
314
  "parent": "iContactThing",
315
  "child": "Address"
316
  },
317
  {
318
+ "ID": "TR_911eca27",
319
  "parent": "iContactThing",
320
  "child": "Address"
321
  },
322
  {
323
+ "ID": "TR_06922460",
324
  "parent": "iContactThing",
325
  "child": "Address"
326
  },
327
  {
328
+ "ID": "TR_01a45399",
329
  "parent": "iContactThing",
330
  "child": "Address"
331
  },
332
  {
333
+ "ID": "TR_133d0a1e",
334
  "parent": "iContactThing",
335
  "child": "Address"
336
  },
337
  {
338
+ "ID": "TR_909e0f27",
339
  "parent": "iContactThing",
340
  "child": "Address"
341
  },
342
  {
343
+ "ID": "TR_db635c6c",
344
  "parent": "iContactThing",
345
  "child": "Address"
346
  },
347
  {
348
+ "ID": "TR_d5084b65",
349
  "parent": "iContactThing",
350
  "child": "Address"
351
  },
352
  {
353
+ "ID": "TR_7e0f35c1",
354
  "parent": "iContactThing",
355
  "child": "Address"
356
  },
357
  {
358
+ "ID": "TR_cd1fbf0b",
359
  "parent": "iContactThing",
360
  "child": "Address"
361
  },
362
  {
363
+ "ID": "TR_14bf9c0c",
364
  "parent": "iContactThing",
365
  "child": "Address"
366
  },
367
  {
368
+ "ID": "TR_a101103e",
369
  "parent": "iContactThing",
370
  "child": "Address"
371
  },
372
  {
373
+ "ID": "TR_c721b725",
374
  "parent": "iContactThing",
375
  "child": "Address"
376
  },
377
  {
378
+ "ID": "TR_3433ae27",
379
  "parent": "iContactThing",
380
  "child": "Address"
381
  },
382
  {
383
+ "ID": "TR_e40aa39b",
384
  "parent": "Phone Number",
385
  "child": "Mobile Telephone Number"
386
  },
387
  {
388
+ "ID": "TR_e9231858",
389
  "parent": "Phone Number",
390
  "child": "Fax Telephone Number"
391
  },
392
  {
393
+ "ID": "TR_9e91e110",
394
  "parent": "Phone Number",
395
  "child": "Home Telephone Number"
396
  },
397
  {
398
+ "ID": "TR_93a54fc5",
399
  "parent": "Phone Number",
400
  "child": "Toll Free Telephone Number"
401
  },
402
  {
403
+ "ID": "TR_a45928e7",
404
  "parent": "Phone Number",
405
  "child": "Work Telephone Number"
406
  },
407
  {
408
+ "ID": "TR_6ce7b54e",
409
  "parent": "Phone Number",
410
  "child": "Mobile Telephone Number"
411
  },
412
  {
413
+ "ID": "TR_e8bc0ecf",
414
  "parent": "Address",
415
  "child": "Cottage Address"
416
  },
417
  {
418
+ "ID": "TR_1f4dcf07",
419
  "parent": "Phone Number",
420
  "child": "Fax Telephone Number"
421
  },
422
  {
423
+ "ID": "TR_41ac726e",
424
  "parent": "Address",
425
  "child": "Home Address"
426
  },
427
  {
428
+ "ID": "TR_97b5a56a",
429
  "parent": "Phone Number",
430
  "child": "Home Telephone Number"
431
  },
432
  {
433
+ "ID": "TR_15ab28a5",
434
  "parent": "iContactThing",
435
  "child": "HoursOfOperation"
436
  },
437
  {
438
+ "ID": "TR_4598e5ce",
439
  "parent": "iContactThing",
440
  "child": "HoursOfOperation"
441
  },
442
  {
443
+ "ID": "TR_0eb21bc5",
444
  "parent": "iContactThing",
445
  "child": "HoursOfOperation"
446
  },
447
  {
448
+ "ID": "TR_fce178c0",
449
  "parent": "iContactThing",
450
  "child": "Phone Number"
451
  },
452
  {
453
+ "ID": "TR_4217c8c9",
454
  "parent": "iContactThing",
455
  "child": "Phone Number"
456
  },
457
  {
458
+ "ID": "TR_ffa337bb",
459
  "parent": "iContactThing",
460
  "child": "Phone Number"
461
  },
462
  {
463
+ "ID": "TR_7bcc49b6",
464
  "parent": "iContactThing",
465
  "child": "Phone Number"
466
  },
467
  {
468
+ "ID": "TR_c3104b9a",
469
  "parent": "Phone Number",
470
  "child": "Toll Free Telephone Number"
471
  },
472
  {
473
+ "ID": "TR_819fe0e9",
474
  "parent": "Address",
475
  "child": "Work Address"
476
  },
477
  {
478
+ "ID": "TR_60dc5a03",
479
  "parent": "Phone Number",
480
  "child": "Work Telephone Number"
481
  },
482
  {
483
+ "ID": "TR_ee7806f0",
484
  "parent": "SchemaOrgThing",
485
  "child": "City"
486
  },
487
  {
488
+ "ID": "TR_9b64e915",
489
  "parent": "SchemaOrgThing",
490
  "child": "Country"
491
  },
492
  {
493
+ "ID": "TR_4cd2b05b",
494
  "parent": "SchemaOrgThing",
495
  "child": "GeoCoordinates"
496
  },
497
  {
498
+ "ID": "TR_9c16b392",
499
  "parent": "SchemaOrgThing",
500
  "child": "State"
501
  },
502
  {
503
+ "ID": "TR_fd083bda",
504
  "parent": "SpatialLocOntologyThing",
505
  "child": "SpatialObject"
506
  },
507
  {
508
+ "ID": "TR_c8e7cbec",
509
  "parent": "SpatialLocOntologyThing",
510
  "child": "List"
511
  },
512
  {
513
+ "ID": "TR_9f28d566",
514
  "parent": "SpatialLocOntologyThing",
515
  "child": "Collection"
516
  },
517
  {
518
+ "ID": "TR_662251e3",
519
  "parent": "SpatialLocOntologyThing",
520
  "child": "Concept"
521
  },
522
  {
523
+ "ID": "TR_36fc0696",
524
  "parent": "SpatialLocOntologyThing",
525
  "child": "ConceptScheme"
526
  }
foaf/foaf.rdf CHANGED
File without changes
foaf/term_typings.json CHANGED
@@ -1,91 +1,91 @@
1
  [
2
  {
3
- "ID": "TT_c14b825a",
4
- "term": "Label Property",
5
  "types": [
6
  "Class"
7
  ]
8
  },
9
  {
10
- "ID": "TT_af8d908c",
11
- "term": "Document",
12
  "types": [
13
  "Class"
14
  ]
15
  },
16
  {
17
- "ID": "TT_01062cbc",
18
- "term": "Group",
19
  "types": [
20
  "Class"
21
  ]
22
  },
23
  {
24
- "ID": "TT_9c73b221",
25
- "term": "Image",
26
  "types": [
27
  "Class"
28
  ]
29
  },
30
  {
31
- "ID": "TT_4d59c7c3",
32
- "term": "Online E-commerce Account",
33
  "types": [
34
  "Class"
35
  ]
36
  },
37
  {
38
- "ID": "TT_05b59c21",
39
- "term": "Online Account",
40
  "types": [
41
  "Class"
42
  ]
43
  },
44
  {
45
- "ID": "TT_e84ba969",
46
- "term": "Agent",
47
  "types": [
48
  "Class"
49
  ]
50
  },
51
  {
52
- "ID": "TT_a98c5411",
53
- "term": "PersonalProfileDocument",
54
  "types": [
55
  "Class"
56
  ]
57
  },
58
  {
59
- "ID": "TT_33b01080",
60
- "term": "Person",
61
  "types": [
62
  "Class"
63
  ]
64
  },
65
  {
66
- "ID": "TT_2fc5bfed",
67
- "term": "Project",
68
  "types": [
69
  "Class"
70
  ]
71
  },
72
  {
73
- "ID": "TT_8f0006d0",
74
- "term": "Online Gaming Account",
75
  "types": [
76
  "Class"
77
  ]
78
  },
79
  {
80
- "ID": "TT_5b6125a9",
81
- "term": "Organization",
82
  "types": [
83
  "Class"
84
  ]
85
  },
86
  {
87
- "ID": "TT_02e8af68",
88
- "term": "Online Chat Account",
89
  "types": [
90
  "Class"
91
  ]
 
1
  [
2
  {
3
+ "ID": "TT_21bf33e3",
4
+ "term": "Online Account",
5
  "types": [
6
  "Class"
7
  ]
8
  },
9
  {
10
+ "ID": "TT_1868ede7",
11
+ "term": "Label Property",
12
  "types": [
13
  "Class"
14
  ]
15
  },
16
  {
17
+ "ID": "TT_2b247e8d",
18
+ "term": "Agent",
19
  "types": [
20
  "Class"
21
  ]
22
  },
23
  {
24
+ "ID": "TT_b1fc2941",
25
+ "term": "Online Chat Account",
26
  "types": [
27
  "Class"
28
  ]
29
  },
30
  {
31
+ "ID": "TT_b468ba94",
32
+ "term": "Online Gaming Account",
33
  "types": [
34
  "Class"
35
  ]
36
  },
37
  {
38
+ "ID": "TT_371d1a94",
39
+ "term": "Group",
40
  "types": [
41
  "Class"
42
  ]
43
  },
44
  {
45
+ "ID": "TT_af03cc6f",
46
+ "term": "Person",
47
  "types": [
48
  "Class"
49
  ]
50
  },
51
  {
52
+ "ID": "TT_5656d080",
53
+ "term": "Online E-commerce Account",
54
  "types": [
55
  "Class"
56
  ]
57
  },
58
  {
59
+ "ID": "TT_b4a08803",
60
+ "term": "Organization",
61
  "types": [
62
  "Class"
63
  ]
64
  },
65
  {
66
+ "ID": "TT_0eee8d42",
67
+ "term": "Document",
68
  "types": [
69
  "Class"
70
  ]
71
  },
72
  {
73
+ "ID": "TT_2c6f3c62",
74
+ "term": "Project",
75
  "types": [
76
  "Class"
77
  ]
78
  },
79
  {
80
+ "ID": "TT_ddacc2b3",
81
+ "term": "PersonalProfileDocument",
82
  "types": [
83
  "Class"
84
  ]
85
  },
86
  {
87
+ "ID": "TT_7f8b9d3d",
88
+ "term": "Image",
89
  "types": [
90
  "Class"
91
  ]
foaf/type_non_taxonomic_relations.json CHANGED
@@ -21,130 +21,130 @@
21
  ],
22
  "non_taxonomies": [
23
  {
24
- "ID": "NR_59d67618",
25
- "head": "Organization",
26
- "tail": "Class",
27
- "relation": "type"
28
- },
29
- {
30
- "ID": "NR_d2dea897",
31
- "head": "Organization",
32
- "tail": "Document",
33
  "relation": "disjointWith"
34
  },
35
  {
36
- "ID": "NR_b823beee",
37
- "head": "Document",
38
- "tail": "Organization",
39
- "relation": "disjointWith"
40
  },
41
  {
42
- "ID": "NR_aaeed396",
43
- "head": "Person",
44
- "tail": "Organization",
45
- "relation": "disjointWith"
46
  },
47
  {
48
- "ID": "NR_7fdde081",
49
- "head": "Project",
50
- "tail": "Person",
51
  "relation": "disjointWith"
52
  },
53
  {
54
- "ID": "NR_14aeec9d",
55
- "head": "Image",
56
  "tail": "Class",
57
  "relation": "type"
58
  },
59
  {
60
- "ID": "NR_35ff1862",
61
- "head": "Project",
62
  "tail": "Class",
63
  "relation": "type"
64
  },
65
  {
66
- "ID": "NR_c7d31515",
67
- "head": "Document",
68
  "tail": "Class",
69
  "relation": "type"
70
  },
71
  {
72
- "ID": "NR_5e366352",
73
  "head": "Document",
74
- "tail": "Project",
75
  "relation": "disjointWith"
76
  },
77
  {
78
- "ID": "NR_ba01aa83",
79
- "head": "Online E-commerce Account",
80
  "tail": "Class",
81
  "relation": "type"
82
  },
83
  {
84
- "ID": "NR_43489d0d",
85
- "head": "Group",
86
  "tail": "Class",
87
  "relation": "type"
88
  },
89
  {
90
- "ID": "NR_b7893fb7",
91
- "head": "Person",
92
- "tail": "Project",
93
- "relation": "disjointWith"
94
- },
95
- {
96
- "ID": "NR_5cadd687",
97
- "head": "Online Chat Account",
98
  "tail": "Class",
99
  "relation": "type"
100
  },
101
  {
102
- "ID": "NR_6445aa55",
103
- "head": "Person",
104
  "tail": "Class",
105
  "relation": "type"
106
  },
107
  {
108
- "ID": "NR_63e766e4",
109
- "head": "Online Gaming Account",
110
- "tail": "Class",
111
- "relation": "type"
112
  },
113
  {
114
- "ID": "NR_1b5c0c06",
115
- "head": "PersonalProfileDocument",
116
  "tail": "Class",
117
  "relation": "type"
118
  },
119
  {
120
- "ID": "NR_ad21407b",
121
  "head": "Agent",
122
  "tail": "Class",
123
  "relation": "type"
124
  },
125
  {
126
- "ID": "NR_d2b140c0",
127
- "head": "Online Account",
 
 
 
 
 
 
128
  "tail": "Class",
129
  "relation": "type"
130
  },
131
  {
132
- "ID": "NR_0c28a262",
133
  "head": "Project",
134
- "tail": "Document",
135
- "relation": "disjointWith"
136
- },
137
- {
138
- "ID": "NR_ebb30360",
139
- "head": "Organization",
140
  "tail": "Person",
141
  "relation": "disjointWith"
142
  },
143
  {
144
- "ID": "NR_59bc31c3",
145
- "head": "Label Property",
146
  "tail": "Class",
147
  "relation": "type"
 
 
 
 
 
 
 
 
 
 
 
 
148
  }
149
  ]
150
  }
 
21
  ],
22
  "non_taxonomies": [
23
  {
24
+ "ID": "NR_61d203ea",
25
+ "head": "Person",
26
+ "tail": "Project",
 
 
 
 
 
 
27
  "relation": "disjointWith"
28
  },
29
  {
30
+ "ID": "NR_7d755d2f",
31
+ "head": "Online Chat Account",
32
+ "tail": "Class",
33
+ "relation": "type"
34
  },
35
  {
36
+ "ID": "NR_85365c2b",
37
+ "head": "Label Property",
38
+ "tail": "Class",
39
+ "relation": "type"
40
  },
41
  {
42
+ "ID": "NR_f1bbef80",
43
+ "head": "Organization",
44
+ "tail": "Document",
45
  "relation": "disjointWith"
46
  },
47
  {
48
+ "ID": "NR_f792c240",
49
+ "head": "Document",
50
  "tail": "Class",
51
  "relation": "type"
52
  },
53
  {
54
+ "ID": "NR_3936f490",
55
+ "head": "Online Gaming Account",
56
  "tail": "Class",
57
  "relation": "type"
58
  },
59
  {
60
+ "ID": "NR_0bdbdf4b",
61
+ "head": "Online E-commerce Account",
62
  "tail": "Class",
63
  "relation": "type"
64
  },
65
  {
66
+ "ID": "NR_b78487ab",
67
  "head": "Document",
68
+ "tail": "Organization",
69
  "relation": "disjointWith"
70
  },
71
  {
72
+ "ID": "NR_566cbd98",
73
+ "head": "Project",
74
  "tail": "Class",
75
  "relation": "type"
76
  },
77
  {
78
+ "ID": "NR_72f08508",
79
+ "head": "Image",
80
  "tail": "Class",
81
  "relation": "type"
82
  },
83
  {
84
+ "ID": "NR_ac4a291e",
85
+ "head": "PersonalProfileDocument",
 
 
 
 
 
 
86
  "tail": "Class",
87
  "relation": "type"
88
  },
89
  {
90
+ "ID": "NR_7bd6560a",
91
+ "head": "Online Account",
92
  "tail": "Class",
93
  "relation": "type"
94
  },
95
  {
96
+ "ID": "NR_2f476b7e",
97
+ "head": "Document",
98
+ "tail": "Project",
99
+ "relation": "disjointWith"
100
  },
101
  {
102
+ "ID": "NR_274c6fb9",
103
+ "head": "Organization",
104
  "tail": "Class",
105
  "relation": "type"
106
  },
107
  {
108
+ "ID": "NR_700a44c0",
109
  "head": "Agent",
110
  "tail": "Class",
111
  "relation": "type"
112
  },
113
  {
114
+ "ID": "NR_59fabb0b",
115
+ "head": "Organization",
116
+ "tail": "Person",
117
+ "relation": "disjointWith"
118
+ },
119
+ {
120
+ "ID": "NR_e544bfa4",
121
+ "head": "Person",
122
  "tail": "Class",
123
  "relation": "type"
124
  },
125
  {
126
+ "ID": "NR_429341cb",
127
  "head": "Project",
 
 
 
 
 
 
128
  "tail": "Person",
129
  "relation": "disjointWith"
130
  },
131
  {
132
+ "ID": "NR_c8e4b28e",
133
+ "head": "Group",
134
  "tail": "Class",
135
  "relation": "type"
136
+ },
137
+ {
138
+ "ID": "NR_1079121e",
139
+ "head": "Person",
140
+ "tail": "Organization",
141
+ "relation": "disjointWith"
142
+ },
143
+ {
144
+ "ID": "NR_a28eb376",
145
+ "head": "Project",
146
+ "tail": "Document",
147
+ "relation": "disjointWith"
148
  }
149
  ]
150
  }
foaf/type_taxonomies.json CHANGED
@@ -1,71 +1,71 @@
1
  {
2
  "types": [
3
- "Image",
4
- "PersonalProfileDocument",
5
- "Online Gaming Account",
6
- "Spatial Thing",
7
- "Online Account",
8
  "Online Chat Account",
9
  "Organization",
10
- "Agent",
 
11
  "Online E-commerce Account",
12
- "Group",
 
 
 
13
  "Document",
14
- "Person"
 
15
  ],
16
  "taxonomies": [
17
  {
18
- "ID": "TR_a15cfcf7",
19
  "parent": "Agent",
20
  "child": "Person"
21
  },
22
  {
23
- "ID": "TR_8d99a63e",
24
  "parent": "Spatial Thing",
25
  "child": "Person"
26
  },
27
  {
28
- "ID": "TR_6cf5beb4",
29
  "parent": "Agent",
30
  "child": "Organization"
31
  },
32
  {
33
- "ID": "TR_f22d8251",
34
  "parent": "Agent",
35
  "child": "Group"
36
  },
37
  {
38
- "ID": "TR_9bf2e382",
39
  "parent": "Agent",
40
  "child": "Person"
41
  },
42
  {
43
- "ID": "TR_bb3f2959",
44
  "parent": "Spatial Thing",
45
  "child": "Person"
46
  },
47
  {
48
- "ID": "TR_3691bcdd",
49
  "parent": "Document",
50
  "child": "Image"
51
  },
52
  {
53
- "ID": "TR_9d46e605",
54
  "parent": "Document",
55
  "child": "PersonalProfileDocument"
56
  },
57
  {
58
- "ID": "TR_1a2607b9",
59
  "parent": "Online Account",
60
  "child": "Online Gaming Account"
61
  },
62
  {
63
- "ID": "TR_a51e1ffc",
64
  "parent": "Online Account",
65
  "child": "Online E-commerce Account"
66
  },
67
  {
68
- "ID": "TR_b20216c8",
69
  "parent": "Online Account",
70
  "child": "Online Chat Account"
71
  }
 
1
  {
2
  "types": [
 
 
 
 
 
3
  "Online Chat Account",
4
  "Organization",
5
+ "Spatial Thing",
6
+ "PersonalProfileDocument",
7
  "Online E-commerce Account",
8
+ "Agent",
9
+ "Image",
10
+ "Online Gaming Account",
11
+ "Online Account",
12
  "Document",
13
+ "Person",
14
+ "Group"
15
  ],
16
  "taxonomies": [
17
  {
18
+ "ID": "TR_80fa55a5",
19
  "parent": "Agent",
20
  "child": "Person"
21
  },
22
  {
23
+ "ID": "TR_c491ea5b",
24
  "parent": "Spatial Thing",
25
  "child": "Person"
26
  },
27
  {
28
+ "ID": "TR_fdcc4bcf",
29
  "parent": "Agent",
30
  "child": "Organization"
31
  },
32
  {
33
+ "ID": "TR_ab63e2f0",
34
  "parent": "Agent",
35
  "child": "Group"
36
  },
37
  {
38
+ "ID": "TR_a490982e",
39
  "parent": "Agent",
40
  "child": "Person"
41
  },
42
  {
43
+ "ID": "TR_cb87bcd7",
44
  "parent": "Spatial Thing",
45
  "child": "Person"
46
  },
47
  {
48
+ "ID": "TR_2ca4fa85",
49
  "parent": "Document",
50
  "child": "Image"
51
  },
52
  {
53
+ "ID": "TR_6e9d4085",
54
  "parent": "Document",
55
  "child": "PersonalProfileDocument"
56
  },
57
  {
58
+ "ID": "TR_a880c752",
59
  "parent": "Online Account",
60
  "child": "Online Gaming Account"
61
  },
62
  {
63
+ "ID": "TR_cfd14929",
64
  "parent": "Online Account",
65
  "child": "Online E-commerce Account"
66
  },
67
  {
68
+ "ID": "TR_d9f2657c",
69
  "parent": "Online Account",
70
  "child": "Online Chat Account"
71
  }
sioc/sioc.rdf CHANGED
File without changes
sioc/term_typings.json CHANGED
File without changes
sioc/type_non_taxonomic_relations.json CHANGED
@@ -13,189 +13,189 @@
13
  ],
14
  "non_taxonomies": [
15
  {
16
- "ID": "NR_ff879cee",
17
  "head": "User Account",
18
- "tail": "Item",
19
  "relation": "disjointWith"
20
  },
21
  {
22
- "ID": "NR_2089744d",
23
- "head": "Item",
24
  "tail": "Usergroup",
25
  "relation": "disjointWith"
26
  },
27
  {
28
- "ID": "NR_c120bc05",
29
- "head": "Item",
30
- "tail": "Role",
31
  "relation": "disjointWith"
32
  },
33
  {
34
- "ID": "NR_fe121e1e",
35
- "head": "Role",
36
- "tail": "Container",
37
  "relation": "disjointWith"
38
  },
39
  {
40
- "ID": "NR_4467db25",
41
- "head": "Usergroup",
42
- "tail": "Role",
43
  "relation": "disjointWith"
44
  },
45
  {
46
- "ID": "NR_dfa923cf",
47
  "head": "Item",
48
- "tail": "User Account",
49
  "relation": "disjointWith"
50
  },
51
  {
52
- "ID": "NR_cf0eee8f",
53
- "head": "User Account",
54
- "tail": "Container",
55
  "relation": "disjointWith"
56
  },
57
  {
58
- "ID": "NR_39664d8f",
59
- "head": "Space",
60
- "tail": "Usergroup",
61
  "relation": "disjointWith"
62
  },
63
  {
64
- "ID": "NR_3ec7c1c9",
65
  "head": "Usergroup",
66
  "tail": "Item",
67
  "relation": "disjointWith"
68
  },
69
  {
70
- "ID": "NR_eaf4240e",
71
  "head": "Space",
72
- "tail": "Role",
73
  "relation": "disjointWith"
74
  },
75
  {
76
- "ID": "NR_5fad6ddd",
77
- "head": "Role",
78
  "tail": "Space",
79
  "relation": "disjointWith"
80
  },
81
  {
82
- "ID": "NR_3a5a97c9",
83
- "head": "Item",
84
- "tail": "Container",
85
  "relation": "disjointWith"
86
  },
87
  {
88
- "ID": "NR_8759a64c",
89
- "head": "Space",
90
- "tail": "Item",
91
  "relation": "disjointWith"
92
  },
93
  {
94
- "ID": "NR_831e11c2",
95
- "head": "Space",
96
- "tail": "User Account",
97
  "relation": "disjointWith"
98
  },
99
  {
100
- "ID": "NR_745e3096",
101
- "head": "User Account",
102
- "tail": "Space",
103
  "relation": "disjointWith"
104
  },
105
  {
106
- "ID": "NR_1dd276db",
107
  "head": "Container",
108
  "tail": "Role",
109
  "relation": "disjointWith"
110
  },
111
  {
112
- "ID": "NR_8a8652c5",
113
- "head": "Community",
 
 
 
 
 
 
114
  "tail": "Role",
115
  "relation": "disjointWith"
116
  },
117
  {
118
- "ID": "NR_2d3b99cd",
119
  "head": "Usergroup",
120
  "tail": "Container",
121
  "relation": "disjointWith"
122
  },
123
  {
124
- "ID": "NR_e4d8d1ce",
125
- "head": "Container",
126
- "tail": "Item",
127
  "relation": "disjointWith"
128
  },
129
  {
130
- "ID": "NR_5cd40373",
131
- "head": "Container",
132
  "tail": "User Account",
133
  "relation": "disjointWith"
134
  },
135
  {
136
- "ID": "NR_7c908a30",
137
- "head": "Community",
138
  "tail": "Item",
139
  "relation": "disjointWith"
140
  },
141
  {
142
- "ID": "NR_cf1595dd",
143
- "head": "Community",
144
- "tail": "User Account",
145
  "relation": "disjointWith"
146
  },
147
  {
148
- "ID": "NR_1f08f9b5",
149
- "head": "Role",
150
- "tail": "User Account",
151
  "relation": "disjointWith"
152
  },
153
  {
154
- "ID": "NR_cc702485",
155
  "head": "Container",
156
- "tail": "Usergroup",
157
  "relation": "disjointWith"
158
  },
159
  {
160
- "ID": "NR_bf319533",
161
- "head": "Item",
162
- "tail": "Space",
163
  "relation": "disjointWith"
164
  },
165
  {
166
- "ID": "NR_5442319f",
167
- "head": "Role",
168
- "tail": "Usergroup",
169
  "relation": "disjointWith"
170
  },
171
  {
172
- "ID": "NR_a928bb28",
173
  "head": "User Account",
174
  "tail": "Usergroup",
175
  "relation": "disjointWith"
176
  },
177
  {
178
- "ID": "NR_4156dc83",
179
- "head": "Usergroup",
180
- "tail": "Space",
181
  "relation": "disjointWith"
182
  },
183
  {
184
- "ID": "NR_62da34ba",
185
- "head": "User Account",
186
  "tail": "Role",
187
  "relation": "disjointWith"
188
  },
189
  {
190
- "ID": "NR_aa42b613",
191
- "head": "Role",
192
- "tail": "Item",
193
- "relation": "disjointWith"
194
- },
195
- {
196
- "ID": "NR_83ca1a08",
197
- "head": "Usergroup",
198
- "tail": "User Account",
199
  "relation": "disjointWith"
200
  }
201
  ]
 
13
  ],
14
  "non_taxonomies": [
15
  {
16
+ "ID": "NR_ca9604fd",
17
  "head": "User Account",
18
+ "tail": "Space",
19
  "relation": "disjointWith"
20
  },
21
  {
22
+ "ID": "NR_2449ff93",
23
+ "head": "Role",
24
  "tail": "Usergroup",
25
  "relation": "disjointWith"
26
  },
27
  {
28
+ "ID": "NR_27f9c728",
29
+ "head": "Space",
30
+ "tail": "Item",
31
  "relation": "disjointWith"
32
  },
33
  {
34
+ "ID": "NR_2cac6f39",
35
+ "head": "Usergroup",
36
+ "tail": "Role",
37
  "relation": "disjointWith"
38
  },
39
  {
40
+ "ID": "NR_25e190ae",
41
+ "head": "Role",
42
+ "tail": "Item",
43
  "relation": "disjointWith"
44
  },
45
  {
46
+ "ID": "NR_223d10e9",
47
  "head": "Item",
48
+ "tail": "Role",
49
  "relation": "disjointWith"
50
  },
51
  {
52
+ "ID": "NR_d5b8a5a3",
53
+ "head": "Space",
54
+ "tail": "User Account",
55
  "relation": "disjointWith"
56
  },
57
  {
58
+ "ID": "NR_a2c6261c",
59
+ "head": "Role",
60
+ "tail": "Space",
61
  "relation": "disjointWith"
62
  },
63
  {
64
+ "ID": "NR_b5630a3c",
65
  "head": "Usergroup",
66
  "tail": "Item",
67
  "relation": "disjointWith"
68
  },
69
  {
70
+ "ID": "NR_c3070d30",
71
  "head": "Space",
72
+ "tail": "Usergroup",
73
  "relation": "disjointWith"
74
  },
75
  {
76
+ "ID": "NR_04860b15",
77
+ "head": "Usergroup",
78
  "tail": "Space",
79
  "relation": "disjointWith"
80
  },
81
  {
82
+ "ID": "NR_2b0b2bc9",
83
+ "head": "Usergroup",
84
+ "tail": "User Account",
85
  "relation": "disjointWith"
86
  },
87
  {
88
+ "ID": "NR_6ed6390e",
89
+ "head": "Item",
90
+ "tail": "User Account",
91
  "relation": "disjointWith"
92
  },
93
  {
94
+ "ID": "NR_54fa9bd4",
95
+ "head": "Community",
96
+ "tail": "Role",
97
  "relation": "disjointWith"
98
  },
99
  {
100
+ "ID": "NR_26b79f1c",
101
+ "head": "Role",
102
+ "tail": "Container",
103
  "relation": "disjointWith"
104
  },
105
  {
106
+ "ID": "NR_1c2358e1",
107
  "head": "Container",
108
  "tail": "Role",
109
  "relation": "disjointWith"
110
  },
111
  {
112
+ "ID": "NR_d06defbd",
113
+ "head": "Item",
114
+ "tail": "Usergroup",
115
+ "relation": "disjointWith"
116
+ },
117
+ {
118
+ "ID": "NR_42485727",
119
+ "head": "User Account",
120
  "tail": "Role",
121
  "relation": "disjointWith"
122
  },
123
  {
124
+ "ID": "NR_58151f53",
125
  "head": "Usergroup",
126
  "tail": "Container",
127
  "relation": "disjointWith"
128
  },
129
  {
130
+ "ID": "NR_37856f10",
131
+ "head": "Item",
132
+ "tail": "Container",
133
  "relation": "disjointWith"
134
  },
135
  {
136
+ "ID": "NR_cd618460",
137
+ "head": "Community",
138
  "tail": "User Account",
139
  "relation": "disjointWith"
140
  },
141
  {
142
+ "ID": "NR_8ba6f615",
143
+ "head": "Container",
144
  "tail": "Item",
145
  "relation": "disjointWith"
146
  },
147
  {
148
+ "ID": "NR_1e661a70",
149
+ "head": "Item",
150
+ "tail": "Space",
151
  "relation": "disjointWith"
152
  },
153
  {
154
+ "ID": "NR_4f9103bc",
155
+ "head": "User Account",
156
+ "tail": "Item",
157
  "relation": "disjointWith"
158
  },
159
  {
160
+ "ID": "NR_f73c0531",
161
  "head": "Container",
162
+ "tail": "User Account",
163
  "relation": "disjointWith"
164
  },
165
  {
166
+ "ID": "NR_e84c2537",
167
+ "head": "Container",
168
+ "tail": "Usergroup",
169
  "relation": "disjointWith"
170
  },
171
  {
172
+ "ID": "NR_bce309df",
173
+ "head": "Community",
174
+ "tail": "Item",
175
  "relation": "disjointWith"
176
  },
177
  {
178
+ "ID": "NR_c9642ca5",
179
  "head": "User Account",
180
  "tail": "Usergroup",
181
  "relation": "disjointWith"
182
  },
183
  {
184
+ "ID": "NR_db5cf9ef",
185
+ "head": "Role",
186
+ "tail": "User Account",
187
  "relation": "disjointWith"
188
  },
189
  {
190
+ "ID": "NR_33998b26",
191
+ "head": "Space",
192
  "tail": "Role",
193
  "relation": "disjointWith"
194
  },
195
  {
196
+ "ID": "NR_11e8d519",
197
+ "head": "User Account",
198
+ "tail": "Container",
 
 
 
 
 
 
199
  "relation": "disjointWith"
200
  }
201
  ]
sioc/type_taxonomies.json CHANGED
@@ -2,59 +2,59 @@
2
  "types": [
3
  "Thread",
4
  "OnlineAccount",
5
- "User",
 
 
6
  "Post",
 
7
  "User Account",
8
- "Space",
9
- "Site",
10
  "Forum",
11
- "Container",
12
- "Document",
13
- "Item"
14
  ],
15
  "taxonomies": [
16
  {
17
- "ID": "TR_aa42898f",
18
  "parent": "Container",
19
  "child": "Forum"
20
  },
21
  {
22
- "ID": "TR_3b71c1c4",
23
  "parent": "Container",
24
  "child": "Thread"
25
  },
26
  {
27
- "ID": "TR_784f1aea",
28
  "parent": "Item",
29
  "child": "Post"
30
  },
31
  {
32
- "ID": "TR_5a3b0f8b",
33
  "parent": "Document",
34
  "child": "Post"
35
  },
36
  {
37
- "ID": "TR_be0d32a7",
38
  "parent": "Item",
39
  "child": "Post"
40
  },
41
  {
42
- "ID": "TR_4f7f1a92",
43
  "parent": "Document",
44
  "child": "Post"
45
  },
46
  {
47
- "ID": "TR_0ce100b2",
48
  "parent": "Space",
49
  "child": "Site"
50
  },
51
  {
52
- "ID": "TR_007e450a",
53
  "parent": "OnlineAccount",
54
  "child": "User Account"
55
  },
56
  {
57
- "ID": "TR_71afb72b",
58
  "parent": "OnlineAccount",
59
  "child": "User"
60
  }
 
2
  "types": [
3
  "Thread",
4
  "OnlineAccount",
5
+ "Site",
6
+ "Space",
7
+ "Item",
8
  "Post",
9
+ "Document",
10
  "User Account",
 
 
11
  "Forum",
12
+ "User",
13
+ "Container"
 
14
  ],
15
  "taxonomies": [
16
  {
17
+ "ID": "TR_2ce7ace5",
18
  "parent": "Container",
19
  "child": "Forum"
20
  },
21
  {
22
+ "ID": "TR_a4e44712",
23
  "parent": "Container",
24
  "child": "Thread"
25
  },
26
  {
27
+ "ID": "TR_91194cd8",
28
  "parent": "Item",
29
  "child": "Post"
30
  },
31
  {
32
+ "ID": "TR_36bccc3f",
33
  "parent": "Document",
34
  "child": "Post"
35
  },
36
  {
37
+ "ID": "TR_eea2b6d3",
38
  "parent": "Item",
39
  "child": "Post"
40
  },
41
  {
42
+ "ID": "TR_dff4ecca",
43
  "parent": "Document",
44
  "child": "Post"
45
  },
46
  {
47
+ "ID": "TR_fcfcb560",
48
  "parent": "Space",
49
  "child": "Site"
50
  },
51
  {
52
+ "ID": "TR_ba99865f",
53
  "parent": "OnlineAccount",
54
  "child": "User Account"
55
  },
56
  {
57
+ "ID": "TR_1e64fee9",
58
  "parent": "OnlineAccount",
59
  "child": "User"
60
  }