https://w3id.org/omop/ontology/has_note
reversed relation, For Note: The Visit during which the note was written. - reversed relation, For Note: The Visit Detail during which the note was written.
DOMAIN | PROPERTY | RANGE |
---|---|---|
Blank node (see implementation) | Has note | Note |
@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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
omop:has_note a owl:ObjectProperty ;
rdfs:label "Has note"^^xsd:string ;
owlready:python_name "notes"^^xsd:string ;
rdfs:comment "reversed relation, For Note: The Visit Detail during which the note was written."@en,
"reversed relation, For Note: The Visit during which the note was written."@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( omop:BaseVisit omop:Person ) ] ;
rdfs:range omop:Note ;
omop:omop_cdm_name "note.person_id#178 AS Person"^^xsd:string,
"note.visit_detail_id#191 AS VisitDetail"^^xsd:string,
"note.visit_occurrence_id#190 AS VisitOccurrence"^^xsd:string .