Validated survey source value leaf node


URI

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

Label

Validated survey source value

Description

For Survey Conduct: Source value representing the validation status of the survey.

Usage

DOMAINPROPERTYRANGE
Survey conduct Validated survey source value integer

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:validated_survey_source_value a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "Validated survey source value"^^xsd:string ;
    rdfs:comment "For Survey Conduct: Source value representing the validation status of the survey."@en ;
    rdfs:domain omop:SurveyConduct ;
    rdfs:range xsd:integer ;
    omop:omop_cdm_name "survey_conduct.validated_survey_source_value#247 AS int"^^xsd:string .