https://w3id.org/omop/ontology/source_release_date
For Cdm Source: The release date of the source data.
DOMAIN | PROPERTY | RANGE |
---|---|---|
Cdm source | Source release date | date |
@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_release_date a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "Source release date"^^xsd:string ;
rdfs:comment "For Cdm Source: The release date of the source data."@en ;
rdfs:domain omop:CdmSource ;
rdfs:range xsd:date ;
omop:omop_cdm_name "cdm_source.source_release_date#358 AS date"^^xsd:string .