Skip to content

Commit 2e77092

Browse files
authored
Merge pull request #12 from mcwdsi/issue-11
Added 'occupational therapy' fixes #11
2 parents 61d0778 + 0825d33 commit 2e77092

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/ontology/rehabo-edit.owl

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Annotation(dcterms:title "The Rehabilitation Ontology")
2020

2121
Declaration(Class(<http://purl.obolibrary.org/obo/REHABO_0000000>))
2222
Declaration(Class(<http://purl.obolibrary.org/obo/REHABO_0000001>))
23+
Declaration(Class(<http://purl.obolibrary.org/obo/REHABO_0000002>))
2324
Declaration(AnnotationProperty(dcterms:creator))
2425
Declaration(AnnotationProperty(dcterms:description))
2526
Declaration(AnnotationProperty(dcterms:license))
@@ -72,5 +73,16 @@ AnnotationAssertion(dcterms:creator <http://purl.obolibrary.org/obo/REHABO_00000
7273
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/REHABO_0000001> "physical therapy"@en)
7374
SubClassOf(<http://purl.obolibrary.org/obo/REHABO_0000001> <http://purl.obolibrary.org/obo/REHABO_0000000>)
7475

76+
# Class: <http://purl.obolibrary.org/obo/REHABO_0000002> (occupational therapy)
77+
78+
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/REHABO_0000002> "A rehabilitation therapy whose objective is to improve functioning in activities of daily living or occupational tasks, often using supportive devices in contact with the body as aids or through alterations in the patient’s home or work environment."@en)
79+
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000117> <http://purl.obolibrary.org/obo/REHABO_0000002> "Maxwell Pena"@en)
80+
AnnotationAssertion(dcterms:contributor <http://purl.obolibrary.org/obo/REHABO_0000002> <https://orcid.org/0000-0002-9881-1017>)
81+
AnnotationAssertion(dcterms:contributor <http://purl.obolibrary.org/obo/REHABO_0000002> <https://orcid.org/0009-0001-9103-9263>)
82+
AnnotationAssertion(dcterms:created <http://purl.obolibrary.org/obo/REHABO_0000002> "2026-02-10T16:00:00Z"^^xsd:dateTime)
83+
AnnotationAssertion(dcterms:creator <http://purl.obolibrary.org/obo/REHABO_0000002> <https://orcid.org/0009-0004-2778-114X>)
84+
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/REHABO_0000002> "occupational therapy"@en)
85+
SubClassOf(<http://purl.obolibrary.org/obo/REHABO_0000002> <http://purl.obolibrary.org/obo/REHABO_0000000>)
86+
7587

7688
)

0 commit comments

Comments
 (0)