Has response visit occurrence leaf node


URI

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

Label

Has response visit occurrence

Description

For Survey Conduct: The Visit during which any treatment related to the Survey was carried out.

Usage

DOMAINPROPERTYRANGE
Survey conduct Has response visit occurrence Visit occurrence

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_response_visit_occurrence a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "Has response visit occurrence"^^xsd:string ;
    owlready:python_name "response_visit_occurrence"^^xsd:string ;
    rdfs:comment "For Survey Conduct: The Visit during which any treatment related to the Survey was carried out."@en ;
    rdfs:domain omop:SurveyConduct ;
    rdfs:range omop:VisitOccurrence ;
    omop:omop_cdm_name "survey_conduct.response_visit_occurrence_id#250 AS VisitOccurrence"^^xsd:string .