Has note nlp leaf node


URI

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

Label

Has note nlp

Description

reversed relation, For Note Nlp: This is the NOTE_ID for the NOTE record the NLP record is associated to.

Usage

DOMAINPROPERTYRANGE
Note Has note nlp Note nlp

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_note_nlp a owl:ObjectProperty ;
    rdfs:label "Has note nlp"^^xsd:string ;
    owlready:python_name "note_nlps"^^xsd:string ;
    rdfs:comment "reversed relation, For Note Nlp: This is the NOTE_ID for the NOTE record the NLP record is associated to."@en ;
    rdfs:domain omop:Note ;
    rdfs:range omop:NoteNlp ;
    omop:omop_cdm_name "note_nlp.note_id#194 AS Note"^^xsd:string .