Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "disease or disorder" to COB #226

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/ontology/cob-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -1347,6 +1347,15 @@
<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>

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

<owl:Class rdf:about="http://purl.obolibrary.org/obo/COB_0001002">
<obo:IAO_0000115>A disease is a disposition to undergo pathological processes that exists in an organism because of one or more disorders in that organism.</obo:IAO_0000115>
<rdfs:label xml:lang="en">disease or disorder</rdfs:label>
<rdfs:seeAlso>https://github.com/OBOFoundry/COB/issues/19</rdfs:seeAlso>
</owl:Class>

</rdf:RDF>


Expand Down