Cdm etl reference leaf node


URI

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

Label

Cdm etl reference

Description

For Cdm Source: Put the link to the CDM version used.

Usage

DOMAINPROPERTYRANGE
Cdm source Cdm etl 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:cdm_etl_reference a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "Cdm etl reference"^^xsd:string ;
    rdfs:comment "For Cdm Source: Put the link to the CDM version used."@en ;
    rdfs:domain omop:CdmSource ;
    rdfs:range xsd:string ;
    omop:omop_cdm_name "cdm_source.cdm_etl_reference#357 AS str"^^xsd:string .