document text leaf node


URI

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

Label

document text

Description

a body of text which is sourced from a document. It is defined as a one-dimensional sequence of characters.

Usage

Instances of document text can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
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#> .

:document_text a owl:Class ;
    rdfs:label "document text" ;
    rdfs:comment "a body of text which is sourced from a document. It is defined as a one-dimensional sequence of characters." .