Skip to content

Commit

Permalink
Merge pull request #534 from laurenechan/issue_477
Browse files Browse the repository at this point in the history
Adding "has exposure medium" relation
  • Loading branch information
nicolevasilevsky authored Feb 18, 2022
2 parents b28d327 + c6c5c2a commit 4e507e3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/ontology/ro-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,7 @@ Declaration(ObjectProperty(obo:RO_0015011))
Declaration(ObjectProperty(obo:RO_0015012))
Declaration(ObjectProperty(obo:RO_0016001))
Declaration(ObjectProperty(obo:RO_0016002))
Declaration(ObjectProperty(obo:RO_0016004))
Declaration(ObjectProperty(obo:RO_0017001))
Declaration(ObjectProperty(obo:RO_0019000))
Declaration(ObjectProperty(obo:RO_0019001))
Expand Down Expand Up @@ -6253,6 +6254,15 @@ AnnotationAssertion(rdfs:label obo:RO_0016002 "has disease")
AnnotationAssertion(rdfs:seeAlso obo:RO_0016002 "https://github.com/oborel/obo-relations/issues/478")
SubObjectPropertyOf(obo:RO_0016002 obo:RO_0016001)

# Object Property: obo:RO_0016004 (has exposure medium)

AnnotationAssertion(obo:IAO_0000115 obo:RO_0016004 "X has exposure medium Y if X is an exposure event (process), Y is a material entity, and the stimulus for X is transmitted or carried in Y.")
AnnotationAssertion(obo:IAO_0000119 obo:RO_0016004 "ExO:0000083")
AnnotationAssertion(dce:date obo:RO_0016004 "2021-12-14T20:41:45Z"^^xsd:dateTime)
AnnotationAssertion(oboInOwl:created_by obo:RO_0016004 <https://orcid.org/0000-0002-7463-6306>)
AnnotationAssertion(rdfs:label obo:RO_0016004 "has exposure medium")
SubObjectPropertyOf(obo:RO_0016004 obo:RO_0002244)

# Object Property: obo:RO_0017001 (utilizes)

AnnotationAssertion(obo:IAO_0000112 obo:RO_0017001 "A diagnostic testing device utilizes a specimen.")
Expand Down

0 comments on commit 4e507e3

Please sign in to comment.