rat-genome-database / CMO-Clinical-Measurement-Ontology

Clinical Measurement Ontology (CMO) maintained by RGD
https://github.com/rat-genome-database/CMO-Clinical-Measurement-Ontology
3 stars 4 forks source link

Wrong use of oboInOwl Id space #6

Open matentzn opened 3 years ago

matentzn commented 3 years ago

http://www.geneontology.org/formats/oboInOWL#hasAlternativeId http://www.geneontology.org/formats/oboInOWL#hasBroadSynonym http://www.geneontology.org/formats/oboInOWL#hasExactSynonym http://www.geneontology.org/formats/oboInOWL#hasNarrowSynonym http://www.geneontology.org/formats/oboInOWL#hasRelatedSynonym http://www.geneontology.org/formats/oboInOWL#xref

Should be:

http://www.geneontology.org/formats/oboInOwl#hasExactSynonym

(note capitalisation).

Note that: http://www.geneontology.org/formats/oboInOWL#xref

Is wrong in general. Should be: http://www.geneontology.org/formats/oboInOwl#hasDbXref

Context: Our grand OBO wide ID normalisation effort. https://github.com/orgs/OBOFoundry/projects/5

Related: https://github.com/OPMI/opmi/issues/9