https://w3id.org/omop/ontology/cohort_initiation_date
For Cohort Definition: A date to indicate when the Cohort was initiated in the COHORT table.
DOMAIN | PROPERTY | RANGE |
---|---|---|
Cohort definition | Cohort initiation 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:cohort_initiation_date a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "Cohort initiation date"^^xsd:string ;
rdfs:comment "For Cohort Definition: A date to indicate when the Cohort was initiated in the COHORT table."@en ;
rdfs:domain omop:CohortDefinition ;
rdfs:range xsd:date ;
omop:omop_cdm_name "cohort_definition.cohort_initiation_date#433 AS date"^^xsd:string .