https://w3id.org/omop/ontology/validated_survey_source_value
For Survey Conduct: Source value representing the validation status of the survey.
DOMAIN | PROPERTY | RANGE |
---|---|---|
Survey conduct | Validated survey source value | integer |
@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 .