ncbo / umls2rdf

These python scripts connect to the Unified Medical Language System (UMLS) database and translate the ontologies into RDF/OWL files. This is part of the BioPortal project.
http://bioportal.bioontology.org/
Other
82 stars 38 forks source link

LOINC Classes over SKOS Concepts #44

Open riannella opened 10 months ago

riannella commented 10 months ago

I was wondering about the design decisions that creates some LOINC entities as OWL Classes.

For example, <http://purl.bioontology.org/ontology/LNC/LA6725-1> a owl:Class ; is defined as an OWL Class. (This is the "Not breathing" value used in APGAR Scores)

This would mean that there is an expectation that there would be instances created that are of this type and those individuals are used in a knowledge graph... But it seems that the use case is more that this specific entity would be used as the object of an (apgar) property.

Hence, the entity should be perhaps defined as a type of skos:Concept

Thoughts?

justin2004 commented 10 months ago

yeah, i bet most ontologists would expect a value "not breathing" that is the result of some test to be an instance not a class. this project is useful for starting up a biomedical project quickly but it is not a thoughtful use of RDF and modeling in general.