@prefix dct: . @prefix homotypic: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix stoff: . @prefix text: . @prefix tln: . @prefix xsd: . tln:IsUncertain a owl:DatatypeProperty ; rdfs:label "whether something is uncertain"@en ; rdfs:domain tln:Reference ; rdfs:isDefinedBy ; rdfs:range xsd:boolean . tln:UncertainDecipherment a owl:Class ; rdfs:label "uncertain decipherment"@en ; rdfs:comment "This class represents a uncertain decipherment by the editors."@en ; rdfs:isDefinedBy ; rdfs:subClassOf tln:EditorComment . tln:atypicalWritingHasText a owl:ObjectProperty ; rdfs:label "has atypicalWritingHasText"@en ; rdfs:domain tln:AtypicalWriting ; rdfs:isDefinedBy ; rdfs:range tln:Text . tln:hasAuthor a owl:DatatypeProperty ; rdfs:label "has Author"@en ; rdfs:domain tln:EarlierDescription ; rdfs:isDefinedBy ; rdfs:range xsd:string . tln:hasCitation a owl:DatatypeProperty ; rdfs:label "has Citation"@en ; rdfs:domain tln:EarlierDescription ; rdfs:isDefinedBy ; rdfs:range xsd:string . tln:hasComment a owl:DatatypeProperty ; rdfs:label "has Comment"@en ; rdfs:domain tln:EditorComment ; rdfs:isDefinedBy ; rdfs:range xsd:string . tln:hasCorrectionText a owl:DatatypeProperty ; rdfs:label "has CorrectionText"@en ; rdfs:domain tln:EditorCorrection ; rdfs:isDefinedBy ; rdfs:range xsd:string . tln:hasDAttribute a owl:DatatypeProperty ; rdfs:label "svg path has d attribute"@en ; rdfs:comment "The d attribute defines a path to be drawn."@en ; rdfs:domain tln:Path ; rdfs:isDefinedBy ; rdfs:range xsd:string . tln:hasDescription a owl:ObjectProperty ; rdfs:label "has Description"@en ; rdfs:domain tln:ArchivalManuscriptUnity ; rdfs:isDefinedBy ; rdfs:range tln:Description . tln:hasEarlierDescriptions a owl:ObjectProperty ; rdfs:label "has EarlierDescriptions"@en ; rdfs:domain tln:ArchivalManuscriptUnity ; rdfs:isDefinedBy ; rdfs:range tln:EarlierDescription . tln:hasEarlierText a owl:DatatypeProperty ; rdfs:label "has EarlierText"@en ; rdfs:domain tln:Box ; rdfs:isDefinedBy ; rdfs:range xsd:string . tln:hasEditedText a owl:DatatypeProperty ; rdfs:label "word has an edited text"@en ; rdfs:comment "Word has a text that is edited automatically by removing deleted parts or hyphens."@en ; rdfs:domain tln:Word ; rdfs:isDefinedBy ; rdfs:range xsd:string . tln:hasFaksimileImage a owl:ObjectProperty ; rdfs:label "has FaksimileImage"@en ; rdfs:domain tln:Page ; rdfs:isDefinedBy ; rdfs:range tln:FaksimileImage . tln:hasFaksimilePosition a owl:ObjectProperty ; rdfs:label "has FaksimilePosition"@en ; rdfs:domain tln:SimpleWord ; rdfs:isDefinedBy ; rdfs:range tln:FaksimilePosition . tln:hasLines a owl:ObjectProperty ; rdfs:label "has Lines"@en ; rdfs:domain tln:Page ; rdfs:isDefinedBy ; rdfs:range rdf:List . tln:hasMarkForeignHands a owl:ObjectProperty ; rdfs:label "has MarkForeignHands"@en ; rdfs:domain tln:Page ; rdfs:isDefinedBy ; rdfs:range rdf:List . tln:hasOrientation a owl:DatatypeProperty ; rdfs:label "has Orientation"@en ; rdfs:domain tln:Page ; rdfs:isDefinedBy ; rdfs:range xsd:string . tln:hasPageNumber a owl:DatatypeProperty ; rdfs:label "has PageNumber"@en ; rdfs:domain tln:Reference ; rdfs:isDefinedBy ; rdfs:range xsd:string . tln:hasPages a owl:ObjectProperty ; rdfs:label "has Pages"@en ; rdfs:domain tln:ArchivalManuscriptUnity ; rdfs:isDefinedBy ; rdfs:range rdf:List . tln:hasStyle a owl:ObjectProperty ; rdfs:label "has Style"@en ; rdfs:domain tln:WordDeletionPath ; rdfs:isDefinedBy ; rdfs:range tln:Style . tln:hasStyles a owl:ObjectProperty ; rdfs:label "has Styles"@en ; rdfs:domain tln:ArchivalManuscriptUnity ; rdfs:isDefinedBy ; rdfs:range rdf:List . tln:hasSvgImage a owl:ObjectProperty ; rdfs:label "has SvgImage"@en ; rdfs:domain tln:Page ; rdfs:isDefinedBy ; rdfs:range tln:SVGImage . tln:hasTextField a owl:ObjectProperty ; rdfs:label "has TextField"@en ; rdfs:domain tln:FaksimileImage ; rdfs:isDefinedBy ; rdfs:range tln:TextField . tln:hasTransform a owl:DatatypeProperty ; rdfs:label "has Transform"@en ; rdfs:domain tln:PositionalObject ; rdfs:isDefinedBy ; rdfs:range xsd:string . tln:hasWordDeletionPaths a owl:ObjectProperty ; rdfs:label "has WordDeletionPaths"@en ; rdfs:domain tln:Page ; rdfs:isDefinedBy ; rdfs:range rdf:List . tln:hasWordInsertionMarks a owl:ObjectProperty ; rdfs:label "has WordInsertionMarks"@en ; rdfs:domain tln:Page ; rdfs:isDefinedBy ; rdfs:range rdf:List . tln:hasWords a owl:ObjectProperty ; rdfs:label "has Words"@en ; rdfs:domain tln:Page ; rdfs:isDefinedBy ; rdfs:range rdf:List . tln:inheritOverwritesWord a owl:ObjectProperty ; rdfs:label "word overwrites word (inherited from tln:wordHasCorrection)"@en ; rdfs:comment "The author has used this word in order to overwrite that word."@en ; rdfs:isDefinedBy ; rdfs:subPropertyOf tln:overwritesWord ; owl:propertyChainAxiom ( tln:wordHasCorrection tln:overwritesWord ) . tln:isClarificationOfWord a owl:ObjectProperty ; rdfs:label "word is a clarification of word"@en ; rdfs:comment "The author has used this part of the word in order to clarify the appearance of that word."@en ; rdfs:domain tln:Word ; rdfs:isDefinedBy ; rdfs:range tln:Word ; rdfs:subPropertyOf tln:isCorrectionOfWord . tln:isDeletionOfWord a owl:ObjectProperty ; rdfs:label "word is a deletion of word"@en ; rdfs:comment "The author has used this part of a word in order to delete the corresponding part of an earlier version of this word."@en ; rdfs:domain tln:Word ; rdfs:isDefinedBy ; rdfs:range tln:Word ; rdfs:subPropertyOf tln:isCorrectionOfWord . tln:isExtensionOfWord a owl:ObjectProperty ; rdfs:label "word is a extension of word"@en ; rdfs:comment "The author has used this part of a word in order to extend an earlier version of this word."@en ; rdfs:domain tln:Word ; rdfs:isDefinedBy ; rdfs:range tln:Word ; rdfs:subPropertyOf tln:isCorrectionOfWord . tln:isTransformationOfWord a owl:ObjectProperty ; rdfs:label "word is a transformation of word"@en ; rdfs:comment "The author has used this part of a word in order to transform the corresponding part of an earlier version of this word."@en ; rdfs:domain tln:Word ; rdfs:isDefinedBy ; rdfs:range tln:Word ; rdfs:subPropertyOf tln:isCorrectionOfWord . tln:isUncertain a owl:DatatypeProperty ; rdfs:label "whether something is uncertain"@en ; rdfs:domain tln:EditorComment ; rdfs:isDefinedBy ; rdfs:range xsd:boolean . tln:lineHasEditorComment a owl:ObjectProperty ; rdfs:label "has lineHasEditorComment"@en ; rdfs:domain tln:Line ; rdfs:isDefinedBy ; rdfs:range tln:EditorComment . tln:standoffTagHasCSS a owl:DatatypeProperty ; rdfs:label "standoff tag has css"@en ; rdfs:comment "Connects a standoff tag with CSS style."@en ; rdfs:domain tln:StandoffTag ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf stoff:hasCSS . tln:styleHasCSS a owl:DatatypeProperty ; rdfs:label "style has css"@en ; rdfs:comment "Connects a style with CSS style."@en ; rdfs:domain tln:Style ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf stoff:styleHasCSS . tln:textHasMarkup a owl:ObjectProperty ; rdfs:label "standoff markup of text"@en ; rdfs:comment "Connects a text with a list of standoff tags."@en ; rdfs:domain tln:Text ; rdfs:isDefinedBy ; rdfs:range tln:StandoffTag . tln:wordHasEarlierVersion a owl:ObjectProperty ; rdfs:label "word has an earlier version"@en ; rdfs:comment "There is a earlier version of this word."@en ; rdfs:domain tln:Word ; rdfs:isDefinedBy ; rdfs:range tln:Word . tln:wordHasEditorComment a owl:ObjectProperty ; rdfs:label "word has a comment by the editors"@en ; rdfs:comment "Word has been commented by the editors."@en ; rdfs:domain tln:Word ; rdfs:isDefinedBy ; rdfs:range tln:EditorComment . tln:wordHasWordParts a owl:ObjectProperty ; rdfs:label "word has word parts"@en ; rdfs:comment "Word consists of a list of words."@en ; rdfs:domain tln:Word ; rdfs:isDefinedBy ; rdfs:range rdf:List ; rdfs:subPropertyOf homotypic:hasHomotypicParts . tln:wordIsDeletedByPath a owl:ObjectProperty ; rdfs:label "word has been deleted with a deletion path"@en ; rdfs:comment "Word has been deleted by the author using a deletion path."@en ; rdfs:domain tln:Word ; rdfs:isDefinedBy ; rdfs:range tln:WordDeletionPath . tln:AtypicalWriting a owl:Class ; rdfs:label "atypical writing"@en ; rdfs:comment "This class represents a a atpycial writing by the author."@en ; rdfs:isDefinedBy ; rdfs:subClassOf tln:EditorComment . tln:Box a owl:Class ; rdfs:label "box"@en ; rdfs:comment "This represents box svg paths."@en ; rdfs:isDefinedBy ; rdfs:subClassOf tln:Path . tln:Clarification a owl:Class ; rdfs:label "clarification"@en ; rdfs:comment "This class represents a word clarification."@en ; rdfs:isDefinedBy ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:clarificationHasText ], tln:EditorComment . tln:EditorCorrection a owl:Class ; rdfs:label "editor correction"@en ; rdfs:comment "This class represents a word correction by the editors."@en ; rdfs:isDefinedBy ; rdfs:subClassOf tln:EditorComment . tln:TextConnectionMark a owl:Class ; rdfs:label "text connection mark"@en ; rdfs:comment "This class represents a text connection mark."@en ; rdfs:isDefinedBy ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:textConnectionMarkHasTextSource ], tln:SpecialWord . tln:clarificationHasText a owl:ObjectProperty ; rdfs:label "has clarificationHasText"@en ; rdfs:domain tln:Clarification ; rdfs:isDefinedBy ; rdfs:range tln:Text . tln:colorHasName a owl:DatatypeProperty ; rdfs:label "color has name"@en ; rdfs:comment "Connects a color with its name."@en ; rdfs:domain tln:Color ; rdfs:isDefinedBy ; rdfs:range xsd:string . tln:firstLineOfReference a owl:DatatypeProperty ; rdfs:label "first line of reference"@en ; rdfs:domain tln:Reference ; rdfs:isDefinedBy ; rdfs:range xsd:integer . tln:hasBottom a owl:DatatypeProperty ; rdfs:label "has Bottom"@en ; rdfs:domain tln:PositionalObject ; rdfs:isDefinedBy ; rdfs:range xsd:float . tln:hasFileName a owl:DatatypeProperty ; rdfs:label "has FileName"@en ; rdfs:domain tln:Image ; rdfs:isDefinedBy ; rdfs:range xsd:string . tln:hasHexadecimalValue a owl:DatatypeProperty ; rdfs:label "color has a hexadecimal value"@en ; rdfs:comment "Connects a color with its hexadecimal representation. A hexadecimal color is specified with: #RRGGBB."@en ; rdfs:domain tln:Color ; rdfs:isDefinedBy ; rdfs:range xsd:string . tln:hasLeft a owl:DatatypeProperty ; rdfs:label "has Left"@en ; rdfs:domain tln:PositionalObject ; rdfs:isDefinedBy ; rdfs:range xsd:float . tln:hasManuscriptType a owl:DatatypeProperty ; rdfs:label "has ManuscriptType"@en ; rdfs:domain tln:ArchivalManuscriptUnity ; rdfs:isDefinedBy ; rdfs:range xsd:string . tln:hasMarkType a owl:DatatypeProperty ; rdfs:label "has MarkType"@en ; rdfs:domain tln:WordInsertionMark ; rdfs:isDefinedBy ; rdfs:range xsd:string . tln:hasNextWord a owl:ObjectProperty ; rdfs:label "has next word"@en ; rdfs:domain tln:WordInsertionMark ; rdfs:isDefinedBy ; rdfs:range tln:Word . tln:hasNumber a owl:DatatypeProperty ; rdfs:label "has Number"@en ; rdfs:domain tln:Page ; rdfs:isDefinedBy ; rdfs:range xsd:string . tln:hasPreviousWord a owl:ObjectProperty ; rdfs:label "has previous word"@en ; rdfs:domain tln:WordInsertionMark ; rdfs:isDefinedBy ; rdfs:range tln:Word . tln:hasSymbolId a owl:DatatypeProperty ; rdfs:label "has SymbolId"@en ; rdfs:domain tln:WordInsertionMark ; rdfs:isDefinedBy ; rdfs:range xsd:string . tln:hasText a owl:DatatypeProperty ; rdfs:label "has Text"@en ; rdfs:domain tln:SimpleWord ; rdfs:isDefinedBy ; rdfs:range xsd:string ; rdfs:subPropertyOf homotypic:hasText . tln:hasTitle a owl:DatatypeProperty ; rdfs:label "has Title"@en ; rdfs:domain tln:ArchivalManuscriptUnity, tln:Reference ; rdfs:isDefinedBy ; rdfs:range xsd:string . tln:hasTop a owl:DatatypeProperty ; rdfs:label "has Top"@en ; rdfs:domain tln:PositionalObject ; rdfs:isDefinedBy ; rdfs:range xsd:float . tln:hasTranskriptionPosition a owl:ObjectProperty ; rdfs:label "has TranskriptionPosition"@en ; rdfs:domain tln:SimpleWord ; rdfs:isDefinedBy ; rdfs:range tln:TranskriptionPosition . tln:hasUrl a owl:DatatypeProperty ; rdfs:label "has Url"@en ; rdfs:domain tln:FaksimileImage ; rdfs:isDefinedBy ; rdfs:range xsd:anyURI . tln:isLineAContinuationTo a owl:DatatypeProperty ; rdfs:label "whether line continues on reference"@en ; rdfs:domain tln:LineContinuation ; rdfs:isDefinedBy ; rdfs:range xsd:boolean . tln:isMainLine a owl:DatatypeProperty ; rdfs:label "whether or not line is a main line"@en ; rdfs:comment "Indicates whether or not line is a main line. Lines that are not main lines, contain later inserted words."@en ; rdfs:domain tln:Line ; rdfs:isDefinedBy ; rdfs:range xsd:boolean . tln:isOnFaksimileImage a owl:ObjectProperty ; rdfs:label "faksimile position is on faksimile image"@en ; rdfs:comment "Relates the faksimile position of a word to the faksimile image"@en ; rdfs:domain tln:FaksimilePosition ; rdfs:isDefinedBy ; rdfs:range tln:FaksimileImage . tln:isOnSvgImage a owl:ObjectProperty ; rdfs:label "transkription position is on svg image"@en ; rdfs:domain tln:TranskriptionPosition ; rdfs:isDefinedBy ; rdfs:range tln:SVGImage . tln:isOnTextField a owl:ObjectProperty ; rdfs:label "faksimile position is on text field"@en ; rdfs:comment "Relates the faksimile position of a word to its text field on a faksimile image"@en ; rdfs:domain tln:FaksimilePosition ; rdfs:isDefinedBy ; rdfs:range tln:TextField . tln:lastLineOfReference a owl:DatatypeProperty ; rdfs:label "last line of reference"@en ; rdfs:domain tln:Reference ; rdfs:isDefinedBy ; rdfs:range xsd:integer . tln:lineContinuationHasReference a owl:ObjectProperty ; rdfs:label "line continues from/to reference"@en ; rdfs:domain tln:LineContinuation ; rdfs:isDefinedBy ; rdfs:range tln:Reference . tln:lineHasBottomValueOnTranskription a owl:DatatypeProperty ; rdfs:label "has lineHasBottomValueOnTranskription"@en ; rdfs:domain tln:Line ; rdfs:isDefinedBy ; rdfs:range xsd:float . tln:lineHasInnerBottomValueOnFaksimile a owl:DatatypeProperty ; rdfs:label "line has a top position on the faksimile image"@en ; rdfs:comment "This is the top position of the area, in which the words belong to this line."@en ; rdfs:domain tln:Line ; rdfs:isDefinedBy ; rdfs:range xsd:float . tln:lineHasInnerTopValueOnFaksimile a owl:DatatypeProperty ; rdfs:label "line has a bottom position on the faksimile image"@en ; rdfs:comment "This is the bottom position of the area, in which the words belong to this line."@en ; rdfs:domain tln:Line ; rdfs:isDefinedBy ; rdfs:range xsd:float . tln:lineHasNumber a owl:DatatypeProperty ; rdfs:label "line has number"@en ; rdfs:comment "Relating a line to the number it has."@en ; rdfs:domain tln:Line ; rdfs:isDefinedBy ; rdfs:range xsd:integer . tln:lineHasOuterBottomValueOnFaksimile a owl:DatatypeProperty ; rdfs:label "line has a top position next to the faksimile image"@en ; rdfs:comment "This is the top position of line outside of the faksimile image."@en ; rdfs:domain tln:Line ; rdfs:isDefinedBy ; rdfs:range xsd:float . tln:lineHasOuterTopValueOnFaksimile a owl:DatatypeProperty ; rdfs:label "line has a bottom position next to the faksimile image"@en ; rdfs:comment "This is the bottom position of line outside of the faksimile image."@en ; rdfs:domain tln:Line ; rdfs:isDefinedBy ; rdfs:range xsd:float . tln:lineHasTopValueOnTranskription a owl:DatatypeProperty ; rdfs:label "has lineHasTopValueOnTranskription"@en ; rdfs:domain tln:Line ; rdfs:isDefinedBy ; rdfs:range xsd:float . tln:pageIsOnTextField a owl:ObjectProperty ; rdfs:label "page is on text field"@en ; rdfs:comment "Relates a page to the text field on a faksimile image."@en ; rdfs:domain tln:Page ; rdfs:isDefinedBy ; rdfs:range tln:TextField . tln:penOfForeignHands a owl:DatatypeProperty ; rdfs:label "pen used to write text by some foreign hand"@en ; rdfs:domain tln:MarkForeignHands ; rdfs:isDefinedBy ; rdfs:range xsd:string . tln:standoffTagHasEndIndex a owl:DatatypeProperty ; rdfs:label "standoff tag has a end index"@en ; rdfs:comment "Connects a standoff tag with its end index."@en ; rdfs:domain tln:StandoffTag ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:subPropertyOf stoff:standoffMarkupHasEndIndex . tln:standoffTagHasStartIndex a owl:DatatypeProperty ; rdfs:label "standoff tag has a start index"@en ; rdfs:comment "Connects a standoff tag with its start index."@en ; rdfs:domain tln:StandoffTag ; rdfs:isDefinedBy ; rdfs:range xsd:integer ; rdfs:subPropertyOf stoff:standoffMarkupHasStartIndex . tln:styleHasColor a owl:ObjectProperty ; rdfs:label "style has color"@en ; rdfs:comment "Connects a style with a color."@en ; rdfs:domain tln:Style ; rdfs:isDefinedBy ; rdfs:range tln:Color . tln:styleHasFont a owl:DatatypeProperty ; rdfs:label "style has font"@en ; rdfs:comment "Connects a style with the kind of font Nietzsche used in writing."@en ; rdfs:domain tln:Style ; rdfs:isDefinedBy ; rdfs:range xsd:string . tln:styleHasWritingInstrument a owl:DatatypeProperty ; rdfs:label "style has writing instrument"@en ; rdfs:comment "Connects a style with the description of a writing instrument."@en ; rdfs:domain tln:Style ; rdfs:isDefinedBy ; rdfs:range xsd:string . tln:textConnectionMarkHasTextSource a owl:ObjectProperty ; rdfs:label "text connection mark has a text source"@en ; rdfs:domain tln:TextConnectionMark ; rdfs:isDefinedBy ; rdfs:range tln:Reference . tln:textHasContent a owl:DatatypeProperty ; rdfs:label "content of text"@en ; rdfs:comment "Connects a text with its content."@en ; rdfs:domain tln:Text ; rdfs:isDefinedBy ; rdfs:range xsd:string . tln:textOfForeignHands a owl:DatatypeProperty ; rdfs:label "text traces of some foreign hand"@en ; rdfs:domain tln:MarkForeignHands ; rdfs:isDefinedBy ; rdfs:range xsd:string . tln:wordBelongsToLine a owl:ObjectProperty ; rdfs:label "word belongs to a line"@en ; rdfs:comment "Relating a word to a line."@en ; rdfs:domain tln:SimpleWord ; rdfs:isDefinedBy ; rdfs:range tln:Line . tln:wordHasCorrection a owl:ObjectProperty ; rdfs:label "word has corrections"@en ; rdfs:comment "Word has a correction made by the author."@en ; rdfs:domain tln:Word ; rdfs:isDefinedBy ; rdfs:range tln:Word . tln:wordHasStyle a owl:ObjectProperty ; rdfs:label "word has style"@en ; rdfs:comment "Word has an appearance that is characterized by this style."@en ; rdfs:domain tln:Word ; rdfs:isDefinedBy ; rdfs:range tln:Style . tln:wordInsertionMarkBelongsToLine a owl:ObjectProperty ; rdfs:label "word insertion mark belongs to a specific line"@en ; rdfs:domain tln:WordInsertionMark ; rdfs:isDefinedBy ; rdfs:range tln:Line . tln:wordReference a owl:DatatypeProperty ; rdfs:label "refers to word on same line"@en ; rdfs:domain tln:Reference ; rdfs:isDefinedBy ; rdfs:range xsd:string . tln:Description a owl:Class ; rdfs:label "description"@en ; rdfs:comment "This class represents a description."@en ; rdfs:isDefinedBy ; rdfs:subClassOf tln:Text . tln:LineContinuation a owl:Class ; rdfs:label "line continuation"@en ; rdfs:comment "This class represents a line continuation."@en ; rdfs:isDefinedBy ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:isLineAContinuationTo ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:lineContinuationHasReference ], tln:EditorComment . tln:MarkForeignHands a owl:Class ; rdfs:label "mark foreign hands"@en ; rdfs:comment "This class represents the mark for text by some foreign hand."@en ; rdfs:isDefinedBy ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:textOfForeignHands ], [ a owl:Restriction ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:penOfForeignHands ], tln:SpecialWord . tln:SVGImage a owl:Class ; rdfs:label "svg image"@en ; rdfs:comment "This class represents a svg image."@en ; rdfs:isDefinedBy ; rdfs:subClassOf tln:Image . tln:SpecialWord a owl:Class ; rdfs:label "special word"@en ; rdfs:comment "This class represents a special word."@en ; rdfs:isDefinedBy ; rdfs:subClassOf tln:SimpleWord . tln:TranskriptionPosition a owl:Class ; rdfs:label "position of a word on the topological transkription"@en ; rdfs:comment "This class represents the position of a word on the transkription as it is displayed by a svg image."@en ; rdfs:isDefinedBy ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:isOnSvgImage ], tln:WordPosition . tln:WordDeletionPath a owl:Class ; rdfs:label "word deletion path"@en ; rdfs:comment "This class represents word deletion paths."@en ; rdfs:isDefinedBy ; rdfs:subClassOf tln:Path . tln:WordPosition a owl:Class ; rdfs:label "word position"@en ; rdfs:comment "This class represents a word position."@en ; rdfs:isDefinedBy ; rdfs:subClassOf tln:PositionalObject . tln:hasHeight a owl:DatatypeProperty ; rdfs:label "has Height"@en ; rdfs:domain tln:Image, tln:PositionalObject ; rdfs:isDefinedBy ; rdfs:range xsd:float . tln:hasWidth a owl:DatatypeProperty ; rdfs:label "has Width"@en ; rdfs:domain tln:Image, tln:PositionalObject ; rdfs:isDefinedBy ; rdfs:range xsd:float . tln:overwritesWord a owl:ObjectProperty ; rdfs:label "word overwrites word"@en ; rdfs:comment "The author has used this word in order to overwrite that word."@en ; rdfs:domain tln:Word ; rdfs:isDefinedBy ; rdfs:range tln:Word . tln:Color a owl:Class ; rdfs:label "color"@en ; rdfs:comment "This class represents a color."@en ; rdfs:isDefinedBy ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:hasHexadecimalValue ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:colorHasName ] . tln:EarlierDescription a owl:Class ; rdfs:label "earlier description"@en ; rdfs:comment "This class represents a description by another author."@en ; rdfs:isDefinedBy ; rdfs:subClassOf tln:Description . tln:FaksimilePosition a owl:Class ; rdfs:label "faksimile position"@en ; rdfs:comment "This class represents the position of a Word on a TextField on a FaksimileImage."@en ; rdfs:isDefinedBy ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:isOnTextField ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:isOnFaksimileImage ], tln:WordPosition . tln:Path a owl:Class ; rdfs:label "path"@en ; rdfs:comment "This super class represents all types of svg paths."@en ; rdfs:isDefinedBy . tln:TextField a owl:Class ; rdfs:label "text field"@en ; rdfs:comment "This class represents the text field of a faksimile image."@en ; rdfs:isDefinedBy ; rdfs:subClassOf tln:PositionalObject . tln:FaksimileImage a owl:Class ; rdfs:label "faksimile image"@en ; rdfs:comment "This class represents a faksimile image."@en ; rdfs:isDefinedBy ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:hasUrl ], tln:Image . tln:StandoffTag a owl:Class ; rdfs:label "standoff tag"@en ; rdfs:comment "This class represents the standoff markup of a text."@en ; rdfs:isDefinedBy ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:standoffTagHasStartIndex ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:standoffTagHasEndIndex ], stoff:StandoffMarkup . tln:isCorrectionOfWord a owl:ObjectProperty ; rdfs:label "word is a correction of word"@en ; rdfs:comment "The author has used this word in order to correct that word."@en ; rdfs:domain tln:Word ; rdfs:isDefinedBy ; rdfs:range tln:Word . tln:Image a owl:Class ; rdfs:label "image"@en ; rdfs:comment "This super class represents all types of images."@en ; rdfs:isDefinedBy ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:hasFileName ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:hasHeight ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:hasWidth ] . tln:Text a owl:Class ; rdfs:label "text"@en ; rdfs:comment "This class represents a text that may have standoff markup."@en ; rdfs:isDefinedBy ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:textHasContent ] . tln:WordInsertionMark a owl:Class ; rdfs:label "word insertion mark"@en ; rdfs:comment "This class represents a word insertion mark."@en ; rdfs:isDefinedBy ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:hasPreviousWord ], [ a owl:Restriction ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:hasNextWord ], [ a owl:Restriction ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:hasSymbolId ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:hasMarkType ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:wordInsertionMarkBelongsToLine ], tln:PositionalObject . tln:ArchivalManuscriptUnity a owl:Class ; rdfs:label "archival unity of manuscript pages"@en ; rdfs:comment "This class represents an archival unity of manuscript pages (workbooks, notebooks and portfolios of handwritten pages)."@en ; rdfs:isDefinedBy ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:hasManuscriptType ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:hasTitle ] . tln:SimpleWord a owl:Class ; rdfs:label "simple word"@en ; rdfs:comment "This class represents a simple word."@en ; rdfs:isDefinedBy ; rdfs:subClassOf [ a owl:Restriction ; owl:minCardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:hasTranskriptionPosition ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:hasText ], [ a owl:Restriction ; owl:minCardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:wordBelongsToLine ], homotypic:HomotypicEntity . tln:Style a owl:Class ; rdfs:label "style"@en ; rdfs:comment "This class represents the style of a word."@en ; rdfs:isDefinedBy ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:styleHasFont ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:styleHasWritingInstrument ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:styleHasColor ], stoff:Style . tln:Reference a owl:Class ; rdfs:label "reference"@en ; rdfs:comment "This class represents a text reference."@en ; rdfs:isDefinedBy ; rdfs:subClassOf [ a owl:Restriction ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:firstLineOfReference ], [ a owl:Restriction ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:wordReference ], [ a owl:Restriction ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:lastLineOfReference ] . tln:EditorComment a owl:Class ; rdfs:label "editor comment"@en ; rdfs:comment "This class represents a comment by the editors."@en ; rdfs:isDefinedBy . tln:PositionalObject a owl:Class ; rdfs:label "positional object"@en ; rdfs:comment "This (super) class represents an object with positional information."@en ; rdfs:isDefinedBy ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:hasHeight ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:hasTop ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:hasBottom ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:hasWidth ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:hasLeft ] . tln:Page a owl:Class ; rdfs:label "page"@en ; rdfs:comment "This class represents a page."@en ; rdfs:isDefinedBy ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:pageIsOnTextField ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:hasNumber ] . tln:Line a owl:Class ; rdfs:label "a line on a page"@en ; rdfs:comment "This class represents a line on a page."@en ; rdfs:isDefinedBy ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:lineHasInnerTopValueOnFaksimile ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:lineHasOuterTopValueOnFaksimile ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:isMainLine ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:lineHasNumber ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:lineHasBottomValueOnTranskription ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:lineHasTopValueOnTranskription ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:lineHasInnerBottomValueOnFaksimile ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:lineHasOuterBottomValueOnFaksimile ] . tln:Word a owl:Class ; rdfs:label "word"@en ; rdfs:comment "This class represents a word."@en ; rdfs:isDefinedBy ; rdfs:subClassOf [ a owl:Restriction ; owl:minCardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:wordHasStyle ], text:HandwrittenText, tln:SimpleWord . a owl:Ontology ; dct:contributor "Christian Steiner, software developer, digital edition of der späte Nietzsche, University of Basel, Switzerland"@en ; dct:creator "Dominique Steinbach, tool coordinator/software developer, NIE-INE/digital edition of der späte Nietzsche, Basel University, Switzerland"@en ; dct:description "Formal description of specific concepts in the scientific study of Friedrich Nietzsches late work."@en ; dct:license ; dct:publisher "Basel University, Switzerland"@en ; dct:title "An ontology about the collected late works of Friedrich Nietzsche"@en .