Has disease status leaf node


URI

https://w3id.org/omop/ontology/has_disease_status

Label

Has disease status

Usage

DOMAINPROPERTYRANGE
Specimen Has disease status Concept

Implementation

@prefix omop: <https://w3id.org/omop/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix owlready: <http://www.lesfleursdunormal.fr/static/_downloads/owlready_ontology.owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

omop:has_disease_status a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "Has disease status"^^xsd:string ;
    owlready:python_name "disease_status"^^xsd:string ;
    rdfs:domain omop:Specimen ;
    rdfs:range omop:Concept ;
    omop:omop_cdm_name "specimen.disease_status_concept_id#216 AS Concept"^^xsd:string .