Survey end date leaf node


URI

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

Label

Survey end date

Description

For Survey Conduct: Date on which the survey was completed.

Usage

DOMAINPROPERTYRANGE
Survey conduct Survey end date date

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:survey_end_date a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "Survey end date"^^xsd:string ;
    rdfs:comment "For Survey Conduct: Date on which the survey was completed."@en ;
    rdfs:domain omop:SurveyConduct ;
    rdfs:range xsd:date ;
    omop:omop_cdm_name "survey_conduct.survey_end_date#232 AS date"^^xsd:string .