context entity leaf node


URI

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

Label

context entity

Description

A context_entity is an entity living a content talked by a document. A context_entity is referred to by a text span.

Usage

Instances of context entity 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#> .

:context_entity a owl:Class ;
    rdfs:label "context entity" ;
    rdfs:comment "A context_entity is an entity living a content talked by a document. A context_entity is referred to by a text span." .