Survey source value leaf node


URI

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

Label

Survey source value

Description

For Survey Conduct: The survey name as it appears in the source data.

Usage

DOMAINPROPERTYRANGE
Survey conduct Survey source value string

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_source_value a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "Survey source value"^^xsd:string ;
    rdfs:comment "For Survey Conduct: The survey name as it appears in the source data."@en ;
    rdfs:domain omop:SurveyConduct ;
    rdfs:range xsd:string ;
    omop:omop_cdm_name "survey_conduct.survey_source_value#243 AS str"^^xsd:string .