Respondent type source value leaf node


URI

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

Label

Respondent type source value

Description

For Survey Conduct: Source code representing role of person who completed the survey.

Usage

DOMAINPROPERTYRANGE
Survey conduct Respondent type 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:respondent_type_source_value a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "Respondent type source value"^^xsd:string ;
    rdfs:comment "For Survey Conduct: Source code representing role of person who completed the survey."@en ;
    rdfs:domain omop:SurveyConduct ;
    rdfs:range xsd:string ;
    omop:omop_cdm_name "survey_conduct.respondent_type_source_value#240 AS str"^^xsd:string .