Source documentation reference leaf node


URI

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

Label

Source documentation reference

Usage

DOMAINPROPERTYRANGE
Cdm source Source documentation reference 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:source_documentation_reference a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "Source documentation reference"^^xsd:string ;
    rdfs:domain omop:CdmSource ;
    rdfs:range xsd:string ;
    omop:omop_cdm_name "cdm_source.source_documentation_reference#356 AS str"^^xsd:string .