Skip to content

Commit

Permalink
Fix Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
vakharia-aarya committed Jun 12, 2024
1 parent 11a0df9 commit 0359e78
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
32 changes: 16 additions & 16 deletions development/MedicationOntology.owl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
<Prefix name="vaem" IRI="http://www.linkedmodel.org/schema/vaem#"/>
<Prefix name="vann" IRI="http://purl.org/vocab/vann/"/>
<Prefix name="terms" IRI="http://purl.org/dc/terms/"/>
<Annotation>
<AnnotationProperty abbreviatedIRI="terms:contributor"/>
<Literal>Aarya Vakharia</Literal>
</Annotation>
<Annotation>
<AnnotationProperty abbreviatedIRI="terms:contributor"/>
<Literal>Agnes McMahon</Literal>
Expand All @@ -40,10 +44,6 @@
<AnnotationProperty abbreviatedIRI="terms:contributor"/>
<Literal>Ryan Espiritu</Literal>
</Annotation>
<Annotation>
<AnnotationProperty abbreviatedIRI="terms:contributor"/>
<Literal>Aarya Vakharia</Literal>
</Annotation>
<Annotation>
<AnnotationProperty abbreviatedIRI="terms:creator"/>
<Literal>Daniel Garijo</Literal>
Expand Down Expand Up @@ -133,10 +133,10 @@
<DataProperty IRI="#AtypicalAntipsychoticUseLifetime"/>
</Declaration>
<Declaration>
<DataProperty IRI="#CZP_Use_Current"/>
<DataProperty IRI="#CPZ_Use_Current"/>
</Declaration>
<Declaration>
<DataProperty IRI="#CZP_Use_Lifetime"/>
<DataProperty IRI="#CPZ_Use_Lifetime"/>
</Declaration>
<Declaration>
<DataProperty IRI="#LithiumUseCurrent"/>
Expand Down Expand Up @@ -231,11 +231,11 @@
<Class IRI="#Medication"/>
</DataPropertyDomain>
<DataPropertyDomain>
<DataProperty IRI="#CZP_Use_Current"/>
<DataProperty IRI="#CPZ_Use_Current"/>
<Class IRI="#Medication"/>
</DataPropertyDomain>
<DataPropertyDomain>
<DataProperty IRI="#CZP_Use_Lifetime"/>
<DataProperty IRI="#CPZ_Use_Lifetime"/>
<Class IRI="#Medication"/>
</DataPropertyDomain>
<DataPropertyDomain>
Expand Down Expand Up @@ -299,11 +299,11 @@
<Datatype abbreviatedIRI="xsd:boolean"/>
</DataPropertyRange>
<DataPropertyRange>
<DataProperty IRI="#CZP_Use_Current"/>
<DataProperty IRI="#CPZ_Use_Current"/>
<Datatype abbreviatedIRI="xsd:boolean"/>
</DataPropertyRange>
<DataPropertyRange>
<DataProperty IRI="#CZP_Use_Lifetime"/>
<DataProperty IRI="#CPZ_Use_Lifetime"/>
<Datatype abbreviatedIRI="xsd:boolean"/>
</DataPropertyRange>
<DataPropertyRange>
Expand Down Expand Up @@ -404,23 +404,23 @@
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#CZP_Use_Current</IRI>
<IRI>#CPZ_Use_Current</IRI>
<Literal>Chlorpromazine use (or its equivalents), a 1st generation antipsychotic at time of study</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#CZP_Use_Current</IRI>
<Literal>CZP Use Current</Literal>
<IRI>#CPZ_Use_Current</IRI>
<Literal>CPZ Use Current</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#CZP_Use_Lifetime</IRI>
<IRI>#CPZ_Use_Lifetime</IRI>
<Literal>Chlorpromazine use (or its equivalents), a 1st generation antipsychotic during lifetime</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#CZP_Use_Lifetime</IRI>
<Literal>CZP Use Lifetime</Literal>
<IRI>#CPZ_Use_Lifetime</IRI>
<Literal>CPZ Use Lifetime</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
Expand Down
8 changes: 4 additions & 4 deletions development/Neuropsychiatric.owl
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
xmlns:terms="http://purl.org/dc/terms/">
<owl:Ontology rdf:about="https://w3id.org/enigma">
<owl:versionIRI rdf:resource="https://w3id.org/enigma/neuropsychiatric/1.1.0"/>
<terms:contributor>Aarya Vakharia</terms:contributor>
<terms:contributor>Agnes McMahon</terms:contributor>
<terms:contributor>MiHyun Jang</terms:contributor>
<terms:contributor>Michael Bornstein</terms:contributor>
<terms:contributor>Ryan Espiritu</terms:contributor>
<terms:contributor>Aarya Vakharia</terms:contributor>
<terms:creator>Daniel Garijo</terms:creator>
<terms:creator>Haripriya Dharmala</terms:creator>
<terms:creator>Joanna Bright</terms:creator>
Expand Down Expand Up @@ -799,14 +799,14 @@



<!-- https://w3id.org/enigma#PANNS -->
<!-- https://w3id.org/enigma#PANSS -->

<owl:DatatypeProperty rdf:about="https://w3id.org/enigma#PANNS">
<owl:DatatypeProperty rdf:about="https://w3id.org/enigma#PANSS">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topDataProperty"/>
<rdfs:domain rdf:resource="https://w3id.org/enigma#Neuropsychiatric"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
<rdfs:comment>Positive and Negative Syndrome Scale</rdfs:comment>
<rdfs:label>PANNS</rdfs:label>
<rdfs:label>PANSS</rdfs:label>
</owl:DatatypeProperty>


Expand Down

0 comments on commit 0359e78

Please sign in to comment.