Skip to content

Commit

Permalink
WIP: collected during relation (#759)
Browse files Browse the repository at this point in the history
* collected during relation

* definition tweak.

* update `orcidio_import`

* normalize ro-edit file

* collected during relation defn simplification

* remove misplaced pato term from ro-edit

---------

Co-authored-by: Anita Caron <[email protected]>
Co-authored-by: Chris Mungall <[email protected]>
  • Loading branch information
3 people authored Aug 12, 2024
1 parent 326f529 commit 35d510a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/ontology/ro-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,7 @@ Declaration(ObjectProperty(obo:RO_0017005))
Declaration(ObjectProperty(obo:RO_0017006))
Declaration(ObjectProperty(obo:RO_0017008))
Declaration(ObjectProperty(obo:RO_0017009))
Declaration(ObjectProperty(obo:RO_0017502))
Declaration(ObjectProperty(obo:RO_0018001))
Declaration(ObjectProperty(obo:RO_0018002))
Declaration(ObjectProperty(obo:RO_0018003))
Expand Down Expand Up @@ -6645,6 +6646,17 @@ AnnotationAssertion(oboInOwl:creation_date obo:RO_0017009 "2023-03-29T17:06:06Z"
AnnotationAssertion(oboInOwl:inSubset obo:RO_0017009 obo:RO_0002259)
AnnotationAssertion(rdfs:label obo:RO_0017009 "is owned by"@en)

# Object Property: obo:RO_0017502 (collected during)

AnnotationAssertion(obo:IAO_0000112 obo:RO_0017502 "A thorax specimen was collected during the larval stage."@en)
AnnotationAssertion(obo:IAO_0000112 obo:RO_0017502 "An oyster was collected during low tide."@en)
AnnotationAssertion(obo:IAO_0000115 obo:RO_0017502 "A relation between a material entity and an occurrent in which the material entity is collected during the existence of the occurrent."@en)
AnnotationAssertion(terms:contributor obo:RO_0017502 <https://orcid.org/0000-0002-8844-9165>)
AnnotationAssertion(terms:date obo:RO_0017502 "2023-09-13T04:12:32Z"^^xsd:dateTime)
AnnotationAssertion(rdfs:label obo:RO_0017502 "collected during"@en)
ObjectPropertyDomain(obo:RO_0017502 obo:BFO_0000040)
ObjectPropertyRange(obo:RO_0017502 obo:BFO_0000003)

# Object Property: obo:RO_0018001 (is myristoyltransferase activity)

AnnotationAssertion(obo:IAO_0000115 obo:RO_0018001 "Helper relation for OWL definition of RO:0018002 myristoylates")
Expand Down Expand Up @@ -7275,4 +7287,4 @@ AnnotationAssertion(oboInOwl:inSubset obo:RO_0002086 subsets:ro-eco)
AnnotationAssertion(oboInOwl:inSubset obo:RO_0002089 subsets:ro-eco)
AnnotationAssertion(oboInOwl:inSubset obo:RO_0002093 subsets:ro-eco)
AnnotationAssertion(Annotation(rdfs:comment "This is an experimental annotation") obo:IAO_0000589 rdfs:isDefinedBy "is defined by")
)
)

0 comments on commit 35d510a

Please sign in to comment.