Skip to content

Commit 61d0778

Browse files
authored
Merge pull request #10 from mcwdsi/issue-9
added 'physical therapy'. Fixes #9
2 parents df2a0a9 + c3244c3 commit 61d0778

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

src/ontology/rehabo-edit.owl

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Annotation(dcterms:license <https://creativecommons.org/public-domain/cc0/>)
1919
Annotation(dcterms:title "The Rehabilitation Ontology")
2020

2121
Declaration(Class(<http://purl.obolibrary.org/obo/REHABO_0000000>))
22+
Declaration(Class(<http://purl.obolibrary.org/obo/REHABO_0000001>))
23+
Declaration(AnnotationProperty(dcterms:creator))
2224
Declaration(AnnotationProperty(dcterms:description))
2325
Declaration(AnnotationProperty(dcterms:license))
2426
Declaration(AnnotationProperty(dcterms:title))
@@ -59,5 +61,16 @@ AnnotationAssertion(dcterms:created <http://purl.obolibrary.org/obo/REHABO_00000
5961
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/REHABO_0000000> "rehabilitation therapy"@en)
6062
SubClassOf(<http://purl.obolibrary.org/obo/REHABO_0000000> <http://purl.obolibrary.org/obo/BFO_0000015>)
6163

64+
# Class: <http://purl.obolibrary.org/obo/REHABO_0000001> (physical therapy)
6265

63-
)
66+
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/REHABO_0000001> "A rehabilitation therapy that improves functioning by (1) increasing muscle strength, range of motion, flexibility, or balance, or (2) reducing pain, either one through non-invasive manipulations of the body."@en)
67+
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000117> <http://purl.obolibrary.org/obo/REHABO_0000001> "William R. Hogan"@en)
68+
AnnotationAssertion(dcterms:contributor <http://purl.obolibrary.org/obo/REHABO_0000001> <https://orcid.org/0009-0001-9103-9263>)
69+
AnnotationAssertion(dcterms:contributor <http://purl.obolibrary.org/obo/REHABO_0000001> <https://orcid.org/0009-0004-2778-114X>)
70+
AnnotationAssertion(dcterms:created <http://purl.obolibrary.org/obo/REHABO_0000001> "2026-02-10T15:26:28Z"^^xsd:dateTime)
71+
AnnotationAssertion(dcterms:creator <http://purl.obolibrary.org/obo/REHABO_0000001> <https://orcid.org/0000-0002-9881-1017>)
72+
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/REHABO_0000001> "physical therapy"@en)
73+
SubClassOf(<http://purl.obolibrary.org/obo/REHABO_0000001> <http://purl.obolibrary.org/obo/REHABO_0000000>)
74+
75+
76+
)

0 commit comments

Comments
 (0)