Has denominator unit leaf node


URI

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

Label

Has denominator unit

Description

For Drug Strength: The Concept representing the denominator unit for the concentration of active ingredient.

Usage

DOMAINPROPERTYRANGE
Drug strength Has denominator unit 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_denominator_unit a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "Has denominator unit"^^xsd:string ;
    owlready:python_name "denominator_unit"^^xsd:string ;
    rdfs:comment "For Drug Strength: The Concept representing the denominator unit for the concentration of active ingredient."@en ;
    rdfs:domain omop:DrugStrength ;
    rdfs:range omop:Concept ;
    omop:omop_cdm_name "drug_strength.denominator_unit_concept_id#418 AS Concept"^^xsd:string .