DiseaseOntology / SymptomOntology

The symptom ontology was designed around the guiding concept of a symptom being: “A perceived change in function, sensation or appearance reported by a patient indicative of a disease”. Understanding the close relationship of Signs and Symptoms, where Signs are the objective observation of an illness, the Symptom Ontology will work to broaden it’s scope to capture and document in a more robust manor these two sets of terms. Understanding that at times, the same term may be both a Sign and a Symptom. The Symptom Ontology is available under CC0 license (https://creativecommons.org/publicdomain/zero/1.0/).
Creative Commons Zero v1.0 Universal
36 stars 15 forks source link

Invalid syntax in `symp.obo` #4

Closed althonos closed 5 years ago

althonos commented 5 years ago

Hi !

Errors

There are a few syntax errors in the current version symp.obo:

Suggestions

A few suggestions to improve the management of xrefs:

lschriml commented 5 years ago

Hello Martin, thank you for pointing out these fixes in the Symptom Ontology !!

What project are you working on. ?

Edits pushed.

Cheers, Lynn

althonos commented 5 years ago

Hi Lynn, I'm trying to improve the semantics of the OBO ontology language to improve conversion from and to the OWL standard. I developed a formal parser (althonos/fastobo) and I'm trying to get all the ontologies of the OBO Foundry to update to the new 1.4 syntax. I'm now working on the OBO to OWL semantics to produce a formally correct obo2owl converter, with Python support, and no need for a Java stack!

althonos commented 5 years ago

Hi Lynn, this issue has not been fixed completely: SYMP:0000821 still contains an invalid xref (xref: ICD9CM_2005:<new dbxref>) in the latest commit on master branch.