https://w3id.org/omop/ontology/lexical_variant
For Note Nlp: Raw text extracted from the NLP tool.
@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:lexical_variant a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "Lexical variant"^^xsd:string ;
rdfs:comment "For Note Nlp: Raw text extracted from the NLP tool."@en ;
rdfs:domain omop:NoteNlp ;
rdfs:range xsd:string ;
omop:omop_cdm_name "note_nlp.lexical_variant#198 AS str"^^xsd:string .