Skip to content

Commit

Permalink
Update ceratyont.owl
Browse files Browse the repository at this point in the history
  • Loading branch information
florianthiery committed Oct 4, 2022
1 parent 10f2679 commit e7b90c8
Showing 1 changed file with 46 additions and 1 deletion.
47 changes: 46 additions & 1 deletion ceratyont.owl
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
xml:base="http://archaeology.link/ontology"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:wd="http://www.wikidata.org/entity/"
xmlns:crm="http://www.cidoc-crm.org/cidoc-crm/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:wdt="http://www.wikidata.org/prop/direct/"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:lado="http://archaeology.link/ontology#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
Expand Down Expand Up @@ -188,6 +190,8 @@
<rdfs:subPropertyOf rdf:resource="http://www.wikidata.org/prop/direct/P2888"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#SymmetricProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
<rdfs:domain rdf:resource="http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity"/>
<rdfs:range rdf:resource="http://www.cidoc-crm.org/cidoc-crm/E1_CRM_Entity"/>
<rdfs:label xml:lang="en">exact match</rdfs:label>
</owl:ObjectProperty>

Expand Down Expand Up @@ -359,6 +363,31 @@



<!-- http://archaeology.link/ontology#partiallyCoincidentWith -->

<owl:ObjectProperty rdf:about="http://archaeology.link/ontology#partiallyCoincidentWith">
<rdfs:subPropertyOf rdf:resource="http://www.wikidata.org/prop/direct/P1382"/>
<owl:inverseOf rdf:resource="http://archaeology.link/ontology#partiallyNotCoincidentWith"/>
<rdfs:domain rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:label xml:lang="en">partially coincident with</rdfs:label>
<skos:definition xml:lang="en">object that is partially part of, but not fully part of (exact match) a concept</skos:definition>
</owl:ObjectProperty>



<!-- http://archaeology.link/ontology#partiallyNotCoincidentWith -->

<owl:ObjectProperty rdf:about="http://archaeology.link/ontology#partiallyNotCoincidentWith">
<rdfs:subPropertyOf rdf:resource="http://www.wikidata.org/prop/direct/P1382"/>
<rdfs:domain rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:label xml:lang="en">partially not coincident with</rdfs:label>
<skos:definition xml:lang="en">object that is not partially part of, but not fully part of (exact match) a concept</skos:definition>
</owl:ObjectProperty>



<!-- http://archaeology.link/ontology#published -->

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



<!-- http://www.wikidata.org/prop/direct/P1382 -->

<owl:ObjectProperty rdf:about="http://www.wikidata.org/prop/direct/P1382">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2004/02/skos/core#relatedMatch"/>
<rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
<rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
<rdfs:label xml:lang="en">partially coincident with</rdfs:label>
<rdfs:label xml:lang="de">teilweise übereinstimmend mit</rdfs:label>
<skos:definition xml:lang="de">Objekt, das teilweise, aber nicht vollständig Teil von (P361) einem Gegenstand ist</skos:definition>
<skos:definition xml:lang="en">object that is partially part of, but not fully part of (P361), the subject</skos:definition>
</owl:ObjectProperty>



<!-- http://www.wikidata.org/prop/direct/P2888 -->

<owl:ObjectProperty rdf:about="http://www.wikidata.org/prop/direct/P2888">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2004/02/skos/core#exactMatch"/>
<rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
<rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
<rdfs:label xml:lang="en">exact match</rdfs:label>
<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>
</owl:ObjectProperty>
Expand Down Expand Up @@ -1044,7 +1089,7 @@ With the exception of E59 Primitive Value, all other classes within the CRM are

<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Organization">
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Agent"/>
<skos:definition xml:lang="en">Organisation</skos:definition>
<rdfs:label xml:lang="en">Organisation</rdfs:label>
</owl:Class>


Expand Down

0 comments on commit e7b90c8

Please sign in to comment.