Skip to content

Commit

Permalink
Merge pull request #208 from OBOFoundry/issue-192
Browse files Browse the repository at this point in the history
add exposure of organism class
  • Loading branch information
wdduncan authored Aug 1, 2022
2 parents f0ee741 + 9d2f87c commit 5066c5e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/ontology/cob-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -1337,6 +1337,16 @@
</owl:annotatedTarget>
<rdfs:comment>We should name the inverse in COB and avoid the confusing inverse(..) construct</rdfs:comment>
</owl:Axiom>



<!-- http://purl.obolibrary.org/obo/COB_0001000 -->

<owl:Class rdf:about="http://purl.obolibrary.org/obo/COB_0001000">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/COB_0000034"/>
<obo:IAO_0000115>A process during which an organism comes into contact with another entity.</obo:IAO_0000115>
<rdfs:label xml:lang="en">exposure of organism</rdfs:label>
</owl:Class>
</rdf:RDF>


Expand Down

0 comments on commit 5066c5e

Please sign in to comment.