Dea leaf node


URI

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

Label

Dea

Description

For Provider: This is the identifier issued by the DEA, a US federal agency, that allows a provider to write prescriptions for controlled substances.

Usage

DOMAINPROPERTYRANGE
Provider Dea string

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:dea a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "Dea"^^xsd:string ;
    rdfs:comment "For Provider: This is the identifier issued by the DEA, a US federal agency, that allows a provider to write prescriptions for controlled substances."@en ;
    rdfs:domain omop:Provider ;
    rdfs:range xsd:string ;
    omop:omop_cdm_name "provider.dea#276 AS str"^^xsd:string .