Has validated survey leaf node


URI

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

Label

Has validated survey

Description

For Survey Conduct: If unavailable, set to 0.

Usage

DOMAINPROPERTYRANGE
Survey conduct Has validated survey Concept

Implementation

@prefix omop: <https://w3id.org/omop/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix owlready: <http://www.lesfleursdunormal.fr/static/_downloads/owlready_ontology.owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

omop:has_validated_survey a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "Has validated survey"^^xsd:string ;
    owlready:python_name "validated_survey"^^xsd:string ;
    rdfs:comment "For Survey Conduct: If unavailable, set to 0."@en ;
    rdfs:domain omop:SurveyConduct ;
    rdfs:range omop:Concept ;
    omop:omop_cdm_name "survey_conduct.validated_survey_concept_id#246 AS Concept"^^xsd:string .