Exposure count leaf node


URI

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

Label

Exposure count

Usage

DOMAINPROPERTYRANGE
Drug era Exposure count integer

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:exposure_count a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "Exposure count"^^xsd:string ;
    rdfs:domain omop:DrugEra ;
    rdfs:range xsd:integer ;
    omop:omop_cdm_name "drug_era.drug_exposure_count#330 AS int"^^xsd:string .