We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf4141 commit ed32089Copy full SHA for ed32089
ubergraph-axioms.ofn
@@ -48,6 +48,14 @@ SubObjectPropertyOf(<http://purl.obolibrary.org/obo/RO_0002502> <http://purl.obo
48
49
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/UPHENO_0000001> "has phenotype affecting"^^xsd:string)
50
51
+# Object Property: :is_decrease_of (is decrease of)
52
+
53
+AnnotationAssertion(rdfs:label :is_decrease_of "is decrease of"^^xsd:string)
54
55
+# Object Property: :is_increase_of (is increase of)
56
57
+AnnotationAssertion(rdfs:label :is_increase_of "is increase of"^^xsd:string)
58
59
60
61
############################
0 commit comments