Skip to content

Commit

Permalink
Further constraining located_in, see comments from Alan: #256 (comment)
Browse files Browse the repository at this point in the history
We keep the weaker D+R constraints in for EL purposes
  • Loading branch information
cmungall committed Sep 28, 2018
1 parent ae9eae1 commit 77d7387
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/ontology/core.owl
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,27 @@ A continuant cannot have an occurrent as part: use 'participates in'.
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0001025">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/BFO_0000004"/>
<rdfs:domain>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/BFO_0000004"/>
<owl:Class>
<owl:complementOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000006"/>
</owl:Class>
</owl:intersectionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://purl.obolibrary.org/obo/BFO_0000004"/>
<rdfs:range>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/BFO_0000004"/>
<owl:Class>
<owl:complementOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000006"/>
</owl:Class>
</owl:intersectionOf>
</owl:Class>
</rdfs:range>
<obo:IAO_0000111 xml:lang="en">located in</obo:IAO_0000111>
<obo:IAO_0000112 xml:lang="en">my brain is located in my head</obo:IAO_0000112>
<obo:IAO_0000112 xml:lang="en">this rat is located in this cage</obo:IAO_0000112>
Expand All @@ -483,6 +503,18 @@ A continuant cannot have an occurrent as part: use &apos;participates in&apos;.
<dc:source>http://www.obofoundry.org/ro/#OBO_REL:located_in</dc:source>
<rdfs:label xml:lang="en">located in</rdfs:label>
</owl:ObjectProperty>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/RO_0001025"/>
<owl:annotatedProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#range"/>
<owl:annotatedTarget rdf:resource="http://purl.obolibrary.org/obo/BFO_0000004"/>
<obo:IAO_0000116>This is redundant with the more specific &apos;independent and not spatial region&apos; constraint. We leave in the redundant axiom for use with reasoners that do not use negation.</obo:IAO_0000116>
</owl:Axiom>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/RO_0001025"/>
<owl:annotatedProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#domain"/>
<owl:annotatedTarget rdf:resource="http://purl.obolibrary.org/obo/BFO_0000004"/>
<obo:IAO_0000116>This is redundant with the more specific &apos;independent and not spatial region&apos; constraint. We leave in the redundant axiom for use with reasoners that do not use negation.</obo:IAO_0000116>
</owl:Axiom>



Expand Down

0 comments on commit 77d7387

Please sign in to comment.