Skip to content

Commit

Permalink
Fixed labels
Browse files Browse the repository at this point in the history
  • Loading branch information
shmewtep authored Aug 16, 2023
1 parent aedff1a commit a2f07d8
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions POEM.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
xmlns:resource="http://semanticscience.org/resource/"
xmlns:elements1="http://purl.org/ontology/POEM.org/dc/elements/1.1/">
<owl:Ontology rdf:about="http://purl.org/ontology/POEM">
<owl:imports rdf:resource="http://semanticscience.org/ontology/sio.owl"/>
<owl:imports rdf:resource="http://www.semanticweb.org/kelsey/ontologies/2023/2/hasco"/>
<dc:creator>Kelsey Rook</dc:creator>
<terms:description>The Psychometric Ontology of Experience and Measures provides an ontology of domain concepts for the measurement of symptoms and syndromes related to psychiatric conditions.</terms:description>
Expand Down Expand Up @@ -82,7 +83,7 @@
<!-- http://purl.org/ontology/POEM#canRespondTo -->

<owl:ObjectProperty rdf:about="http://purl.org/ontology/POEM#canRespondTo">
<owl:inverseOf rdf:resource="http://purl.org/ontology/POEM#hasPossibleRespondant"/>
<owl:inverseOf rdf:resource="http://purl.org/ontology/POEM#hasPossibleRespondent"/>
<rdfs:domain rdf:resource="http://semanticscience.org/resource/SIO_000485"/>
<rdfs:range rdf:resource="http://hadatac.org/ont/vstoi#Questionnaire"/>
<rdfs:label>can respond to</rdfs:label>
Expand Down Expand Up @@ -110,12 +111,12 @@



<!-- http://purl.org/ontology/POEM#hasPossibleRespondant -->
<!-- http://purl.org/ontology/POEM#hasPossibleRespondent -->

<owl:ObjectProperty rdf:about="http://purl.org/ontology/POEM#hasPossibleRespondant">
<owl:ObjectProperty rdf:about="http://purl.org/ontology/POEM#hasPossibleRespondent">
<rdfs:domain rdf:resource="http://hadatac.org/ont/vstoi#Questionnaire"/>
<rdfs:range rdf:resource="http://semanticscience.org/resource/SIO_000485"/>
<rdfs:label>has possible respondant</rdfs:label>
<rdfs:label>has possible respondent</rdfs:label>
</owl:ObjectProperty>


Expand Down Expand Up @@ -169,6 +170,7 @@
<owl:ObjectProperty rdf:about="http://purl.org/ontology/POEM#indicatesExperience">
<owl:inverseOf rdf:resource="http://purl.org/ontology/POEM#isIndicatedBy"/>
<rdfs:domain rdf:resource="http://purl.org/ontology/POEM#SymptomExperience"/>
<rdfs:label>indicates experience</rdfs:label>
</owl:ObjectProperty>


Expand All @@ -182,7 +184,7 @@
<rdfs:range rdf:resource="http://purl.org/ontology/POEM#Condition"/>
<rdfs:label>is about condition</rdfs:label>
</owl:ObjectProperty>



<!-- http://purl.org/ontology/POEM#isDetectedBy -->
Expand All @@ -207,6 +209,7 @@

<owl:ObjectProperty rdf:about="http://purl.org/ontology/POEM#isIndicatedBy">
<rdfs:range rdf:resource="http://purl.org/ontology/POEM#SymptomExperience"/>
<rdfs:label>is indicated by</rdfs:label>
</owl:ObjectProperty>


Expand Down

0 comments on commit a2f07d8

Please sign in to comment.