hucit:CanonicalTextStructure leaf node


URI

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

Label

Canonical Text Structure

Description

A TextStructure that becomes the canonical way to refer to a certain text.
For example, the canonical structure to refer to Homer's Iliad consists of books that, in turn, consist of poetic lines.
References to such canonical structure are usually given in the paratext of print editions of ancient texts.

Usage

Instances of hucit:CanonicalTextStructure can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class hucit:TextStructure
hucit:has_element owl:FunctionalProperty hucit:TextElement
hucit:is_structure_of owl:FunctionalProperty hucit:SelfContainedExpression
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#> .

:CanonicalTextStructure a owl:Class ;
    rdfs:label "Canonical Text Structure"^^xsd:string ;
    rdfs:comment """A TextStructure that becomes the canonical way to refer to a certain text. 
For example, the canonical structure to refer to Homer's Iliad consists of books that, in turn, consist of poetic lines.
References to such canonical structure are usually given in the paratext of print editions of ancient texts."""@en ;
    rdfs:subClassOf :TextStructure .