MaastrichtU-IDS / semanticscience

The Semanticscience Integrated Ontology (SIO) provides a simple, integrated ontology of types and relations for rich description of objects, processes and their attributes.
https://sio.semanticscience.org
61 stars 12 forks source link

predicate class for patient_has_disease? #10

Closed BassamNa closed 8 years ago

BassamNa commented 8 years ago

Hi I'm using SIO ontology to represent a medical records for patients, I have noted there is a Patient class and disease class, but which class can I use to represent a predicate "patient_has_disease" i.e I want a class name for a predicate that link a patient to disease. also same thing for diagnose (link patient to diagnose)

thanks

micheldumontier commented 8 years ago

The most generic predicate you can use is "has attribute" to link a patient to a disease or to a diagnosis.

Michel Dumontier Associate Professor of Medicine (Biomedical Informatics), Stanford University Chair, W3C Semantic Web for Health Care and the Life Sciences Interest Group http://dumontierlab.com

On Wed, Dec 23, 2015 at 11:51 AM, BassamNa notifications@github.com wrote:

Hi I'm using SIO ontology to represent a medical records for patients, I have noted there is a Patient class and disease class, but which class can I use to represent a predicate "patient_has_disease" ie I want a class name for a predicate that link a patient to disease also same thing for diagnose (link patient to diagnose)

thanks

— Reply to this email directly or view it on GitHub https://github.com/micheldumontier/semanticscience/issues/10.

BassamNa commented 8 years ago

thanks Michael very much