Skip to content

Commit e7b90c8

Browse files
committed
Update ceratyont.owl
1 parent 10f2679 commit e7b90c8

File tree

1 file changed

+46
-1
lines changed

1 file changed

+46
-1
lines changed

ceratyont.owl

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
xml:base="http://archaeology.link/ontology"
44
xmlns:dc="http://purl.org/dc/elements/1.1/"
55
xmlns:wd="http://www.wikidata.org/entity/"
6+
xmlns:crm="http://www.cidoc-crm.org/cidoc-crm/"
67
xmlns:owl="http://www.w3.org/2002/07/owl#"
78
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
89
xmlns:wdt="http://www.wikidata.org/prop/direct/"
910
xmlns:xml="http://www.w3.org/XML/1998/namespace"
1011
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
12+
xmlns:foaf="http://xmlns.com/foaf/0.1/"
1113
xmlns:lado="http://archaeology.link/ontology#"
1214
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
1315
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
@@ -188,6 +190,8 @@
188190
<rdfs:subPropertyOf rdf:resource="http://www.wikidata.org/prop/direct/P2888"/>
189191
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
190192
<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"/>
191195
<rdfs:label xml:lang="en">exact match</rdfs:label>
192196
</owl:ObjectProperty>
193197

@@ -359,6 +363,31 @@
359363

360364

361365

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+
362391
<!-- http://archaeology.link/ontology#published -->
363392

364393
<owl:ObjectProperty rdf:about="http://archaeology.link/ontology#published">
@@ -602,10 +631,26 @@
602631

603632

604633

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+
605648
<!-- http://www.wikidata.org/prop/direct/P2888 -->
606649

607650
<owl:ObjectProperty rdf:about="http://www.wikidata.org/prop/direct/P2888">
608651
<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"/>
609654
<rdfs:label xml:lang="en">exact match</rdfs:label>
610655
<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>
611656
</owl:ObjectProperty>
@@ -1044,7 +1089,7 @@ With the exception of E59 Primitive Value, all other classes within the CRM are
10441089

10451090
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Organization">
10461091
<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>
10481093
</owl:Class>
10491094

10501095

0 commit comments

Comments
 (0)