Offset leaf node


URI

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

Label

Offset

Description

For Note Nlp: Character offset of the extracted term in the input note

Usage

DOMAINPROPERTYRANGE
Note nlp Offset 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:offset a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "Offset"^^xsd:string ;
    rdfs:comment "For Note Nlp: Character offset of the extracted term in the input note"@en ;
    rdfs:domain omop:NoteNlp ;
    rdfs:range xsd:string ;
    omop:omop_cdm_name "note_nlp.offset#197 AS str"^^xsd:string .