|
3 | 3 | xml:base="http://archaeology.link/ontology"
|
4 | 4 | xmlns:dc="http://purl.org/dc/elements/1.1/"
|
5 | 5 | xmlns:wd="http://www.wikidata.org/entity/"
|
| 6 | + xmlns:crm="http://www.cidoc-crm.org/cidoc-crm/" |
6 | 7 | xmlns:owl="http://www.w3.org/2002/07/owl#"
|
7 | 8 | xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
8 | 9 | xmlns:wdt="http://www.wikidata.org/prop/direct/"
|
9 | 10 | xmlns:xml="http://www.w3.org/XML/1998/namespace"
|
10 | 11 | xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
|
| 12 | + xmlns:foaf="http://xmlns.com/foaf/0.1/" |
11 | 13 | xmlns:lado="http://archaeology.link/ontology#"
|
12 | 14 | xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
|
13 | 15 | xmlns:skos="http://www.w3.org/2004/02/skos/core#"
|
|
188 | 190 | <rdfs:subPropertyOf rdf:resource="http://www.wikidata.org/prop/direct/P2888"/>
|
189 | 191 | <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
|
190 | 192 | <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
|
| 193 | + <rdfs:domain rdf:resource="http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity"/> |
| 194 | + <rdfs:range rdf:resource="http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity"/> |
191 | 195 | <rdfs:label xml:lang="en">exact match</rdfs:label>
|
192 | 196 | </owl:ObjectProperty>
|
193 | 197 |
|
|
359 | 363 |
|
360 | 364 |
|
361 | 365 |
|
| 366 | + <!-- http://archaeology.link/ontology#partiallyCoincidentWith --> |
| 367 | + |
| 368 | + <owl:ObjectProperty rdf:about="http://archaeology.link/ontology#partiallyCoincidentWith"> |
| 369 | + <rdfs:subPropertyOf rdf:resource="http://www.wikidata.org/prop/direct/P1382"/> |
| 370 | + <owl:inverseOf rdf:resource="http://archaeology.link/ontology#partiallyNotCoincidentWith"/> |
| 371 | + <rdfs:domain rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/> |
| 372 | + <rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/> |
| 373 | + <rdfs:label xml:lang="en">partially coincident with</rdfs:label> |
| 374 | + <skos:definition xml:lang="en">object that is partially part of, but not fully part of (exact match) a concept</skos:definition> |
| 375 | + </owl:ObjectProperty> |
| 376 | + |
| 377 | + |
| 378 | + |
| 379 | + <!-- http://archaeology.link/ontology#partiallyNotCoincidentWith --> |
| 380 | + |
| 381 | + <owl:ObjectProperty rdf:about="http://archaeology.link/ontology#partiallyNotCoincidentWith"> |
| 382 | + <rdfs:subPropertyOf rdf:resource="http://www.wikidata.org/prop/direct/P1382"/> |
| 383 | + <rdfs:domain rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/> |
| 384 | + <rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/> |
| 385 | + <rdfs:label xml:lang="en">partially not coincident with</rdfs:label> |
| 386 | + <skos:definition xml:lang="en">object that is not partially part of, but not fully part of (exact match) a concept</skos:definition> |
| 387 | + </owl:ObjectProperty> |
| 388 | + |
| 389 | + |
| 390 | + |
362 | 391 | <!-- http://archaeology.link/ontology#published -->
|
363 | 392 |
|
364 | 393 | <owl:ObjectProperty rdf:about="http://archaeology.link/ontology#published">
|
|
602 | 631 |
|
603 | 632 |
|
604 | 633 |
|
| 634 | + <!-- http://www.wikidata.org/prop/direct/P1382 --> |
| 635 | + |
| 636 | + <owl:ObjectProperty rdf:about="http://www.wikidata.org/prop/direct/P1382"> |
| 637 | + <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2004/02/skos/core#relatedMatch"/> |
| 638 | + <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> |
| 639 | + <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> |
| 640 | + <rdfs:label xml:lang="en">partially coincident with</rdfs:label> |
| 641 | + <rdfs:label xml:lang="de">teilweise übereinstimmend mit</rdfs:label> |
| 642 | + <skos:definition xml:lang="de">Objekt, das teilweise, aber nicht vollständig Teil von (P361) einem Gegenstand ist</skos:definition> |
| 643 | + <skos:definition xml:lang="en">object that is partially part of, but not fully part of (P361), the subject</skos:definition> |
| 644 | + </owl:ObjectProperty> |
| 645 | + |
| 646 | + |
| 647 | + |
605 | 648 | <!-- http://www.wikidata.org/prop/direct/P2888 -->
|
606 | 649 |
|
607 | 650 | <owl:ObjectProperty rdf:about="http://www.wikidata.org/prop/direct/P2888">
|
608 | 651 | <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2004/02/skos/core#exactMatch"/>
|
| 652 | + <rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> |
| 653 | + <rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> |
609 | 654 | <rdfs:label xml:lang="en">exact match</rdfs:label>
|
610 | 655 | <skos:definition xml:lang="en">(URLs only) used to link two items, indicating a high degree of confidence that the concepts can be used interchangeably</skos:definition>
|
611 | 656 | </owl:ObjectProperty>
|
@@ -1044,7 +1089,7 @@ With the exception of E59 Primitive Value, all other classes within the CRM are
|
1044 | 1089 |
|
1045 | 1090 | <owl:Class rdf:about="http://xmlns.com/foaf/0.1/Organization">
|
1046 | 1091 | <rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
|
1047 |
| - <skos:definition xml:lang="en">Organisation</skos:definition> |
| 1092 | + <rdfs:label xml:lang="en">Organisation</rdfs:label> |
1048 | 1093 | </owl:Class>
|
1049 | 1094 |
|
1050 | 1095 |
|
|
0 commit comments