Has route leaf node


URI

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

Label

Has route

Description

For Drug Exposure: The standard CONCEPT_ID that the ROUTE_SOURCE_VALUE maps to in the route domain.

Usage

DOMAINPROPERTYRANGE
Drug exposure Has route 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_route a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "Has route"^^xsd:string ;
    owlready:python_name "route"^^xsd:string ;
    rdfs:comment "For Drug Exposure: The standard CONCEPT_ID that the ROUTE_SOURCE_VALUE maps to in the route domain."@en ;
    rdfs:domain omop:DrugExposure ;
    rdfs:range omop:Concept ;
    omop:omop_cdm_name "drug_exposure.route_concept_id#91 AS Concept"^^xsd:string .