Has visit occurrence leaf node


URI

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

Label

Has visit occurrence

Usage

DOMAINPROPERTYRANGE
Person Has 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_visit_occurrence a owl:ObjectProperty ;
    rdfs:label "Has visit occurrence"^^xsd:string ;
    owlready:python_name "visit_occurrences"^^xsd:string ;
    rdfs:domain omop:Person ;
    rdfs:range omop:VisitOccurrence ;
    omop:omop_cdm_name "visit_occurrence.person_id#26 AS Person"^^xsd:string .