Snippet leaf node


URI

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

Label

Snippet

Description

For Note Nlp: A small window of text surrounding the term

Usage

DOMAINPROPERTYRANGE
Note nlp Snippet 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:snippet a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "Snippet"^^xsd:string ;
    rdfs:comment "For Note Nlp: A small window of text surrounding the term"@en ;
    rdfs:domain omop:NoteNlp ;
    rdfs:range xsd:string ;
    omop:omop_cdm_name "note_nlp.snippet#196 AS str"^^xsd:string .