https://w3id.org/omop/ontology/survey_end_datetime
For Survey Conduct: If no time given, set to midnight.
DOMAIN | PROPERTY | RANGE |
---|---|---|
Survey conduct | Survey end 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_end_datetime a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "Survey end 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_end_datetime#233 AS datetime"^^xsd:string .