forked from linked-statistics/xkos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxkos.rdf
486 lines (436 loc) · 28 KB
/
xkos.rdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xkos="http://rdf-vocabulary.ddialliance.org/xkos#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:skosxl="http://www.w3.org/2008/05/skos-xl#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:voaf="http://purl.org/vocommons/voaf#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:cc="http://creativecommons.org/ns#">
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Ontology"/>
<rdf:type rdf:resource="http://purl.org/vocommons/voaf#Vocabulary"/>
<dc:title xml:lang="en">XKOS: an SKOS extension for representing statistical classifications</dc:title>
<dc:title xml:lang="fr">XKOS : une extension de SKOS pour la représentation des nomenclatures statistiques</dc:title>
<rdfs:comment xml:lang="en">This ontology is based on work initiated at Dagstuhl Schloss in September 2011</rdfs:comment>
<rdfs:comment xml:lang="fr">Cette ontologie est basée sur le travail commencé à Dagstuhl Schloss en septembre 2011</rdfs:comment>
<dc:contributor>Daniel Gillman</dc:contributor>
<dc:contributor>Wendy L. Thomas</dc:contributor>
<dc:contributor>Richard Cyganiak</dc:contributor>
<dc:contributor>Jannik Jensen</dc:contributor>
<dc:contributor>Thomas Bosch</dc:contributor>
<dc:contributor>R.T.A.M. Grim</dc:contributor>
<dc:contributor>Yves Jaques</dc:contributor>
<dc:creator>Franck Cotton</dc:creator>
<voaf:extends rdf:resource="http://www.w3.org/2004/02/skos/core"/>
<vann:preferredNamespacePrefix>xkos</vann:preferredNamespacePrefix>
<vann:preferredNamespaceUri rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos#"/>
<dc:rights>Copyright © 2016 The DDI Alliance</dc:rights>
<cc:license rdf:resource="http://creativecommons.org/licenses/by/4.0/"/>
<voaf:classNumber rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">4</voaf:classNumber>
<voaf:propertyNumber rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">40</voaf:propertyNumber>
<owl:versionInfo>Version 1.0.1 - 2014-11-26</owl:versionInfo>
<owl:versionInfo>Version 1.0.2 - 2016-03-15</owl:versionInfo>
<owl:versionInfo>Version 1.0.3 - 2016-03-15</owl:versionInfo>
<owl:versionInfo>Version 1.1 - 2016-03-20</owl:versionInfo>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#ClassificationLevel">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">Classification level</rdfs:label>
<rdfs:label xml:lang="fr">Niveau de nomenclature</rdfs:label>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Collection"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#ConceptAssociation">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">Concept association</rdfs:label>
<rdfs:label xml:lang="fr">Association de concepts</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#Correspondence">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">Correspondence</rdfs:label>
<rdfs:label xml:lang="fr">Correspondance</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#ExplanatoryNote">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">Explanatory note</rdfs:label>
<rdfs:label xml:lang="fr">Note explicative</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#inclusionNote">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
<rdfs:label xml:lang="en">inclusions</rdfs:label>
<rdfs:label xml:lang="fr">inclusions</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2004/02/skos/core#scopeNote"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#coreContentNote">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
<rdfs:label xml:lang="en">core content</rdfs:label>
<rdfs:label xml:lang="fr">contenu central</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos#inclusionNote"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#additionalContentNote">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
<rdfs:label xml:lang="en">additional content</rdfs:label>
<rdfs:label xml:lang="fr">contenu limite</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos#inclusionNote"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#exclusionNote">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
<rdfs:label xml:lang="en">exclusions</rdfs:label>
<rdfs:label xml:lang="fr">exclusions</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2004/02/skos/core#scopeNote"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#caseLaw">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
<rdfs:label xml:lang="en">case law</rdfs:label>
<rdfs:label xml:lang="fr">jurisprudence</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2004/02/skos/core#note"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#plainText">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
<rdfs:label xml:lang="en">plain text</rdfs:label>
<rdfs:label xml:lang="fr">texte brut</rdfs:label>
<rdfs:domain rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos#ExplanatoryNote"/>
<rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#numberOfLevels">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">number of levels</rdfs:label>
<rdfs:label xml:lang="fr">nombre de niveaux</rdfs:label>
<rdfs:domain rdf:resource="http://www.w3.org/2004/02/skos/core#ConceptScheme"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#positiveInteger"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#depth">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">depth</rdfs:label>
<rdfs:label xml:lang="fr">profondeur</rdfs:label>
<rdfs:domain rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos#ClassificationLevel"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#positiveInteger"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#maxLength">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">maximum length</rdfs:label>
<rdfs:label xml:lang="fr">longueur maximale</rdfs:label>
<rdfs:domain rdf:resource="http://www.w3.org/2008/05/skos-xl#Label"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#positiveInteger"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#notationPattern">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">code pattern</rdfs:label>
<rdfs:label xml:lang="fr">gabarit de code</rdfs:label>
<rdfs:domain rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos#ClassificationLevel"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#levels">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">level list</rdfs:label>
<rdfs:label xml:lang="fr">liste des niveaux</rdfs:label>
<rdfs:domain rdf:resource="http://www.w3.org/2004/02/skos/core#ConceptScheme"/>
<rdfs:range rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#madeOf">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">made of</rdfs:label>
<rdfs:label xml:lang="fr">comprend</rdfs:label>
<rdfs:domain rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos#Correspondence"/>
<rdfs:range rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos#ConceptAssociation"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#sourceConcept">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">source concept</rdfs:label>
<rdfs:label xml:lang="fr">concept source</rdfs:label>
<rdfs:domain rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos#ConceptAssociation"/>
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#targetConcept">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">target concept</rdfs:label>
<rdfs:label xml:lang="fr">concept cible</rdfs:label>
<rdfs:domain rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos#ConceptAssociation"/>
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#compares">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">compares</rdfs:label>
<rdfs:label xml:lang="fr">compare</rdfs:label>
<rdfs:domain rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos#Correspondence"/>
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#ConceptScheme"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#follows">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">follows</rdfs:label>
<rdfs:label xml:lang="fr">suit</rdfs:label>
<rdfs:domain rdf:resource="http://www.w3.org/2004/02/skos/core#ConceptScheme"/>
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#ConceptScheme"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#supersedes">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">supersedes</rdfs:label>
<rdfs:label xml:lang="fr">remplace</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos#follows"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/replaces"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#variant">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">variant</rdfs:label>
<rdfs:label xml:lang="fr">variante</rdfs:label>
<rdfs:domain rdf:resource="http://www.w3.org/2004/02/skos/core#ConceptScheme"/>
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#ConceptScheme"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#belongsTo">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">belongs to</rdfs:label>
<rdfs:label xml:lang="fr">appartient à</rdfs:label>
<rdfs:domain rdf:resource="http://www.w3.org/2004/02/skos/core#ConceptScheme"/>
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#organizedBy">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">organized by</rdfs:label>
<rdfs:label xml:lang="fr">organisé en</rdfs:label>
<rdfs:domain rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos#ClassificationLevel"/>
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#covers">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">covers</rdfs:label>
<rdfs:label xml:lang="fr">couvre</rdfs:label>
</rdf:Description>
<rdf:Description rdf:nodeID="node18o8vi0ecx494604">
<rdf:first rdf:resource="http://www.w3.org/2004/02/skos/core#ConceptScheme"/>
<rdf:rest rdf:nodeID="node18o8vi0ecx494605"/>
</rdf:Description>
<rdf:Description rdf:nodeID="node18o8vi0ecx494605">
<rdf:first rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos#ClassificationLevel"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="node18o8vi0ecx494603">
<owl:unionOf rdf:nodeID="node18o8vi0ecx494604"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#covers">
<rdfs:domain rdf:nodeID="node18o8vi0ecx494603"/>
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#coversExhaustively">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">covers exhaustively</rdfs:label>
<rdfs:label xml:lang="fr">couvre exhaustivement</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos#covers"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#coversMutuallyExclusively">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">covers mutually exclusively</rdfs:label>
<rdfs:label xml:lang="fr">couvre sans recouvrement</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos#covers"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#classifiedUnder">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">classified under</rdfs:label>
<rdfs:label xml:lang="fr">classé sous</rdfs:label>
<rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#causal">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">has causal</rdfs:label>
<rdfs:label xml:lang="fr">en relation causale</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2004/02/skos/core#related"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#causes">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">causes</rdfs:label>
<rdfs:label xml:lang="fr">est la cause de</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos#causal"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#causedBy">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">caused by</rdfs:label>
<rdfs:label xml:lang="fr">est causé par</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos#causal"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#sequential">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">has sequential</rdfs:label>
<rdfs:label xml:lang="fr">en relation séquentielle</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2004/02/skos/core#related"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#precedes">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
<rdfs:label xml:lang="en">precedes</rdfs:label>
<rdfs:label xml:lang="fr">précède</rdfs:label>
<rdfs:comment xml:lang="en">predecessor in the sequence</rdfs:comment>
<rdfs:comment xml:lang="fr">prédécesseur dans la séquence</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos#sequential"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#previous">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">previous</rdfs:label>
<rdfs:label xml:lang="fr">précédent</rdfs:label>
<rdfs:comment xml:lang="en">immediate predecessor in the sequence</rdfs:comment>
<rdfs:comment xml:lang="fr">prédécesseur immédiat dans la séquence</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos#precedes"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#succeeds">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
<rdfs:label xml:lang="en">succeeds</rdfs:label>
<rdfs:label xml:lang="fr">succède à</rdfs:label>
<rdfs:comment xml:lang="en">successor in the sequence</rdfs:comment>
<rdfs:comment>successeur dans la séquence</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos#sequential"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#next">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">next</rdfs:label>
<rdfs:label xml:lang="fr">suivant</rdfs:label>
<rdfs:comment xml:lang="en">immediate successor in the sequence</rdfs:comment>
<rdfs:comment>successeur immédiat dans la séquence</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos#succeeds"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#temporal">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">has temporal</rdfs:label>
<rdfs:label xml:lang="fr">en relation temporelle</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos#sequential"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#before">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
<rdfs:label xml:lang="en">before</rdfs:label>
<rdfs:label xml:lang="fr">avant</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos#temporal"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#after">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
<rdfs:label xml:lang="en">after</rdfs:label>
<rdfs:label xml:lang="fr">après</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos#temporal"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#isPartOf">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">is a part of</rdfs:label>
<rdfs:label xml:lang="fr">est une partie de</rdfs:label>
<owl:inverseOf rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos#hasPart"/>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2004/02/skos/core#broader"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/isPartOf"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#hasPart">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">has part</rdfs:label>
<rdfs:label xml:lang="fr">a pour partie</rdfs:label>
<owl:inverseOf rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos#isPartOf"/>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2004/02/skos/core#narrower"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/hasPart"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#specializes">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">specializes</rdfs:label>
<rdfs:label xml:lang="fr">spécialise</rdfs:label>
<owl:inverseOf rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos#generalizes"/>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2004/02/skos/core#broader"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#generalizes">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">generalizes</rdfs:label>
<rdfs:label xml:lang="fr">généralise</rdfs:label>
<owl:inverseOf rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos#specializes"/>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2004/02/skos/core#narrower"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
<rdf:Description rdf:about="http://rdf-vocabulary.ddialliance.org/xkos#disjoint">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">disjoint from</rdfs:label>
<rdfs:label xml:lang="fr">disjoint de</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2004/02/skos/core#related"/>
<rdfs:isDefinedBy rdf:resource="http://rdf-vocabulary.ddialliance.org/xkos"/>
</rdf:Description>
</rdf:RDF>