hucit:TextElement leaf node


URI

http://purl.org/net/hucit#TextElement

Label

Text Element

Description

The elements (e.g. chapter, title, page) a textual structure is composed of.

When encoding a text, for instance using TEI, the elements of a textual structured can be captured by using the relevant mark-up elements (such as <p> for a paragraph, <div> for a book or a chapter, etc.).

The CTS Protocol defines a system of URNs to identify such text elements. (explain)

Superclasses (1)

Usage

Instances of hucit:TextElement can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class hucit:TextElement
hucit:element_part_of owl:FunctionalProperty hucit:TextStructure
hucit:resolves_to owl:FunctionalProperty owl:Thing
hucit:follows owl:ObjectProperty hucit:TextElement
hucit:has_part owl:ObjectProperty hucit:TextElement
hucit:is_part_of owl:ObjectProperty hucit:TextElement
hucit:precedes owl:ObjectProperty hucit:TextElement
From class owl:Thing
dc:creator owl:AnnotationProperty owl:Thing
dc:description owl:AnnotationProperty owl:Thing
hucit:is_canonical_structure_of owl:ObjectProperty owl:Thing
hucit:is_identified_by owl:FunctionalProperty hucit:TextElement
owl:deprecated owl:AnnotationProperty owl:Thing
owl:topObjectProperty owl:ObjectProperty owl:Thing
owl:versionInfo owl:AnnotationProperty owl:Thing
rdfs:comment owl:AnnotationProperty owl:Thing
rdfs:label owl:AnnotationProperty owl:Thing

Implementation

@prefix : <http://purl.org/net/hucit#> .
@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#> .

:TextElement a owl:Class ;
    rdfs:label "Text Element"@en ;
    rdfs:comment """The elements (e.g. chapter, title, page) a textual structure is composed of. 

When encoding a text, for instance using TEI, the elements of a textual structured can be captured by using the relevant mark-up elements (such as <p> for a paragraph, <div> for a book or a chapter, etc.). 

The CTS Protocol defines a system of URNs to identify such text elements. (explain)"""^^xsd:string ;
    rdfs:subClassOf :ConceptualObject .