Skip to content

Commit ed32089

Browse files
committed
Add labels for increase/decrease properties.
1 parent 0bf4141 commit ed32089

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ubergraph-axioms.ofn

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@ SubObjectPropertyOf(<http://purl.obolibrary.org/obo/RO_0002502> <http://purl.obo
4848

4949
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/UPHENO_0000001> "has phenotype affecting"^^xsd:string)
5050

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+
5159

5260

5361
############################

0 commit comments

Comments
 (0)