Skip to content

Commit

Permalink
relabel organism (#17)
Browse files Browse the repository at this point in the history
* saving with new protege, diff introduces reordering but no actual changes

* relabeled organism class to be simply 'organism'
See OBOFoundry/COB#6

* Update caro.owl

Co-authored-by: Nico Matentzoglu <nicolas.matentzoglu@gmail.com>
Co-authored-by: Anita Caron <anitacaron@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 20, 2022
1 parent dd5ade6 commit 1f7d23d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/ontology/caro-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -790,12 +790,13 @@ This term is extremely abstract as a genus - it specifies no granularity at all.
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/CARO_0001009> "obsolete anatomical chamber"^^xsd:string)
AnnotationAssertion(owl:deprecated <http://purl.obolibrary.org/obo/CARO_0001009> "true"^^xsd:boolean)

# Class: <http://purl.obolibrary.org/obo/CARO_0001010> (organism or virus or viroid)
# Class: <http://purl.obolibrary.org/obo/CARO_0001010> (organism)

AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/CARO_0001010> "Material anatomical entity that is a member of an individual species or is a viral or viroid particle."^^xsd:string)
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000117> <http://purl.obolibrary.org/obo/CARO_0001010> "Melissa Haendel"^^xsd:string)
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_creation_date> <http://purl.obolibrary.org/obo/CARO_0001010> "9/18/11"^^xsd:string)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/CARO_0001010> "organism or virus or viroid"^^xsd:string)
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> <http://purl.obolibrary.org/obo/CARO_0001010> "organism or virus or viroid")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/CARO_0001010> "organism"^^xsd:string)
SubClassOf(<http://purl.obolibrary.org/obo/CARO_0001010> <http://purl.obolibrary.org/obo/BFO_0000040>)

# Class: <http://purl.obolibrary.org/obo/CARO_0001013> (anatomical plane)
Expand Down

0 comments on commit 1f7d23d

Please sign in to comment.