https://w3id.org/omop/ontology/text
For Note: The content of the note.
@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:text a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "Text"^^xsd:string ;
rdfs:comment "For Note: The content of the note."@en ;
rdfs:domain omop:Note ;
rdfs:range xsd:string ;
omop:omop_cdm_name "note.note_text#186 AS str"^^xsd:string .