Numerator value leaf node


URI

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

Label

Numerator value

Description

For Drug Strength: The concentration of the active ingredient contained within the drug product.

Usage

DOMAINPROPERTYRANGE
Drug strength Numerator value decimal

Implementation

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

omop:numerator_value a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "Numerator value"^^xsd:string ;
    rdfs:comment "For Drug Strength: The concentration of the active ingredient contained within the drug product."@en ;
    rdfs:domain omop:DrugStrength ;
    rdfs:range xsd:decimal ;
    omop:omop_cdm_name "drug_strength.numerator_value#415 AS float"^^xsd:string .