text span leaf node


URI

http://pubannotation.org/ontology/tao.owl#text_span

Label

text span

Description

a part of a document text. A text span is defined by specifying the document text which it belongs to, and the beginning and ending "caret" positins on the document text. Carets are positions between characters on the character sequence, e.g., the first character is located between the caret positions 0 and 1.

Usage

Instances of text span can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class text span
begins_at owl:DatatypeProperty nonNegativeInteger
ends_at owl:DatatypeProperty nonNegativeInteger
has_value owl:DatatypeProperty string
denotes owl:ObjectProperty context entity
part_of owl:ObjectProperty document text
From class Thing
license owl:AnnotationProperty owl:Thing
denoted_by owl:InverseFunctionalProperty owl:Thing
preferredNamespacePrefix owl:AnnotationProperty owl:Thing
preferredNamespaceUri owl:AnnotationProperty owl:Thing

Implementation

@prefix : <http://pubannotation.org/ontology/tao.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:text_span a owl:Class ;
    rdfs:label "text span" ;
    rdfs:comment "a part of a document text. A text span is defined by specifying the document text which it belongs to, and the beginning and ending \"caret\" positins on the document text. Carets are positions between characters on the character sequence, e.g., the first character is located between the caret positions 0 and 1." .