https://w3id.org/omop/ontology/system
For Note Nlp: Name and version of the NLP system that extracted the term. Useful for data provenance.
@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 .