System leaf node


URI

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

Label

System

Description

For Note Nlp: Name and version of the NLP system that extracted the term. Useful for data provenance.

Usage

DOMAINPROPERTYRANGE
Note nlp System string

Implementation

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

omop:system a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "System"^^xsd:string ;
    rdfs:comment "For Note Nlp: Name and version of the NLP system that extracted the term. Useful for data provenance."@en ;
    rdfs:domain omop:NoteNlp ;
    rdfs:range xsd:string ;
    omop:omop_cdm_name "note_nlp.nlp_system#201 AS str"^^xsd:string .