https://w3id.org/omop/ontology/survey_start_datetime
For Survey Conduct: If no time given, set to midnight.
DOMAIN | PROPERTY | RANGE |
---|---|---|
Survey conduct | Survey start datetime | dateTime |
@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:survey_start_datetime a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "Survey start datetime"^^xsd:string ;
rdfs:comment "For Survey Conduct: If no time given, set to midnight."@en ;
rdfs:domain omop:SurveyConduct ;
rdfs:range xsd:dateTime ;
omop:omop_cdm_name "survey_conduct.survey_start_datetime#231 AS datetime"^^xsd:string .