Skip to content

Commit

Permalink
Revert previous committed changes made in PR #672 and add missing axi…
Browse files Browse the repository at this point in the history
…oms for `has roost` (#730)

* Revert "added new object property has roost for issue #453 (#672)"

This reverts commit e16e307.

* add back domain and range to `has roost`

---------

Co-authored-by: Anita Caron <[email protected]>
  • Loading branch information
wdduncan and anitacaron authored Jun 28, 2023
1 parent 8545d35 commit 97a906a
Show file tree
Hide file tree
Showing 2 changed files with 222 additions and 85 deletions.
7 changes: 4 additions & 3 deletions src/ontology/imports/envo_import.owl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Prefix(rdfs:=<http://www.w3.org/2000/01/rdf-schema#>)


Ontology(<http://purl.obolibrary.org/obo/ro/imports/envo_import.owl>
<http://purl.obolibrary.org/obo/ro/releases/2023-03-30/imports/envo_import.owl>
<http://purl.obolibrary.org/obo/ro/releases/2023-06-28/imports/envo_import.owl>
Annotation(<http://purl.org/dc/elements/1.1/contributor> <https://orcid.org/0000-0002-2996-719X>)
Annotation(<http://purl.org/dc/elements/1.1/creator> <https://orcid.org/0000-0002-4366-3088>)
Annotation(<http://purl.org/dc/elements/1.1/creator> "http://orcid.org/0000-0002-6601-2165")
Expand All @@ -26,7 +26,7 @@ Annotation(rdfs:comment "Includes Ontology(OntologyID(OntologyIRI(<http://purl.o
Annotation(rdfs:comment "Includes Ontology(OntologyID(OntologyIRI(<http://purl.obolibrary.org/obo/envo/modules/entity_quality_location.owl>) VersionIRI(<null>))) [Axioms: 40 Logical Axioms: 6]")
Annotation(rdfs:comment "Includes Ontology(OntologyID(OntologyIRI(<http://purl.obolibrary.org/obo/envo/modules/process_attribute.owl>) VersionIRI(<null>))) [Axioms: 21 Logical Axioms: 2]")
Annotation(owl:versionInfo "2023-02-13")
Annotation(owl:versionInfo "2023-03-30")
Annotation(owl:versionInfo "2023-06-28")
Annotation(<http://xmlns.com/foaf/0.1/homepage> "http://environmentontology.org/"^^xsd:anyURI)

Declaration(Class(<http://purl.obolibrary.org/obo/BFO_0000015>))
Expand All @@ -35,9 +35,11 @@ Declaration(Class(<http://purl.obolibrary.org/obo/BFO_0000040>))
Declaration(Class(<http://purl.obolibrary.org/obo/ENVO_01000254>))
Declaration(Class(<http://purl.obolibrary.org/obo/ENVO_01000739>))
Declaration(Class(<http://purl.obolibrary.org/obo/GO_0008150>))
Declaration(Class(<http://purl.obolibrary.org/obo/OBI_0100026>))
Declaration(Class(<http://purl.obolibrary.org/obo/PATO_0000001>))
Declaration(Class(<http://purl.obolibrary.org/obo/PATO_0002124>))
Declaration(Class(<http://purl.obolibrary.org/obo/RO_0002577>))
Declaration(Class(<http://purl.obolibrary.org/obo/UBERON_0001062>))
Declaration(ObjectProperty(<http://purl.obolibrary.org/obo/BFO_0000050>))
Declaration(ObjectProperty(<http://purl.obolibrary.org/obo/BFO_0000051>))
Declaration(ObjectProperty(<http://purl.obolibrary.org/obo/BFO_0000066>))
Expand Down Expand Up @@ -77,7 +79,6 @@ Declaration(AnnotationProperty(<http://purl.obolibrary.org/obo/IAO_0000118>))
Declaration(AnnotationProperty(<http://purl.obolibrary.org/obo/IAO_0000119>))
Declaration(AnnotationProperty(<http://purl.org/dc/elements/1.1/contributor>))
Declaration(AnnotationProperty(<http://purl.org/dc/elements/1.1/creator>))
Declaration(AnnotationProperty(<http://purl.org/dc/elements/1.1/date>))
Declaration(AnnotationProperty(<http://purl.org/dc/elements/1.1/description>))
Declaration(AnnotationProperty(<http://purl.org/dc/elements/1.1/source>))
Declaration(AnnotationProperty(<http://purl.org/dc/elements/1.1/title>))
Expand Down
Loading

0 comments on commit 97a906a

Please sign in to comment.