diff --git a/Friedrich-Nietzsche-late-work-ontology.ttl b/Friedrich-Nietzsche-late-work-ontology.ttl index bdac9bb..6c23040 100644 --- a/Friedrich-Nietzsche-late-work-ontology.ttl +++ b/Friedrich-Nietzsche-late-work-ontology.ttl @@ -1,57 +1,57 @@ @prefix dct: . @prefix document: . @prefix homotypic: . @prefix stoff: . @prefix text: . @prefix owl: . @prefix rdfs: . @prefix xsd: . @prefix tln: . a owl:Ontology; dct:license ; dct:title "An ontology about the collected late works of Friedrich Nietzsche"@en; dct:description """Formal description of specific concepts in the scientific study of Friedrich Nietzsches late work."""@en; dct:creator "Dominique Steinbach, tool coordinator/software developer, NIE-INE/digital edition of der späte Nietzsche, Basel University, Switzerland"@en; dct:contributor "Christian Steiner, software developer, digital edition of der späte Nietzsche, University of Basel, Switzerland"@en; dct:publisher "Basel University, Switzerland"@en. tln:Page a owl:Class ; rdfs:subClassOf document:Page . tln:hasImage a owl:ObjectProperty ; rdfs:label "relates a page to a image"@en ; rdfs:comment "relates a page to an image that has a textfield that specifies the area where the writing that constitutes the page can be found."@en ; rdfs:isDefinedBy ; rdfs:domain tln:Page ; rdfs:range tln:Image . tln:inheritOverwritesWord a owl:ObjectProperty ; rdfs:subPropertyOf tln:overwritesWord; 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 ; owl:propertyChainAxiom ( tln:wordHasCorrection tln:overwritesWord ). tln:lineContinuesOn a owl:ObjectProperty ; rdfs:label "writing from subject line continues on object line"@en ; rdfs:comment "the writing that ends on subject line continues on object line"@en ; rdfs:isDefinedBy ; rdfs:domain tln:Line ; rdfs:range tln:Line . -tln:pageIsOnTextfield a a owl:ObjectProperty ; +tln:pageIsOnTextField a a owl:ObjectProperty ; rdfs:label "page is on text field"@en ; rdfs:comment "the writing that is referred to as subject can be found on object"@en ; rdfs:isDefinedBy ; rdfs:domain tln:Page ; rdfs:range tln:TextField . tln:writingContinuesWithWord a owl:ObjectProperty ; rdfs:label "writing continues with next word"@en ; rdfs:isDefinedBy ; rdfs:domain tln:Word ; rdfs:range tln:Word . diff --git a/machineReasoning_extendUnityWithHomotypicPart/ontologies/tln-ontology_autogenerated.ttl b/machineReasoning_extendUnityWithHomotypicPart/ontologies/tln-ontology_autogenerated.ttl index 7ba0646..fd99678 100644 --- a/machineReasoning_extendUnityWithHomotypicPart/ontologies/tln-ontology_autogenerated.ttl +++ b/machineReasoning_extendUnityWithHomotypicPart/ontologies/tln-ontology_autogenerated.ttl @@ -1,954 +1,959 @@ @prefix dct: . +@prefix document: . @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 . + rdfs:range tln:FaksimileImage ; + rdfs:subPropertyOf tln:hasImage . 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 . + rdfs:range tln:SVGImage ; + rdfs:subPropertyOf tln:hasImage . tln:hasTextField a owl:ObjectProperty ; rdfs:label "has TextField"@en ; - rdfs:domain tln:FaksimileImage, - tln:SVGImage ; + rdfs:domain tln:Image ; rdfs:isDefinedBy ; rdfs:range tln:TextField . tln:hasTransform a owl:DatatypeProperty ; rdfs:label "has Transform"@en ; rdfs:domain tln:Image, 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:lineContinuesOn a owl:ObjectProperty ; + rdfs:label "writing from subject line continues with object line"@en ; + rdfs:domain tln:Line ; + rdfs:isDefinedBy ; + rdfs:range tln:Line . + 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:writingContinuesWithWord a owl:ObjectProperty ; + rdfs:label "writing continues with next word"@en ; + rdfs:domain tln:Word ; + rdfs:isDefinedBy ; + rdfs:range tln:Word . + 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:Image ; 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:FaksimileImage a owl:Class ; + rdfs:label "faksimile image"@en ; + rdfs:comment "This class represents a faksimile image."@en ; + rdfs:isDefinedBy ; + rdfs:subClassOf tln:Image . + 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 ], + [ a owl:Restriction ; + owl:cardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty tln:textOfForeignHands ], 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: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: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:colorHasName ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:hasHexadecimalValue ] . 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:FaksimileImage a owl:Class ; - rdfs:label "faksimile image"@en ; - rdfs:comment "This class represents a faksimile image."@en ; - rdfs:isDefinedBy ; - rdfs:subClassOf tln:Image . - 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:isOnFaksimileImage ], + owl:onProperty tln:isOnTextField ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; - owl:onProperty tln:isOnTextField ], + 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: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: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: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:standoffTagHasEndIndex ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:standoffTagHasStartIndex ], 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: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:hasNextWord ], + owl:onProperty tln:hasSymbolId ], + [ a owl:Restriction ; + owl:cardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty tln:wordInsertionMarkBelongsToLine ], [ a owl:Restriction ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ; - owl:onProperty tln:hasPreviousWord ], + owl:onProperty tln:hasNextWord ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:hasMarkType ], - [ a owl:Restriction ; - owl:cardinality "1"^^xsd:nonNegativeInteger ; - owl:onProperty tln:wordInsertionMarkBelongsToLine ], [ a owl:Restriction ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ; - owl:onProperty tln:hasSymbolId ], + owl:onProperty tln:hasPreviousWord ], 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:hasTitle ], + owl:onProperty tln:hasManuscriptType ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; - owl:onProperty tln:hasManuscriptType ] . + 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 ], + [ a owl:Restriction ; + owl:minCardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty tln:hasTranskriptionPosition ], 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:styleHasColor ], + owl:onProperty tln:styleHasFont ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; - owl:onProperty tln:styleHasFont ], + owl:onProperty tln:styleHasColor ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:styleHasWritingInstrument ], stoff:Style . 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:hasHeight ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; - owl:onProperty tln:hasWidth ], + owl:onProperty tln:hasUrl ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; - owl:onProperty tln:hasUrl ], + owl:onProperty tln:hasFileName ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; - owl:onProperty tln:hasFileName ] . + owl:onProperty tln:hasWidth ] . 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:lastLineOfReference ], + owl:onProperty tln:firstLineOfReference ], [ a owl:Restriction ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ; - owl:onProperty tln:firstLineOfReference ], + owl:onProperty tln:lastLineOfReference ], [ a owl:Restriction ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:wordReference ] . tln:EditorComment a owl:Class ; rdfs:label "editor comment"@en ; rdfs:comment "This class represents a comment by the editors."@en ; rdfs:isDefinedBy . +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:hasNumber ], + document:Page . + 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:hasLeft ], + owl:onProperty tln:hasTop ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:hasWidth ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; - owl:onProperty tln:hasHeight ], - [ a owl:Restriction ; - owl:cardinality "1"^^xsd:nonNegativeInteger ; - owl:onProperty tln:hasBottom ], + owl:onProperty tln:hasLeft ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; - owl:onProperty tln:hasTop ] . - -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 ], + owl:onProperty tln:hasHeight ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; - owl:onProperty tln:hasNumber ] . + owl:onProperty tln:hasBottom ] . 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:lineHasTopValueOnTranskription ], - [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:isMainLine ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; - owl:onProperty tln:lineHasOuterTopValueOnFaksimile ], + owl:onProperty tln:lineHasOuterBottomValueOnFaksimile ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; - owl:onProperty tln:lineHasInnerTopValueOnFaksimile ], + owl:onProperty tln:lineHasTopValueOnTranskription ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:lineHasBottomValueOnTranskription ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; - owl:onProperty tln:lineHasOuterBottomValueOnFaksimile ], + owl:onProperty tln:lineHasInnerTopValueOnFaksimile ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty tln:lineHasNumber ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; - owl:onProperty tln:lineHasInnerBottomValueOnFaksimile ] . + owl:onProperty tln:lineHasInnerBottomValueOnFaksimile ], + [ a owl:Restriction ; + owl:cardinality "1"^^xsd:nonNegativeInteger ; + owl:onProperty tln:lineHasOuterTopValueOnFaksimile ] . 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 . diff --git a/machineReasoning_extendUnityWithHomotypicPart/project-rules_joined_data/20-tln-merge_images.n3 b/machineReasoning_extendUnityWithHomotypicPart/project-rules_joined_data/20-tln-merge_images.n3 new file mode 100644 index 0000000..e922dfe --- /dev/null +++ b/machineReasoning_extendUnityWithHomotypicPart/project-rules_joined_data/20-tln-merge_images.n3 @@ -0,0 +1,31 @@ +@prefix e: . +@prefix list: . +@prefix log: . +@prefix kb: . +@prefix string: . +@prefix tln: . + +# merge images if they share a common filename and have two different pages on them. + +{ + ?manuscript a tln:ArchivalManuscriptUnity; + tln:hasPages ?pages. + ?page_a list:in ?pages; + tln:hasImage ?image_a. + ?page_b list:in ?pages; + tln:hasImage ?image_b. + (?before (?page_a) ?middle (?page_b) ?after) list:append ?pages. # asymmetric condition: page_a before page_b + # we keep image_a and get rid of image_b. + ?image_a tln:hasFileName ?file_name; + tln:hasTextField ?text_field_a. + ?image_b tln:hasFileName ?file_name; + tln:hasTextField ?text_field_b. + ?image_a log:notEqualTo ?image_b. + ?image_b ?p ?o. + ?page_b ?has ?image_b. +} => { + ?image_a ?p ?o. + ?page_b ?has ?image_a. + _:d kb:retract (?image_b ?p ?o). + _:d kb:retract (?page_b ?has ?image_b). +}. diff --git a/machineReasoning_extendUnityWithHomotypicPart/test-DATA.ttl b/machineReasoning_extendUnityWithHomotypicPart/test-DATA.ttl index 904d3ab..20c8c92 100644 --- a/machineReasoning_extendUnityWithHomotypicPart/test-DATA.ttl +++ b/machineReasoning_extendUnityWithHomotypicPart/test-DATA.ttl @@ -1,296 +1,312 @@ @prefix data: . @prefix rdf: . @prefix rdfs: . @prefix test: . @prefix xml: . @prefix xsd: . @prefix tln: . data:_N_VII_2 a tln:ArchivalManuscriptUnity ; tln:hasManuscriptType "Notizheft"^^xsd:string ; tln:hasPages ( data:_N_VII_2_Page17 ) ; tln:hasTitle "N VII 2"^^xsd:string . data:_N_VII_1 a tln:ArchivalManuscriptUnity ; tln:hasDescription data:_N_VII_1_Description0 ; tln:hasEarlierDescriptions data:_N_VII_1_EarlierDescription0, data:_N_VII_1_EarlierDescription11 ; tln:hasManuscriptType "Notizheft"^^xsd:string ; tln:hasPages ( data:_N_VII_1_Page5 data:_N_VII_1_Page6 data:_N_VII_1_Page9 data:_N_VII_1_Page10 data:_N_VII_1_Page15 data:_N_VII_1_Page16 data:_N_VII_1_Page17 ) ; tln:hasTitle "N VII 1"^^xsd:string . data:_N_VII_1_Page15 a tln:Page ; tln:hasLines ( data:_N_VII_1_Page15_Line5 data:_N_VII_1_Page15_Line6 data:_N_VII_1_Page15_Line10 data:_N_VII_1_Page15_Line20 data:_N_VII_1_Page15_Line30 data:_N_VII_1_Page15_Line34 ) ; + tln:hasImage data:_image; + tln:pageIsOnTextfield data:_textfield_0; tln:hasNumber "15"^^xsd:string . +data:_image a tln:Image; + tln:hasFileName "asdf.jpg"^^xsd:string ; + tln:hasTextField data:_textfield_0. + +data:_image_0 a tln:Image; + tln:hasFileName "asdf.jpg"^^xsd:string ; + tln:hasTextField data:_textfield_1. + +data:_textfield_0 a tln:TextField. +data:_textfield_1 a tln:TextField. + data:_N_VII_1_Page16 a tln:Page ; + tln:hasImage data:_image_0; + tln:hasFaksimileImage data:_image_0; + tln:pageIsOnTextfield data:_textfield_1; tln:hasLines ( data:_N_VII_1_Page16_Line5 data:_N_VII_1_Page16_Line6 data:_N_VII_1_Page16_Line10 data:_N_VII_1_Page16_Line20 data:_N_VII_1_Page16_Line30 data:_N_VII_1_Page16_Line34 ) ; tln:hasNumber "16"^^xsd:string . data:_N_VII_2_Page17 a tln:Page ; tln:hasLines ( data:_N_VII_2_Page17_Line40 data:_N_VII_2_Page17_Line46 ) ; tln:hasWords ( data:_N_VII_2_Page17_Word0 data:_N_VII_2_Page17_Word1 ); tln:hasNumber "17"^^xsd:string . data:_N_VII_2_Page17_Word0 a tln:Word; tln:wordBelongsToLine data:_N_VII_2_Page17_Line40; tln:hasText "von". data:_N_VII_2_Page17_Word1 a tln:Word; tln:wordBelongsToLine data:_N_VII_2_Page17_Line40; tln:hasText "zu". data:_N_VII_1_Page17 a tln:Page ; tln:hasLines ( data:_N_VII_1_Page17_Line46 ) ; tln:hasNumber "17"^^xsd:string . data:_N_VII_2_Page17_Line46 a tln:Line ; tln:isMainLine true ; tln:lineHasEditorComment data:_N_VII_2_Page17_Line46_LineContinuation0 ; tln:lineHasNumber 46 . data:_N_VII_2_Page17_Line40 a tln:Line ; tln:isMainLine true ; tln:lineHasEditorComment data:_N_VII_2_Page17_Line40_LineContinuation0 ; tln:lineHasEditorComment data:_N_VII_2_Page17_Line40_LineContinuation1 ; tln:lineHasNumber 40 . data:_N_VII_1_Page17_Line46 a tln:Line ; tln:isMainLine true ; tln:lineHasEditorComment data:_N_VII_1_Page17_Line46_LineContinuation0 ; tln:lineHasNumber 46 . data:_N_VII_1_Page15_Line34 a tln:Line ; tln:isMainLine true ; tln:lineHasEditorComment data:_N_VII_1_Page15_Line34_LineContinuation0 ; tln:lineHasNumber 34 . data:_N_VII_1_Page15_Line30 a tln:Line ; tln:isMainLine true ; tln:lineHasEditorComment data:_N_VII_1_Page15_Line30_LineContinuation0 ; tln:lineHasNumber 30 . data:_N_VII_1_Page15_Line10 a tln:Line ; tln:isMainLine true ; tln:lineHasEditorComment data:_N_VII_1_Page15_Line10_LineContinuation0 ; tln:lineHasNumber 10 . data:_N_VII_1_Page15_Line5 a tln:Line ; tln:lineHasEditorComment data:_N_VII_1_Page15_Line5_LineContinuation0 ; tln:lineHasNumber 5 . data:_N_VII_1_Page16_Line5 a tln:Line ; tln:lineHasEditorComment data:_N_VII_1_Page16_Line5_LineContinuation0 ; tln:lineHasNumber 5 . data:_N_VII_1_Page15_Line6 a tln:Line ; tln:lineHasEditorComment data:_N_VII_1_Page15_Line6_LineContinuation0 ; tln:lineHasNumber 6 . data:_N_VII_1_Page16_Line6 a tln:Line ; tln:lineHasEditorComment data:_N_VII_1_Page16_Line6_LineContinuation0 ; tln:lineHasNumber 6 . data:_N_VII_1_Page15_Line20 a tln:Line ; tln:isMainLine true ; tln:lineHasEditorComment data:_N_VII_1_Page15_Line20_LineContinuation0 ; tln:lineHasNumber 20 . data:_N_VII_1_Page15_Line5_LineContinuation0 a tln:LineContinuation ; tln:isLineAContinuationTo true ; tln:isUncertain false ; tln:lineContinuationHasReference data:_N_VII_1_Page15_Line5_LineContinuation0_Reference0 . data:_N_VII_1_Page16_Line5_LineContinuation0 a tln:LineContinuation ; tln:isLineAContinuationTo false ; tln:isUncertain false ; tln:lineContinuationHasReference data:_N_VII_1_Page16_Line5_LineContinuation0_Reference0 . data:_N_VII_1_Page15_Line6_LineContinuation0 a tln:LineContinuation ; tln:isLineAContinuationTo true ; tln:isUncertain false ; tln:lineContinuationHasReference data:_N_VII_1_Page15_Line6_LineContinuation0_Reference0 . data:_N_VII_1_Page16_Line6_LineContinuation0 a tln:LineContinuation ; tln:isLineAContinuationTo false ; tln:isUncertain false ; tln:lineContinuationHasReference data:_N_VII_1_Page16_Line6_LineContinuation0_Reference0 . data:_N_VII_1_Page15_Line10_LineContinuation0 a tln:LineContinuation ; tln:isLineAContinuationTo false ; tln:isUncertain false ; tln:lineContinuationHasReference data:_N_VII_1_Page15_Line10_LineContinuation0_Reference0 . data:_N_VII_1_Page15_Line20_LineContinuation0 a tln:LineContinuation ; tln:isLineAContinuationTo true ; tln:isUncertain false ; tln:lineContinuationHasReference data:_N_VII_1_Page15_Line20_LineContinuation0_Reference0 . data:_N_VII_1_Page15_Line34_LineContinuation0 a tln:LineContinuation ; tln:isLineAContinuationTo false ; tln:isUncertain false ; tln:lineContinuationHasReference data:_N_VII_1_Page15_Line34_LineContinuation0_Reference0 . data:_N_VII_1_Page15_Line30_LineContinuation0 a tln:LineContinuation ; tln:isLineAContinuationTo false ; tln:isUncertain false ; tln:lineContinuationHasReference data:_N_VII_1_Page15_Line30_LineContinuation0_Reference0 . data:_N_VII_2_Page17_Line46_LineContinuation0 a tln:LineContinuation ; tln:isLineAContinuationTo true ; tln:isUncertain false ; tln:lineContinuationHasReference data:_N_VII_2_Page17_Line46_LineContinuation0_Reference0 . data:_N_VII_2_Page17_Line40_LineContinuation0 a tln:LineContinuation ; tln:isLineAContinuationTo false ; tln:isUncertain false ; tln:lineContinuationHasReference data:_N_VII_2_Page17_Line40_LineContinuation0_Reference0 . data:_N_VII_2_Page17_Line40_LineContinuation1 a tln:LineContinuation ; tln:isLineAContinuationTo true ; tln:isUncertain false ; tln:lineContinuationHasReference data:_N_VII_2_Page17_Line40_LineContinuation1_Reference0 . data:_N_VII_1_Page17_Line46_LineContinuation0 a tln:LineContinuation ; tln:isLineAContinuationTo true ; tln:isUncertain false ; tln:lineContinuationHasReference data:_N_VII_1_Page17_Line46_LineContinuation0_Reference0 . data:_N_VII_1_Page15_Line5_LineContinuation0_Reference0 a tln:Reference ; tln:IsUncertain false. data:_N_VII_1_Page16_Line5_LineContinuation0_Reference0 a tln:Reference ; tln:IsUncertain false. data:_N_VII_1_Page15_Line6_LineContinuation0_Reference0 a tln:Reference ; tln:IsUncertain false. data:_N_VII_1_Page16_Line6_LineContinuation0_Reference0 a tln:Reference ; tln:IsUncertain false. data:_N_VII_1_Page15_Line10_LineContinuation0_Reference0 a tln:Reference ; tln:IsUncertain false ; tln:firstLineOfReference 20 . data:_N_VII_1_Page15_Line20_LineContinuation0_Reference0 a tln:Reference ; tln:IsUncertain true ; tln:firstLineOfReference 10 . data:_N_VII_1_Page15_Line34_LineContinuation0_Reference0 a tln:Reference ; tln:IsUncertain false ; tln:firstLineOfReference 46 ; tln:hasPageNumber "17"^^xsd:string . data:_N_VII_1_Page15_Line30_LineContinuation0_Reference0 a tln:Reference ; tln:IsUncertain false ; tln:firstLineOfReference 46 ; tln:hasTitle "N VII 2"^^xsd:string ; tln:hasPageNumber "17"^^xsd:string . data:_N_VII_1_Page17_Line46_LineContinuation0_Reference0 a tln:Reference ; tln:IsUncertain false ; tln:firstLineOfReference 34 ; tln:hasPageNumber "15"^^xsd:string . data:_N_VII_2_Page17_Line46_LineContinuation0_Reference0 a tln:Reference ; tln:IsUncertain false ; tln:firstLineOfReference 30 ; tln:hasTitle "N VII 1"^^xsd:string ; tln:hasPageNumber "15"^^xsd:string . data:_N_VII_2_Page17_Line40_LineContinuation0_Reference0 a tln:Reference ; tln:IsUncertain false ; tln:wordReference "von"^^xsd:string . data:_N_VII_2_Page17_Line40_LineContinuation1_Reference0 a tln:Reference ; tln:IsUncertain false ; tln:wordReference "zu"^^xsd:string . data:_Word100 a test:Word ; tln:wordHasStyle data:_Style10; tln:hasTitle "Mp XV"; tln:hasPageNumber "10"; test:hasText "ohne Manuskript". data:_Word99 a test:Word ; tln:wordHasStyle data:_Style10; tln:hasTitle "Mp XIV"; tln:hasPageNumber "9"; test:hasText "ohne Teile". data:_Mp_XVI_Page_10 a tln:Page; tln:hasNumber "10". data:_Mp_XVI a tln:ArchivalManuscriptUnity; tln:hasTitle "Mp XIV"; tln:hasType "Mappe". data:_Word0 a test:Word ; test:hasCorrection data:_Word5; test:hasText "Otto"; test:wordHasWordParts ( data:_Word1 data:_Word2 data:_Word3 data:_Word4 ) . data:_Word1 a test:Word ; test:hasText "O"; test:hasLine data:_Line0; test:wordHasStyle data:_Style0. data:_Word2 a test:Word ; test:hasText "t"; test:wordHasStyle data:_Style0. data:_Word3 a test:Word ; test:hasText "t"; test:wordHasStyle data:_Style0. data:_Position0 a test:Position; test:hasLeft "0.0"^^xsd:float . data:_Position1 a test:Position; test:hasLeft "0.1"^^xsd:float . data:_Word4 a test:Word ; test:hasText "o"; test:wordHasStyle data:_Style0. data:_Word5 a test:Word ; test:hasText "en"; test:wordHasStyle data:_Style1; test:overwritesWord data:_Word6; test:hasLine data:_Line0 ; test:hasPosition data:_Position0 . data:_Word6 a test:Word ; test:hasText "et"; test:wordHasStyle data:_Style0; test:hasLine data:_Line0 ; test:hasPosition data:_Position0 . data:_Position2 a test:Position; test:hasLeft "1.0"^^xsd:float . data:_Line0 a test:Line . data:_Line1 a test:Line . data:_Style0 a test:Style ; test:hasCSS "color: #DC0814;"^^xsd:string; test:styleHasColor data:_Color0 . data:_Style1 a test:Style ; test:hasCSS "color: #000000;"^^xsd:string; test:styleHasColor data:_Color1 . data:_Style10 a tln:Style ; test:hasCSS "color: #000000;"^^xsd:string; tln:styleHasFont "deutsche Schreibschrift"; tln:styleHasColor data:_Color10 . data:_Color0 a test:Color; test:colorHasName "red"^^xsd:string ; test:hasHexadecimalValue "#DC0814"^^xsd:string . data:_Color1 a test:Color; test:colorHasName "black"^^xsd:string ; test:hasHexadecimalValue "#000000"^^xsd:string . diff --git a/machineReasoning_extendUnityWithHomotypicPart/test_output.n3 b/machineReasoning_extendUnityWithHomotypicPart/test_output.n3 index b2bc979..7ce2233 100644 --- a/machineReasoning_extendUnityWithHomotypicPart/test_output.n3 +++ b/machineReasoning_extendUnityWithHomotypicPart/test_output.n3 @@ -1,2155 +1,2346 @@ -# Execution date Fr Mai 15 15:38:54 CEST 2020 -#Processed by Id: cwm.py,v 1.197 2007/12/13 15:38:39 syosi Exp - # using base file:///data/home/knister0/githubs/nietzscheOntologie/machineReasoning_extendUnityWithHomotypicPart/ - -# Notation3 generation by -# notation3.py,v 1.200 2007/12/11 21:18:08 syosi Exp +# Execution date Di Nov 10 16:57:08 CET 2020 +#Processed by EYE v19.1020.2224 josd +#eye --nope --traditional ontologies/homotypic-part_ontology.ttl ontologies/standoff_ontology.ttl ontologies/tln-ontology_autogenerated.ttl test-ontology.ttl test-DATA.ttl https://raw.githubusercontent.com/josd/eye/master/reasoning/rpo/rdfs-subClassOf.n3 https://raw.githubusercontent.com/josd/eye/master/reasoning/rpo/rdfs-subPropertyOf.n3 https://raw.githubusercontent.com/josd/eye/master/reasoning/rpo/owl-TransitiveProperty.n3 https://raw.githubusercontent.com/josd/eye/master/reasoning/rpo/owl-propertyChainAxiom.n3 project-rules_joined_data/40-tln-update_reference.n3 project-rules_joined_data/50-tln-connect_lines.n3 project-rules/20-tln-add_textfield2page.n3 project-rules/40-tln-update_word_line_reference.n3 project-rules/55-tln-add_language.n3 generic-rules/create_standoff-rules.n3 generic-rules/extend-rules.n3 project-rules_joined_data/20-tln-merge_images.n3 --query filter_query.n3 -# Base was: file:///data/home/knister0/githubs/nietzscheOntologie/machineReasoning_extendUnityWithHomotypicPart/ - @prefix : <#> . - @prefix data: . - @prefix homotypic: . - @prefix owl: . - @prefix rdf: . - @prefix rdfs: . - @prefix stoff: . - @prefix test: . - @prefix text: . - @prefix tln: . - @prefix xsd: . - - @forSome :_g0, - :_g1, - :_g2, - :_g3, - :_g4, - :_g5, - :_g6, - :_g7, - :_g8, - :_g9, - :_g10, - :_g11, - :_g12, - :_g13, - :_g14, - :_g15, - :_g16, - :_g17, - :_g18, - :_g19, - :_g20, - :_g21, - :_g22, - :_g23, - :_g24, - :_g25, - :_g26, - :_g27, - :_g28, - :_g29, - :_g30, - :_g31, - :_g32, - :_g33, - :_g34, - :_g35, - :_g36, - :_g37, - :_g38, - :_g39, - :_g40, - :_g41, - :_g42, - :_g43, - :_g44, - :_g45, - :_g46, - :_g47, - :_g48, - :_g49, - :_g50, - :_g51, - :_g52, - :_g53, - :_g54, - :_g55, - :_g56, - :_g57, - :_g58, - :_g59, - :_g60, - :_g61 . - - data:_Color0 a test:Color; - test:colorHasName "red"; - test:hasHexadecimalValue "#DC0814" . - - data:_Color1 a test:Color; - test:colorHasName "black"; - test:hasHexadecimalValue "#000000" . - - data:_Line0 a test:Line . - - data:_Line1 a test:Line . - - data:_Position0 a test:Position; - test:hasLeft "0.0"^^xsd:float . - - data:_Position1 a test:Position; - test:hasLeft "0.1"^^xsd:float . - - data:_Position2 a test:Position; - test:hasLeft "1.0"^^xsd:float . - - data:_Style0 a stoff:Style, - test:Style; - stoff:styleHasCSS "color: #DC0814;"; - test:hasCSS "color: #DC0814;"; - test:styleHasColor data:_Color0 . - - data:_Style1 a stoff:Style, - test:Style; - stoff:styleHasCSS "color: #000000;"; - test:hasCSS "color: #000000;"; - test:styleHasColor data:_Color1 . - - data:_Word0 a text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - test:Word, - :_g0, - :_g1, - :_g58, - :_g59, - :_g60, - :_g61; - homotypic:hasHomotypicParts ( - data:_Word1 - data:_Word2 - data:_Word3 - data:_Word4 ); - homotypic:hasMarkup [ - a stoff:StandoffMarkup, - :_g2, - :_g3, - :_g4; - stoff:hasCSS "color: #DC0814;"; - stoff:standoffMarkupHasEndIndex 1; - stoff:standoffMarkupHasStartIndex 0 ], - [ - a stoff:StandoffMarkup, - :_g2, - :_g3, - :_g4; - stoff:hasCSS "color: #DC0814;"; - stoff:standoffMarkupHasEndIndex 2; - stoff:standoffMarkupHasStartIndex 1 ], - [ - a stoff:StandoffMarkup, - :_g2, - :_g3, - :_g4; - stoff:hasCSS "color: #DC0814;"; - stoff:standoffMarkupHasEndIndex 3; - stoff:standoffMarkupHasStartIndex 2 ], - [ - a stoff:StandoffMarkup, - :_g2, - :_g3, - :_g4; - stoff:hasCSS "color: #DC0814;"; - stoff:standoffMarkupHasEndIndex 4; - stoff:standoffMarkupHasStartIndex 3 ]; - homotypic:hasText "Otto"; - test:hasCorrection data:_Word5; - test:hasText "Otto"; - test:inheritOverwritesWord data:_Word6; - test:overwritesWord data:_Word6; - test:wordHasWordParts ( - data:_Word1 - data:_Word2 - data:_Word3 - data:_Word4 ) . - - data:_Word1 a text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - test:Word, - :_g0, - :_g1, - :_g58, - :_g59, - :_g60, - :_g61; - homotypic:hasText "O"; - test:hasText "O"; - test:wordHasStyle data:_Style0 . - - data:_Word2 a text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - test:Word, - :_g0, - :_g1, - :_g58, - :_g59, - :_g60, - :_g61; - homotypic:hasText "t"; - test:hasText "t"; - test:wordHasStyle data:_Style0 . - - data:_Word3 a text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - test:Word, - :_g0, - :_g1, - :_g58, - :_g59, - :_g60, - :_g61; - homotypic:hasText "t"; - test:hasText "t"; - test:wordHasStyle data:_Style0 . - - data:_Word4 a text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - test:Word, - :_g0, - :_g1, - :_g58, - :_g59, - :_g60, - :_g61; - homotypic:hasText "o"; - test:hasText "o"; - test:wordHasStyle data:_Style0 . - - data:_Word5 a text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - test:Word, - :_g0, - :_g1, - :_g58, - :_g59, - :_g60, - :_g61; - homotypic:hasMarkup [ - a stoff:StandoffMarkup, - :_g2, - :_g3, - :_g4; - stoff:hasCSS "color: #000000;"; - stoff:standoffMarkupHasEndIndex 3; - stoff:standoffMarkupHasStartIndex 0 ]; - homotypic:hasText "en"; - test:hasLine data:_Line0; - test:hasPosition data:_Position0; - test:hasText "en"; - test:overwritesWord data:_Word6; - test:wordHasStyle data:_Style1 . - - data:_Word6 a text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - test:Word, - :_g0, - :_g1, - :_g58, - :_g59, - :_g60, - :_g61; - homotypic:hasMarkup [ - a stoff:StandoffMarkup, - :_g2, - :_g3, - :_g4; - stoff:hasCSS "color: #DC0814;"; - stoff:standoffMarkupHasEndIndex 3; - stoff:standoffMarkupHasStartIndex 0 ]; - homotypic:hasText "et"; - test:hasLine data:_Line0; - test:hasPosition data:_Position0; - test:hasText "et"; - test:wordHasStyle data:_Style0 . - - data:_Word99 a text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - test:Word, - :_g0, - :_g1, - :_g58, - :_g59, - :_g60, - :_g61; - homotypic:hasMarkup [ - a stoff:StandoffMarkup, - :_g2, - :_g3, - :_g4; - stoff:hasCSS "color: #DC0814;"; - stoff:standoffMarkupHasEndIndex 11; - stoff:standoffMarkupHasStartIndex 0 ]; - homotypic:hasText "ohne Teile"; - test:hasText "ohne Teile"; - test:wordHasStyle data:_Style0 . - - a owl:Ontology; - "Christian Steiner, software developer, digital edition of der späte Nietzsche, University of Basel, Switzerland"@en; - "A stub ontology about homotypic parts, i.e. parts that are of the same type as their unity."@en; - ; - "Basel University, Switzerland"@en; - "A stub ontology about homotypic parts"@en . - - homotypic:HomotypicEntity a owl:Class; - rdfs:isDefinedBy . - - homotypic:hasHomotypicParts a owl:TransitiveProperty; - rdfs:domain homotypic:HomotypicEntity; - rdfs:isDefinedBy ; - rdfs:range rdf:List . - - homotypic:hasMarkup a owl:ObjectProperty; - rdfs:domain homotypic:HomotypicEntity; - rdfs:isDefinedBy ; - rdfs:range stoff:StandoffMarkup, - :_g2, - :_g3, - :_g4 . - - homotypic:hasText a owl:DatatypeProperty; - rdfs:domain homotypic:HomotypicEntity; - rdfs:isDefinedBy ; - rdfs:range xsd:string . - - a owl:Ontology; - "Christian Steiner, software developer, digital edition of der späte Nietzsche, University of Basel, Switzerland"@en; - "Dominique Steinbach, tool coordinator/software developer, NIE-INE/digital edition of der späte Nietzsche, Basel University, Switzerland"@en; - "Formal description of specific concepts in the scientific study of Friedrich Nietzsches late work."@en; - ; - "Basel University, Switzerland"@en; - "An ontology about the collected late works of Friedrich Nietzsche"@en . - - tln:ArchivalManuscriptUnity a owl:Class; - rdfs:comment "This class represents an archival unity of manuscript pages (workbooks, notebooks and portfolios of handwritten pages)."@en; - rdfs:isDefinedBy ; - rdfs:label "archival unity of manuscript pages"@en; - rdfs:subClassOf :_g19, - :_g20 . - - tln:Box a owl:Class; - rdfs:comment "This represents box svg paths."@en; - rdfs:isDefinedBy ; - rdfs:label "box"@en; - rdfs:subClassOf tln:Path . - - tln:Color a owl:Class; - rdfs:comment "This class represents a color."@en; - rdfs:isDefinedBy ; - rdfs:label "color"@en; - rdfs:subClassOf :_g12, - :_g13 . - - tln:FaksimileImage a owl:Class; - rdfs:comment "This class represents a faksimile image."@en; - rdfs:isDefinedBy ; - rdfs:label "faksimile image"@en; - rdfs:subClassOf tln:Image, - :_g21, - :_g22, - :_g23, - :_g24 . - - tln:FaksimilePosition a owl:Class; - rdfs:comment "This class represents the position of a Word on a TextField on a FaksimileImage."@en; - rdfs:isDefinedBy ; - rdfs:label "faksimile position"@en; - rdfs:subClassOf tln:PositionalObject, - tln:WordPosition, - :_g14, - :_g15, - :_g40, - :_g41, - :_g42, - :_g43, - :_g44 . - - tln:Image a owl:Class; - rdfs:comment "This super class represents all types of images."@en; - rdfs:isDefinedBy ; - rdfs:label "image"@en; - rdfs:subClassOf :_g22, - :_g23, - :_g24 . - - tln:IsUncertain a owl:DatatypeProperty; - rdfs:domain tln:Reference, - :_g33, - :_g34, - :_g35, - :_g36; - rdfs:isDefinedBy ; - rdfs:label "whether something is uncertain"@en; - rdfs:range xsd:boolean . - - tln:Line a owl:Class; - rdfs:comment "This class represents a line on a page."@en; - rdfs:isDefinedBy ; - rdfs:label "a line on a page"@en; - rdfs:subClassOf :_g45, - :_g46, - :_g47, - :_g48, - :_g49, - :_g50, - :_g51, - :_g52 . - - tln:MarkForeignHands a owl:Class; - rdfs:comment "This class represents the mark for text by some foreign hand."@en; - rdfs:isDefinedBy ; - rdfs:label "mark foreign hands"@en; - rdfs:subClassOf homotypic:HomotypicEntity, - tln:SimpleWord, - tln:SpecialWord, - :_g6, - :_g7, - :_g25, - :_g26, - :_g27 . - - tln:Page a owl:Class; - rdfs:comment "This class represents a page."@en; - rdfs:isDefinedBy ; - rdfs:label "page"@en; - rdfs:subClassOf :_g53, - :_g54, - :_g55, - :_g56, - :_g57 . - - tln:Path a owl:Class; - rdfs:comment "This super class represents all types of svg paths."@en; - rdfs:isDefinedBy ; - rdfs:label "path"@en . - - tln:PositionalObject a owl:Class; - rdfs:comment "This (super) class represents an object with positional information."@en; - rdfs:isDefinedBy ; - rdfs:label "positional object"@en; - rdfs:subClassOf :_g40, - :_g41, - :_g42, - :_g43, - :_g44 . - - tln:Reference a owl:Class; - rdfs:comment "This class represents a text reference."@en; - rdfs:isDefinedBy ; - rdfs:label "reference"@en; - rdfs:subClassOf :_g33, - :_g34, - :_g35, - :_g36 . - - tln:SVGImage a owl:Class; - rdfs:comment "This class represents a svg image."@en; - rdfs:isDefinedBy ; - rdfs:label "svg image"@en; - rdfs:subClassOf tln:Image, - :_g22, - :_g23, - :_g24 . - - tln:SimpleWord a owl:Class; - rdfs:comment "This class represents a simple word."@en; - rdfs:isDefinedBy ; - rdfs:label "simple word"@en; - rdfs:subClassOf homotypic:HomotypicEntity, - :_g25, - :_g26, - :_g27 . - - tln:SpecialWord a owl:Class; - rdfs:comment "This class represents a special word."@en; - rdfs:isDefinedBy ; - rdfs:label "special word"@en; - rdfs:subClassOf homotypic:HomotypicEntity, - tln:SimpleWord, - :_g25, - :_g26, - :_g27 . - - tln:StandoffTag a owl:Class; - rdfs:comment "This class represents the standoff markup of a text."@en; - rdfs:isDefinedBy ; - rdfs:label "standoff tag"@en; - rdfs:subClassOf :_g16, - :_g17, - :_g18 . - - tln:Style a owl:Class; - rdfs:comment "This class represents the style of a word."@en; - rdfs:isDefinedBy ; - rdfs:label "style"@en; - rdfs:subClassOf stoff:Style, - :_g37, - :_g38, - :_g39 . - - tln:Text a owl:Class; - rdfs:comment "This class represents a text that may have standoff markup."@en; - rdfs:isDefinedBy ; - rdfs:label "text"@en; - rdfs:subClassOf :_g8 . - - tln:TextConnectionMark a owl:Class; - rdfs:comment "This class represents a text connection mark."@en; - rdfs:isDefinedBy ; - rdfs:label "text connection mark"@en; - rdfs:subClassOf homotypic:HomotypicEntity, - tln:SimpleWord, - tln:SpecialWord, - :_g5, - :_g25, - :_g26, - :_g27 . - - tln:TextField a owl:Class; - rdfs:comment "This class represents the text field of a faksimile image."@en; - rdfs:isDefinedBy ; - rdfs:label "text field"@en; - rdfs:subClassOf tln:PositionalObject, - :_g40, - :_g41, - :_g42, - :_g43, - :_g44 . - - tln:TranskriptionPosition a owl:Class; - 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:label "position of a word on the topological transkription"@en; - rdfs:subClassOf tln:PositionalObject, - tln:WordPosition, - :_g9, - :_g40, - :_g41, - :_g42, - :_g43, - :_g44 . - - tln:Word a owl:Class; - rdfs:comment "This class represents a word."@en; - rdfs:isDefinedBy ; - rdfs:label "word"@en; - rdfs:subClassOf text:HandwrittenText, - homotypic:HomotypicEntity, - :_g58, - :_g59, - :_g60, - :_g61 . - - tln:WordDeletionPath a owl:Class; - rdfs:comment "This class represents word deletion paths."@en; - rdfs:isDefinedBy ; - rdfs:label "word deletion path"@en; - rdfs:subClassOf tln:Path . - - tln:WordInsertionMark a owl:Class; - rdfs:comment "This class represents a word insertion mark."@en; - rdfs:isDefinedBy ; - rdfs:label "word insertion mark"@en; - rdfs:subClassOf tln:PositionalObject, - :_g28, - :_g29, - :_g30, - :_g31, - :_g32, - :_g40, - :_g41, - :_g42, - :_g43, - :_g44 . - - tln:WordPosition a owl:Class; - rdfs:comment "This class represents a word position."@en; - rdfs:isDefinedBy ; - rdfs:label "word position"@en; - rdfs:subClassOf tln:PositionalObject, - :_g40, - :_g41, - :_g42, - :_g43, - :_g44 . - - tln:WritingProcess a owl:Class; - rdfs:comment "This class represents a stage in Nietzsche's process of writing. Each stage of writing is relative to its surrounding words."@en; - rdfs:isDefinedBy ; - rdfs:label "writing process"@en; - rdfs:subClassOf :_g10, - :_g11 . - - tln:colorHasName a owl:DatatypeProperty; - rdfs:comment "Connects a color with its name."@en; - rdfs:domain tln:Color, - :_g12, - :_g13; - rdfs:isDefinedBy ; - rdfs:label "color has name"@en; - rdfs:range xsd:string . - - tln:firstLineOfReference a owl:DatatypeProperty; - rdfs:domain tln:Reference, - :_g33, - :_g34, - :_g35, - :_g36; - rdfs:isDefinedBy ; - rdfs:label "first line of reference"@en; - rdfs:range xsd:integer . - - tln:hasBottom a owl:DatatypeProperty; - rdfs:domain tln:PositionalObject, - :_g40, - :_g41, - :_g42, - :_g43, - :_g44; - rdfs:isDefinedBy ; - rdfs:label "has Bottom"@en; - rdfs:range xsd:float . - - tln:hasDAttribute a owl:DatatypeProperty; - rdfs:comment "The d attribute defines a path to be drawn."@en; - rdfs:domain tln:Path; - rdfs:isDefinedBy ; - rdfs:label "svg path has d attribute"@en; - rdfs:range xsd:string . - - tln:hasDescription a owl:DatatypeProperty; - rdfs:domain tln:WritingProcess, - :_g10, - :_g11; - rdfs:isDefinedBy ; - rdfs:label "has Description"@en; - rdfs:range xsd:string . - - tln:hasEarlierText a owl:DatatypeProperty; - rdfs:domain tln:Box, - tln:Path; - rdfs:isDefinedBy ; - rdfs:label "has EarlierText"@en; - rdfs:range xsd:string . - - tln:hasEditedText a owl:DatatypeProperty; - rdfs:comment "Word has a text that is edited automatically by removing deleted parts or hyphens."@en; - rdfs:domain text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - :_g58, - :_g59, - :_g60, - :_g61; - rdfs:isDefinedBy ; - rdfs:label "word has an edited text"@en; - rdfs:range xsd:string . - - tln:hasFaksimileImage a owl:ObjectProperty; - rdfs:domain tln:Page, - :_g53, - :_g54, - :_g55, - :_g56, - :_g57; - rdfs:isDefinedBy ; - rdfs:label "has FaksimileImage"@en; - rdfs:range tln:FaksimileImage, - tln:Image, - :_g21, - :_g22, - :_g23, - :_g24 . - - tln:hasFaksimilePosition a owl:ObjectProperty; - rdfs:domain text:HandwrittenText, - homotypic:HomotypicEntity, - tln:SimpleWord, - tln:Word, - :_g25, - :_g26, - :_g27, - :_g58, - :_g59, - :_g60, - :_g61; - rdfs:isDefinedBy ; - rdfs:label "has FaksimilePosition"@en; - rdfs:range tln:FaksimilePosition, - tln:PositionalObject, - tln:WordPosition, - :_g14, - :_g15, - :_g40, - :_g41, - :_g42, - :_g43, - :_g44 . - - tln:hasFileName a owl:DatatypeProperty; - rdfs:domain tln:Image, - :_g22, - :_g23, - :_g24; - rdfs:isDefinedBy ; - rdfs:label "has FileName"@en; - rdfs:range xsd:string . - - tln:hasHeight a owl:DatatypeProperty; - rdfs:domain tln:Image, - tln:PositionalObject, - :_g22, - :_g23, - :_g24, - :_g40, - :_g41, - :_g42, - :_g43, - :_g44; - rdfs:isDefinedBy ; - rdfs:label "has Height"@en; - rdfs:range xsd:float . - - tln:hasHexadecimalValue a owl:DatatypeProperty; - rdfs:comment "Connects a color with its hexadecimal representation. A hexadecimal color is specified with: #RRGGBB."@en; - rdfs:domain tln:Color, - :_g12, - :_g13; - rdfs:isDefinedBy ; - rdfs:label "color has a hexadecimal value"@en; - rdfs:range xsd:string . - - tln:hasLeft a owl:DatatypeProperty; - rdfs:domain tln:PositionalObject, - :_g40, - :_g41, - :_g42, - :_g43, - :_g44; - rdfs:isDefinedBy ; - rdfs:label "has Left"@en; - rdfs:range xsd:float . - - tln:hasLines a owl:ObjectProperty; - rdfs:domain tln:Page, - :_g53, - :_g54, - :_g55, - :_g56, - :_g57; - rdfs:isDefinedBy ; - rdfs:label "has Lines"@en; - rdfs:range rdf:List . - - tln:hasManuscriptType a owl:DatatypeProperty; - rdfs:domain tln:ArchivalManuscriptUnity, - :_g19, - :_g20; - rdfs:isDefinedBy ; - rdfs:label "has ManuscriptType"@en; - rdfs:range xsd:string . - - tln:hasMarkType a owl:DatatypeProperty; - rdfs:domain tln:PositionalObject, - tln:WordInsertionMark, - :_g28, - :_g29, - :_g30, - :_g31, - :_g32, - :_g40, - :_g41, - :_g42, - :_g43, - :_g44; - rdfs:isDefinedBy ; - rdfs:label "has MarkType"@en; - rdfs:range xsd:string . - - tln:hasNextWord a owl:ObjectProperty; - rdfs:domain tln:PositionalObject, - tln:WordInsertionMark, - :_g28, - :_g29, - :_g30, - :_g31, - :_g32, - :_g40, - :_g41, - :_g42, - :_g43, - :_g44; - rdfs:isDefinedBy ; - rdfs:label "has next word"@en; - rdfs:range text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - :_g58, - :_g59, - :_g60, - :_g61 . - - tln:hasNumber a owl:DatatypeProperty; - rdfs:domain tln:Page, - :_g53, - :_g54, - :_g55, - :_g56, - :_g57; - rdfs:isDefinedBy ; - rdfs:label "has Number"@en; - rdfs:range xsd:string . - - tln:hasOrientation a owl:DatatypeProperty; - rdfs:domain tln:Page, - :_g53, - :_g54, - :_g55, - :_g56, - :_g57; - rdfs:isDefinedBy ; - rdfs:label "has Orientation"@en; - rdfs:range xsd:string . - - tln:hasPageNumber a owl:DatatypeProperty; - rdfs:domain tln:Reference, - :_g33, - :_g34, - :_g35, - :_g36; - rdfs:isDefinedBy ; - rdfs:label "has PageNumber"@en; - rdfs:range xsd:string . - - tln:hasPages a owl:ObjectProperty; - rdfs:domain tln:ArchivalManuscriptUnity, - :_g19, - :_g20; - rdfs:isDefinedBy ; - rdfs:label "has Pages"@en; - rdfs:range rdf:List . - - tln:hasPreviousWord a owl:ObjectProperty; - rdfs:domain tln:PositionalObject, - tln:WordInsertionMark, - :_g28, - :_g29, - :_g30, - :_g31, - :_g32, - :_g40, - :_g41, - :_g42, - :_g43, - :_g44; - rdfs:isDefinedBy ; - rdfs:label "has previous word"@en; - rdfs:range text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - :_g58, - :_g59, - :_g60, - :_g61 . - - tln:hasStyle a owl:ObjectProperty; - rdfs:domain tln:Path, - tln:WordDeletionPath; - rdfs:isDefinedBy ; - rdfs:label "has Style"@en; - rdfs:range tln:Style, - stoff:Style, - :_g37, - :_g38, - :_g39 . - - tln:hasStyles a owl:ObjectProperty; - rdfs:domain tln:ArchivalManuscriptUnity, - :_g19, - :_g20; - rdfs:isDefinedBy ; - rdfs:label "has Styles"@en; - rdfs:range rdf:List . - - tln:hasSvgImage a owl:ObjectProperty; - rdfs:domain tln:Page, - :_g53, - :_g54, - :_g55, - :_g56, - :_g57; - rdfs:isDefinedBy ; - rdfs:label "has SvgImage"@en; - rdfs:range tln:Image, - tln:SVGImage, - :_g22, - :_g23, - :_g24 . - - tln:hasSymbolId a owl:DatatypeProperty; - rdfs:domain tln:PositionalObject, - tln:WordInsertionMark, - :_g28, - :_g29, - :_g30, - :_g31, - :_g32, - :_g40, - :_g41, - :_g42, - :_g43, - :_g44; - rdfs:isDefinedBy ; - rdfs:label "has SymbolId"@en; - rdfs:range xsd:string . - - tln:hasText a owl:DatatypeProperty; - rdfs:domain text:HandwrittenText, - homotypic:HomotypicEntity, - tln:SimpleWord, - tln:Word, - :_g25, - :_g26, - :_g27, - :_g58, - :_g59, - :_g60, - :_g61; - rdfs:isDefinedBy ; - rdfs:label "has Text"@en; - rdfs:range xsd:string; - rdfs:subPropertyOf homotypic:hasText . - - tln:hasTextField a owl:ObjectProperty; - rdfs:domain tln:FaksimileImage, - tln:Image, - :_g21, - :_g22, - :_g23, - :_g24; - rdfs:isDefinedBy ; - rdfs:label "has TextField"@en; - rdfs:range tln:PositionalObject, - tln:TextField, - :_g40, - :_g41, - :_g42, - :_g43, - :_g44 . - - tln:hasTitle a owl:DatatypeProperty; - rdfs:domain tln:ArchivalManuscriptUnity, - tln:Reference, - :_g19, - :_g20, - :_g33, - :_g34, - :_g35, - :_g36; - rdfs:isDefinedBy ; - rdfs:label "has Title"@en; - rdfs:range xsd:string . - - tln:hasTop a owl:DatatypeProperty; - rdfs:domain tln:PositionalObject, - :_g40, - :_g41, - :_g42, - :_g43, - :_g44; - rdfs:isDefinedBy ; - rdfs:label "has Top"@en; - rdfs:range xsd:float . - - tln:hasTransform a owl:DatatypeProperty; - rdfs:domain tln:PositionalObject, - :_g40, - :_g41, - :_g42, - :_g43, - :_g44; - rdfs:isDefinedBy ; - rdfs:label "has Transform"@en; - rdfs:range xsd:string . - - tln:hasTranskriptionPosition a owl:ObjectProperty; - rdfs:domain text:HandwrittenText, - homotypic:HomotypicEntity, - tln:SimpleWord, - tln:Word, - :_g25, - :_g26, - :_g27, - :_g58, - :_g59, - :_g60, - :_g61; - rdfs:isDefinedBy ; - rdfs:label "has TranskriptionPosition"@en; - rdfs:range tln:PositionalObject, - tln:TranskriptionPosition, - tln:WordPosition, - :_g9, - :_g40, - :_g41, - :_g42, - :_g43, - :_g44 . - - tln:hasUrl a owl:DatatypeProperty; - rdfs:domain tln:FaksimileImage, - tln:Image, - :_g21, - :_g22, - :_g23, - :_g24; - rdfs:isDefinedBy ; - rdfs:label "has Url"@en; - rdfs:range xsd:anyURI . - - tln:hasVersion a owl:DatatypeProperty; - rdfs:domain tln:WritingProcess, - :_g10, - :_g11; - rdfs:isDefinedBy ; - rdfs:label "has Version"@en; - rdfs:range xsd:integer . - - tln:hasWidth a owl:DatatypeProperty; - rdfs:domain tln:Image, - tln:PositionalObject, - :_g22, - :_g23, - :_g24, - :_g40, - :_g41, - :_g42, - :_g43, - :_g44; - rdfs:isDefinedBy ; - rdfs:label "has Width"@en; - rdfs:range xsd:float . - - tln:hasWordDeletionPaths a owl:ObjectProperty; - rdfs:domain tln:Page, - :_g53, - :_g54, - :_g55, - :_g56, - :_g57; - rdfs:isDefinedBy ; - rdfs:label "has WordDeletionPaths"@en; - rdfs:range rdf:List . - - tln:hasWordInsertionMarks a owl:ObjectProperty; - rdfs:domain tln:Page, - :_g53, - :_g54, - :_g55, - :_g56, - :_g57; - rdfs:isDefinedBy ; - rdfs:label "has WordInsertionMarks"@en; - rdfs:range rdf:List . - - tln:hasWords a owl:ObjectProperty; - rdfs:domain tln:Page, - :_g53, - :_g54, - :_g55, - :_g56, - :_g57; - rdfs:isDefinedBy ; - rdfs:label "has Words"@en; - rdfs:range rdf:List . - - tln:hasWritingProcesses a owl:ObjectProperty; - rdfs:domain tln:Page, - :_g53, - :_g54, - :_g55, - :_g56, - :_g57; - rdfs:isDefinedBy ; - rdfs:label "has WritingProcesses"@en; - rdfs:range rdf:List . - - tln:inheritOverwritesWord a owl:ObjectProperty; - rdfs:comment "The author has used this word in order to overwrite that word."@en; - rdfs:domain text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - :_g58, - :_g59, - :_g60, - :_g61; - rdfs:isDefinedBy ; - rdfs:label "word overwrites word (inherited from tln:wordHasCorrection)"@en; - rdfs:range text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - :_g58, - :_g59, - :_g60, - :_g61; - rdfs:subPropertyOf tln:overwritesWord; - owl:propertyChainAxiom ( - tln:wordHasCorrection - tln:overwritesWord ) . - - tln:isClarificationOfWord a owl:ObjectProperty; - rdfs:comment "The author has used this part of the word in order to clarify the appearance of that word."@en; - rdfs:domain text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - :_g58, - :_g59, - :_g60, - :_g61; - rdfs:isDefinedBy ; - rdfs:label "word is a clarification of word"@en; - rdfs:range text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - :_g58, - :_g59, - :_g60, - :_g61; - rdfs:subPropertyOf tln:isCorrectionOfWord . - - tln:isCorrectionOfWord a owl:ObjectProperty; - rdfs:comment "The author has used this word in order to correct that word."@en; - rdfs:domain text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - :_g58, - :_g59, - :_g60, - :_g61; - rdfs:isDefinedBy ; - rdfs:label "word is a correction of word"@en; - rdfs:range text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - :_g58, - :_g59, - :_g60, - :_g61 . - - tln:isDeletionOfWord a owl:ObjectProperty; - 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 text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - :_g58, - :_g59, - :_g60, - :_g61; - rdfs:isDefinedBy ; - rdfs:label "word is a deletion of word"@en; - rdfs:range text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - :_g58, - :_g59, - :_g60, - :_g61; - rdfs:subPropertyOf tln:isCorrectionOfWord . - - tln:isExtensionOfWord a owl:ObjectProperty; - rdfs:comment "The author has used this part of a word in order to extend an earlier version of this word."@en; - rdfs:domain text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - :_g58, - :_g59, - :_g60, - :_g61; - rdfs:isDefinedBy ; - rdfs:label "word is a extension of word"@en; - rdfs:range text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - :_g58, - :_g59, - :_g60, - :_g61; - rdfs:subPropertyOf tln:isCorrectionOfWord . - - tln:isMainLine a owl:DatatypeProperty; - 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, - :_g45, - :_g46, - :_g47, - :_g48, - :_g49, - :_g50, - :_g51, - :_g52; - rdfs:isDefinedBy ; - rdfs:label "whether or not line is a main line"@en; - rdfs:range xsd:boolean . - - tln:isOnFaksimileImage a owl:ObjectProperty; - rdfs:comment "Relates the faksimile position of a word to the faksimile image"@en; - rdfs:domain tln:FaksimilePosition, - tln:PositionalObject, - tln:WordPosition, - :_g14, - :_g15, - :_g40, - :_g41, - :_g42, - :_g43, - :_g44; - rdfs:isDefinedBy ; - rdfs:label "faksimile position is on faksimile image"@en; - rdfs:range tln:FaksimileImage, - tln:Image, - :_g21, - :_g22, - :_g23, - :_g24 . - - tln:isOnSvgImage a owl:ObjectProperty; - rdfs:domain tln:PositionalObject, - tln:TranskriptionPosition, - tln:WordPosition, - :_g9, - :_g40, - :_g41, - :_g42, - :_g43, - :_g44; - rdfs:isDefinedBy ; - rdfs:label "transkription position is on svg image"@en; - rdfs:range tln:Image, - tln:SVGImage, - :_g22, - :_g23, - :_g24 . - - tln:isOnTextField a owl:ObjectProperty; - rdfs:comment "Relates the faksimile position of a word to its text field on a faksimile image"@en; - rdfs:domain tln:FaksimilePosition, - tln:PositionalObject, - tln:WordPosition, - :_g14, - :_g15, - :_g40, - :_g41, - :_g42, - :_g43, - :_g44; - rdfs:isDefinedBy ; - rdfs:label "faksimile position is on text field"@en; - rdfs:range tln:PositionalObject, - tln:TextField, - :_g40, - :_g41, - :_g42, - :_g43, - :_g44 . - - tln:isTransformationOfWord a owl:ObjectProperty; - 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 text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - :_g58, - :_g59, - :_g60, - :_g61; - rdfs:isDefinedBy ; - rdfs:label "word is a transformation of word"@en; - rdfs:range text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - :_g58, - :_g59, - :_g60, - :_g61; - rdfs:subPropertyOf tln:isCorrectionOfWord . - - tln:lastLineOfReference a owl:DatatypeProperty; - rdfs:domain tln:Reference, - :_g33, - :_g34, - :_g35, - :_g36; - rdfs:isDefinedBy ; - rdfs:label "last line of reference"@en; - rdfs:range xsd:integer . - - tln:lineHasBottomValueOnTranskription a owl:DatatypeProperty; - rdfs:domain tln:Line, - :_g45, - :_g46, - :_g47, - :_g48, - :_g49, - :_g50, - :_g51, - :_g52; - rdfs:isDefinedBy ; - rdfs:label "has lineHasBottomValueOnTranskription"@en; - rdfs:range xsd:float . - - tln:lineHasInnerBottomValueOnFaksimile a owl:DatatypeProperty; - rdfs:comment "This is the top position of the area, in which the words belong to this line."@en; - rdfs:domain tln:Line, - :_g45, - :_g46, - :_g47, - :_g48, - :_g49, - :_g50, - :_g51, - :_g52; - rdfs:isDefinedBy ; - rdfs:label "line has a top position on the faksimile image"@en; - rdfs:range xsd:float . - - tln:lineHasInnerTopValueOnFaksimile a owl:DatatypeProperty; - rdfs:comment "This is the bottom position of the area, in which the words belong to this line."@en; - rdfs:domain tln:Line, - :_g45, - :_g46, - :_g47, - :_g48, - :_g49, - :_g50, - :_g51, - :_g52; - rdfs:isDefinedBy ; - rdfs:label "line has a bottom position on the faksimile image"@en; - rdfs:range xsd:float . - - tln:lineHasNumber a owl:DatatypeProperty; - rdfs:comment "Relating a line to the number it has."@en; - rdfs:domain tln:Line, - :_g45, - :_g46, - :_g47, - :_g48, - :_g49, - :_g50, - :_g51, - :_g52; - rdfs:isDefinedBy ; - rdfs:label "line has number"@en; - rdfs:range xsd:integer . - - tln:lineHasOuterBottomValueOnFaksimile a owl:DatatypeProperty; - rdfs:comment "This is the top position of line outside of the faksimile image."@en; - rdfs:domain tln:Line, - :_g45, - :_g46, - :_g47, - :_g48, - :_g49, - :_g50, - :_g51, - :_g52; - rdfs:isDefinedBy ; - rdfs:label "line has a top position next to the faksimile image"@en; - rdfs:range xsd:float . - - tln:lineHasOuterTopValueOnFaksimile a owl:DatatypeProperty; - rdfs:comment "This is the bottom position of line outside of the faksimile image."@en; - rdfs:domain tln:Line, - :_g45, - :_g46, - :_g47, - :_g48, - :_g49, - :_g50, - :_g51, - :_g52; - rdfs:isDefinedBy ; - rdfs:label "line has a bottom position next to the faksimile image"@en; - rdfs:range xsd:float . - - tln:lineHasTopValueOnTranskription a owl:DatatypeProperty; - rdfs:domain tln:Line, - :_g45, - :_g46, - :_g47, - :_g48, - :_g49, - :_g50, - :_g51, - :_g52; - rdfs:isDefinedBy ; - rdfs:label "has lineHasTopValueOnTranskription"@en; - rdfs:range xsd:float . - - tln:overwritesWord a owl:ObjectProperty; - rdfs:comment "The author has used this word in order to overwrite that word."@en; - rdfs:domain text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - :_g58, - :_g59, - :_g60, - :_g61; - rdfs:isDefinedBy ; - rdfs:label "word overwrites word"@en; - rdfs:range text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - :_g58, - :_g59, - :_g60, - :_g61 . - - tln:pageIsOnTextField a owl:ObjectProperty; - rdfs:comment "Relates a page to the text field on a faksimile image."@en; - rdfs:domain tln:Page, - :_g53, - :_g54, - :_g55, - :_g56, - :_g57; - rdfs:isDefinedBy ; - rdfs:label "page is on text field"@en; - rdfs:range tln:PositionalObject, - tln:TextField, - :_g40, - :_g41, - :_g42, - :_g43, - :_g44 . - - tln:penOfForeignHands a owl:DatatypeProperty; - rdfs:domain homotypic:HomotypicEntity, - tln:MarkForeignHands, - tln:SimpleWord, - tln:SpecialWord, - :_g6, - :_g7, - :_g25, - :_g26, - :_g27; - rdfs:isDefinedBy ; - rdfs:label "pen used to write text by some foreign hand"@en; - rdfs:range xsd:string . - - tln:standoffTagHasEndIndex a owl:DatatypeProperty; - rdfs:comment "Connects a standoff tag with its end index."@en; - rdfs:domain tln:StandoffTag, - :_g16, - :_g17, - :_g18; - rdfs:isDefinedBy ; - rdfs:label "standoff tag has a end index"@en; - rdfs:range xsd:integer . - - tln:standoffTagHasMarkup a owl:DatatypeProperty; - rdfs:comment "Connects a standoff tag with its markup, e.g. bold or italic"@en; - rdfs:domain tln:StandoffTag, - :_g16, - :_g17, - :_g18; - rdfs:isDefinedBy ; - rdfs:label "standoff tag has a specific markup"@en; - rdfs:range xsd:string . - - tln:standoffTagHasStartIndex a owl:DatatypeProperty; - rdfs:comment "Connects a standoff tag with its start index."@en; - rdfs:domain tln:StandoffTag, - :_g16, - :_g17, - :_g18; - rdfs:isDefinedBy ; - rdfs:label "standoff tag has a start index"@en; - rdfs:range xsd:integer . - - tln:styleHasCSS a owl:DatatypeProperty; - rdfs:comment "Connects a style with CSS style."@en; - rdfs:domain tln:Style, - stoff:Style, - :_g37, - :_g38, - :_g39; - rdfs:isDefinedBy ; - rdfs:label "style has css"@en; - rdfs:range xsd:string; - rdfs:subPropertyOf stoff:styleHasCSS . - - tln:styleHasColor a owl:ObjectProperty; - rdfs:comment "Connects a style with a color."@en; - rdfs:domain tln:Style, - stoff:Style, - :_g37, - :_g38, - :_g39; - rdfs:isDefinedBy ; - rdfs:label "style has color"@en; - rdfs:range tln:Color, - :_g12, - :_g13 . - - tln:styleHasFont a owl:DatatypeProperty; - rdfs:comment "Connects a style with the kind of font Nietzsche used in writing."@en; - rdfs:domain tln:Style, - stoff:Style, - :_g37, - :_g38, - :_g39; - rdfs:isDefinedBy ; - rdfs:label "style has font"@en; - rdfs:range xsd:string . - - tln:styleHasWritingInstrument a owl:DatatypeProperty; - rdfs:comment "Connects a style with the description of a writing instrument."@en; - rdfs:domain tln:Style, - stoff:Style, - :_g37, - :_g38, - :_g39; - rdfs:isDefinedBy ; - rdfs:label "style has writing instrument"@en; - rdfs:range xsd:string . - - tln:textConnectionMarkHasTextSource a owl:ObjectProperty; - rdfs:domain homotypic:HomotypicEntity, - tln:SimpleWord, - tln:SpecialWord, - tln:TextConnectionMark, - :_g5, - :_g25, - :_g26, - :_g27; - rdfs:isDefinedBy ; - rdfs:label "text connection mark has a text source"@en; - rdfs:range tln:Reference, - :_g33, - :_g34, - :_g35, - :_g36 . - - tln:textHasContent a owl:DatatypeProperty; - rdfs:comment "Connects a text with its content."@en; - rdfs:domain tln:Text, - :_g8; - rdfs:isDefinedBy ; - rdfs:label "content of text"@en; - rdfs:range xsd:string . - - tln:textHasMarkup a owl:ObjectProperty; - rdfs:comment "Connects a text with a list of standoff tags."@en; - rdfs:domain tln:Text, - :_g8; - rdfs:isDefinedBy ; - rdfs:label "standoff tag of text"@en; - rdfs:range rdf:List . - - tln:textOfForeignHands a owl:DatatypeProperty; - rdfs:domain homotypic:HomotypicEntity, - tln:MarkForeignHands, - tln:SimpleWord, - tln:SpecialWord, - :_g6, - :_g7, - :_g25, - :_g26, - :_g27; - rdfs:isDefinedBy ; - rdfs:label "text traces of some foreign hand"@en; - rdfs:range xsd:string . - - tln:wordBelongsToLine a owl:ObjectProperty; - rdfs:comment "Relating a word to a line."@en; - rdfs:domain text:HandwrittenText, - homotypic:HomotypicEntity, - tln:SimpleWord, - tln:Word, - :_g25, - :_g26, - :_g27, - :_g58, - :_g59, - :_g60, - :_g61; - rdfs:isDefinedBy ; - rdfs:label "word belongs to a line"@en; - rdfs:range tln:Line, - :_g45, - :_g46, - :_g47, - :_g48, - :_g49, - :_g50, - :_g51, - :_g52 . - - tln:wordHasCorrection a owl:ObjectProperty; - rdfs:comment "Word has a correction made by the author."@en; - rdfs:domain text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - :_g58, - :_g59, - :_g60, - :_g61; - rdfs:isDefinedBy ; - rdfs:label "word has corrections"@en; - rdfs:range text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - :_g58, - :_g59, - :_g60, - :_g61 . - - tln:wordHasEarlierVersion a owl:ObjectProperty; - rdfs:comment "There is a earlier version of this word."@en; - rdfs:domain text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - :_g58, - :_g59, - :_g60, - :_g61; - rdfs:isDefinedBy ; - rdfs:label "word has an earlier version"@en; - rdfs:range text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - :_g58, - :_g59, - :_g60, - :_g61 . - - tln:wordHasStyle a owl:ObjectProperty; - rdfs:comment "Word has an appearance that is characterized by this style."@en; - rdfs:domain text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - :_g58, - :_g59, - :_g60, - :_g61; - rdfs:isDefinedBy ; - rdfs:label "word has style"@en; - rdfs:range tln:Style, - stoff:Style, - :_g37, - :_g38, - :_g39 . - - tln:wordHasWordParts a owl:ObjectProperty; - rdfs:comment "Word consists of a list of words."@en; - rdfs:domain text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - :_g58, - :_g59, - :_g60, - :_g61; - rdfs:isDefinedBy ; - rdfs:label "word has word parts"@en; - rdfs:range rdf:List; - rdfs:subPropertyOf homotypic:hasHomotypicParts . - - tln:wordInsertionMarkBelongsToLine a owl:ObjectProperty; - rdfs:domain tln:PositionalObject, - tln:WordInsertionMark, - :_g28, - :_g29, - :_g30, - :_g31, - :_g32, - :_g40, - :_g41, - :_g42, - :_g43, - :_g44; - rdfs:isDefinedBy ; - rdfs:label "word insertion mark belongs to a specific line"@en; - rdfs:range tln:Line, - :_g45, - :_g46, - :_g47, - :_g48, - :_g49, - :_g50, - :_g51, - :_g52 . - - tln:wordIsDeletedByPath a owl:ObjectProperty; - rdfs:comment "Word has been deleted by the author using a deletion path."@en; - rdfs:domain text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - :_g58, - :_g59, - :_g60, - :_g61; - rdfs:isDefinedBy ; - rdfs:label "word has been deleted with a deletion path"@en; - rdfs:range tln:Path, - tln:WordDeletionPath . - - a owl:Ontology; - "Christian Steiner, software developer, digital edition of der späte Nietzsche, University of Basel, Switzerland"@en; - "A ontology about standoff markup."@en; - ; - "Basel University, Switzerland"@en; - "A ontology about standoff markup"@en . - - stoff:StandoffMarkup a owl:Class; - rdfs:isDefinedBy ; - rdfs:subClassOf :_g2, - :_g3, - :_g4 . - - stoff:Style a owl:Class; - rdfs:isDefinedBy . - - stoff:hasCSS a owl:DatatypeProperty; - rdfs:domain stoff:StandoffMarkup, - :_g2, - :_g3, - :_g4; - rdfs:isDefinedBy ; - rdfs:range xsd:string . - - stoff:standoffMarkupHasEndIndex a owl:DatatypeProperty; - rdfs:domain stoff:StandoffMarkup, - :_g2, - :_g3, - :_g4; - rdfs:isDefinedBy ; - rdfs:range xsd:integer . - - stoff:standoffMarkupHasStartIndex a owl:DatatypeProperty; - rdfs:domain stoff:StandoffMarkup, - :_g2, - :_g3, - :_g4; - rdfs:isDefinedBy ; - rdfs:range xsd:integer . - - stoff:styleHasCSS a owl:DatatypeProperty; - rdfs:domain stoff:Style; - rdfs:isDefinedBy ; - rdfs:range xsd:string . - - test:Line a owl:Class . - - test:Position a owl:Class . - - test:Style a owl:Class; - rdfs:subClassOf stoff:Style . - - test:Word a owl:Class; - rdfs:subClassOf text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - :_g0, - :_g1, - :_g58, - :_g59, - :_g60, - :_g61 . - - test:hasCSS a owl:DatatypeProperty; - rdfs:domain stoff:Style; - rdfs:range xsd:string; - rdfs:subPropertyOf stoff:styleHasCSS . - - test:hasCorrection a owl:ObjectProperty; - rdfs:domain text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - test:Word, - :_g0, - :_g1, - :_g58, - :_g59, - :_g60, - :_g61; - rdfs:range text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - test:Word, - :_g0, - :_g1, - :_g58, - :_g59, - :_g60, - :_g61 . - - test:hasLeft a owl:DatatypeProperty; - rdfs:domain test:Position; - rdfs:range xsd:float . - - test:hasLine a owl:ObjectProperty; - rdfs:domain text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - test:Word, - :_g0, - :_g1, - :_g58, - :_g59, - :_g60, - :_g61; - rdfs:range test:Line . - - test:hasPosition a owl:ObjectProperty; - rdfs:domain text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - test:Word, - :_g0, - :_g1, - :_g58, - :_g59, - :_g60, - :_g61; - rdfs:range test:Position . - - test:hasText a owl:DatatypeProperty; - rdfs:domain text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - test:Word, - :_g0, - :_g1, - :_g58, - :_g59, - :_g60, - :_g61; - rdfs:range xsd:string; - rdfs:subPropertyOf homotypic:hasText . - - test:inheritOverwritesWord a owl:ObjectProperty; - rdfs:domain text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - test:Word, - :_g0, - :_g1, - :_g58, - :_g59, - :_g60, - :_g61; - rdfs:range text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - test:Word, - :_g0, - :_g1, - :_g58, - :_g59, - :_g60, - :_g61; - rdfs:subPropertyOf test:overwritesWord; - owl:propertyChainAxiom ( - test:hasCorrection - test:overwritesWord ) . - - test:overwritesWord a owl:ObjectProperty; - rdfs:domain text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - test:Word, - :_g0, - :_g1, - :_g58, - :_g59, - :_g60, - :_g61; - rdfs:range text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - test:Word, - :_g0, - :_g1, - :_g58, - :_g59, - :_g60, - :_g61 . - - test:wordHasWordParts a owl:Property; - rdfs:domain text:HandwrittenText, - homotypic:HomotypicEntity, - tln:Word, - test:Word, - :_g0, - :_g1, - :_g58, - :_g59, - :_g60, - :_g61; - rdfs:range rdf:List; - rdfs:subPropertyOf homotypic:hasHomotypicParts . - - :_g0 a owl:Restriction; - owl:minCardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty test:hasPosition . - - :_g1 a owl:Restriction; - owl:minCardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty test:hasLine . - - :_g2 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty stoff:hasCSS . - - :_g3 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty stoff:standoffMarkupHasStartIndex . - - :_g4 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty stoff:standoffMarkupHasEndIndex . - - :_g5 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:textConnectionMarkHasTextSource . - - :_g6 a owl:Restriction; - owl:maxCardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:penOfForeignHands . - - :_g7 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:textOfForeignHands . - - :_g8 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:textHasContent . - - :_g9 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:isOnSvgImage . - - :_g10 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:hasDescription . - - :_g11 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:hasVersion . - - :_g12 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:colorHasName . - - :_g13 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:hasHexadecimalValue . - - :_g14 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:isOnTextField . - - :_g15 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:isOnFaksimileImage . - - :_g16 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:standoffTagHasStartIndex . - - :_g17 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:standoffTagHasMarkup . - - :_g18 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:standoffTagHasEndIndex . - - :_g19 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:hasTitle . - - :_g20 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:hasManuscriptType . - - :_g21 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:hasUrl . - - :_g22 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:hasFileName . - - :_g23 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:hasWidth . - - :_g24 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:hasHeight . - - :_g25 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:hasText . - - :_g26 a owl:Restriction; - owl:minCardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:wordBelongsToLine . - - :_g27 a owl:Restriction; - owl:minCardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:hasTranskriptionPosition . - - :_g28 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:hasMarkType . - - :_g29 a owl:Restriction; - owl:maxCardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:hasNextWord . - - :_g30 a owl:Restriction; - owl:maxCardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:hasPreviousWord . - - :_g31 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:wordInsertionMarkBelongsToLine . - - :_g32 a owl:Restriction; - owl:maxCardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:hasSymbolId . - - :_g33 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:hasTitle . - - :_g34 a owl:Restriction; - owl:maxCardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:lastLineOfReference . - - :_g35 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:hasPageNumber . - - :_g36 a owl:Restriction; - owl:maxCardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:firstLineOfReference . - - :_g37 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:styleHasFont . - - :_g38 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:styleHasColor . - - :_g39 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:styleHasWritingInstrument . - - :_g40 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:hasBottom . - - :_g41 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:hasWidth . - - :_g42 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:hasTop . - - :_g43 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:hasLeft . - - :_g44 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:hasHeight . - - :_g45 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:lineHasInnerBottomValueOnFaksimile . - - :_g46 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:lineHasBottomValueOnTranskription . - - :_g47 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:isMainLine . - - :_g48 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:lineHasTopValueOnTranskription . - - :_g49 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:lineHasInnerTopValueOnFaksimile . - - :_g50 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:lineHasOuterBottomValueOnFaksimile . - - :_g51 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:lineHasNumber . - - :_g52 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:lineHasOuterTopValueOnFaksimile . - - :_g53 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:hasOrientation . - - :_g54 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:hasFaksimileImage . - - :_g55 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:hasNumber . - - :_g56 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:pageIsOnTextField . - - :_g57 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:hasSvgImage . - - :_g58 a owl:Restriction; - owl:minCardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:wordBelongsToLine . - - :_g59 a owl:Restriction; - owl:cardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:hasText . - - :_g60 a owl:Restriction; - owl:minCardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:wordHasStyle . - - :_g61 a owl:Restriction; - owl:minCardinality "1"^^xsd:nonNegativeInteger; - owl:onProperty tln:hasTranskriptionPosition . - +@prefix dct: . +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . +@prefix stoff: . +@prefix xsd: . +@prefix homotypic: . +@prefix document: . +@prefix text: . +@prefix tln: . +@prefix test: . +@prefix data: . +@prefix xml: . +@prefix e: . +@prefix list: . +@prefix kb: . +@prefix math: . +@prefix string: . +@prefix language: . +@prefix languages: . +@prefix log: . + + a owl:Ontology. +homotypic:HomotypicEntity a owl:Class. +homotypic:hasHomotypicParts a owl:TransitiveProperty. +homotypic:hasText a owl:DatatypeProperty. +homotypic:hasMarkup a owl:ObjectProperty. + a owl:Ontology. +stoff:StandoffMarkup a owl:Class. +_:bn_1 a owl:Restriction. +_:bn_2 a owl:Restriction. +_:bn_3 a owl:Restriction. +stoff:Style a owl:Class. +stoff:styleHasCSS a owl:DatatypeProperty. +stoff:hasCSS a owl:DatatypeProperty. +stoff:standoffMarkupHasStartIndex a owl:DatatypeProperty. +stoff:standoffMarkupHasEndIndex a owl:DatatypeProperty. +tln:IsUncertain a owl:DatatypeProperty. +tln:UncertainDecipherment a owl:Class. +tln:atypicalWritingHasText a owl:ObjectProperty. +tln:hasAuthor a owl:DatatypeProperty. +tln:hasCitation a owl:DatatypeProperty. +tln:hasComment a owl:DatatypeProperty. +tln:hasCorrectionText a owl:DatatypeProperty. +tln:hasDAttribute a owl:DatatypeProperty. +tln:hasDescription a owl:ObjectProperty. +tln:hasEarlierDescriptions a owl:ObjectProperty. +tln:hasEarlierText a owl:DatatypeProperty. +tln:hasEditedText a owl:DatatypeProperty. +tln:hasFaksimileImage a owl:ObjectProperty. +tln:hasFaksimilePosition a owl:ObjectProperty. +tln:hasLines a owl:ObjectProperty. +tln:hasMarkForeignHands a owl:ObjectProperty. +tln:hasOrientation a owl:DatatypeProperty. +tln:hasPageNumber a owl:DatatypeProperty. +tln:hasPages a owl:ObjectProperty. +tln:hasStyle a owl:ObjectProperty. +tln:hasStyles a owl:ObjectProperty. +tln:hasSvgImage a owl:ObjectProperty. +tln:hasTextField a owl:ObjectProperty. +tln:hasTransform a owl:DatatypeProperty. +tln:hasWordDeletionPaths a owl:ObjectProperty. +tln:hasWordInsertionMarks a owl:ObjectProperty. +tln:hasWords a owl:ObjectProperty. +tln:inheritOverwritesWord a owl:ObjectProperty. +tln:isClarificationOfWord a owl:ObjectProperty. +tln:isDeletionOfWord a owl:ObjectProperty. +tln:isExtensionOfWord a owl:ObjectProperty. +tln:isTransformationOfWord a owl:ObjectProperty. +tln:isUncertain a owl:DatatypeProperty. +tln:lineContinuesOn a owl:ObjectProperty. +tln:lineHasEditorComment a owl:ObjectProperty. +tln:standoffTagHasCSS a owl:DatatypeProperty. +tln:styleHasCSS a owl:DatatypeProperty. +tln:textHasMarkup a owl:ObjectProperty. +tln:wordHasEarlierVersion a owl:ObjectProperty. +tln:wordHasEditorComment a owl:ObjectProperty. +tln:wordHasWordParts a owl:ObjectProperty. +tln:wordIsDeletedByPath a owl:ObjectProperty. +tln:writingContinuesWithWord a owl:ObjectProperty. +tln:AtypicalWriting a owl:Class. +tln:Box a owl:Class. +tln:Clarification a owl:Class. +_:bn_4 a owl:Restriction. +tln:EditorCorrection a owl:Class. +tln:TextConnectionMark a owl:Class. +_:bn_5 a owl:Restriction. +tln:clarificationHasText a owl:ObjectProperty. +tln:colorHasName a owl:DatatypeProperty. +tln:firstLineOfReference a owl:DatatypeProperty. +tln:hasBottom a owl:DatatypeProperty. +tln:hasFileName a owl:DatatypeProperty. +tln:hasHexadecimalValue a owl:DatatypeProperty. +tln:hasLeft a owl:DatatypeProperty. +tln:hasManuscriptType a owl:DatatypeProperty. +tln:hasMarkType a owl:DatatypeProperty. +tln:hasNextWord a owl:ObjectProperty. +tln:hasNumber a owl:DatatypeProperty. +tln:hasPreviousWord a owl:ObjectProperty. +tln:hasSymbolId a owl:DatatypeProperty. +tln:hasText a owl:DatatypeProperty. +tln:hasTitle a owl:DatatypeProperty. +tln:hasTop a owl:DatatypeProperty. +tln:hasTranskriptionPosition a owl:ObjectProperty. +tln:hasUrl a owl:DatatypeProperty. +tln:isLineAContinuationTo a owl:DatatypeProperty. +tln:isMainLine a owl:DatatypeProperty. +tln:isOnFaksimileImage a owl:ObjectProperty. +tln:isOnSvgImage a owl:ObjectProperty. +tln:isOnTextField a owl:ObjectProperty. +tln:lastLineOfReference a owl:DatatypeProperty. +tln:lineContinuationHasReference a owl:ObjectProperty. +tln:lineHasBottomValueOnTranskription a owl:DatatypeProperty. +tln:lineHasInnerBottomValueOnFaksimile a owl:DatatypeProperty. +tln:lineHasInnerTopValueOnFaksimile a owl:DatatypeProperty. +tln:lineHasNumber a owl:DatatypeProperty. +tln:lineHasOuterBottomValueOnFaksimile a owl:DatatypeProperty. +tln:lineHasOuterTopValueOnFaksimile a owl:DatatypeProperty. +tln:lineHasTopValueOnTranskription a owl:DatatypeProperty. +tln:penOfForeignHands a owl:DatatypeProperty. +tln:standoffTagHasEndIndex a owl:DatatypeProperty. +tln:standoffTagHasStartIndex a owl:DatatypeProperty. +tln:styleHasColor a owl:ObjectProperty. +tln:styleHasFont a owl:DatatypeProperty. +tln:styleHasWritingInstrument a owl:DatatypeProperty. +tln:textConnectionMarkHasTextSource a owl:ObjectProperty. +tln:textHasContent a owl:DatatypeProperty. +tln:textOfForeignHands a owl:DatatypeProperty. +tln:wordBelongsToLine a owl:ObjectProperty. +tln:wordHasCorrection a owl:ObjectProperty. +tln:wordHasStyle a owl:ObjectProperty. +tln:wordInsertionMarkBelongsToLine a owl:ObjectProperty. +tln:wordReference a owl:DatatypeProperty. +tln:Description a owl:Class. +tln:FaksimileImage a owl:Class. +tln:LineContinuation a owl:Class. +_:bn_6 a owl:Restriction. +_:bn_7 a owl:Restriction. +tln:MarkForeignHands a owl:Class. +_:bn_8 a owl:Restriction. +_:bn_9 a owl:Restriction. +tln:SVGImage a owl:Class. +tln:SpecialWord a owl:Class. +tln:TextField a owl:Class. +tln:TranskriptionPosition a owl:Class. +_:bn_10 a owl:Restriction. +tln:WordDeletionPath a owl:Class. +tln:WordPosition a owl:Class. +tln:hasHeight a owl:DatatypeProperty. +tln:hasWidth a owl:DatatypeProperty. +tln:overwritesWord a owl:ObjectProperty. +tln:Color a owl:Class. +_:bn_11 a owl:Restriction. +_:bn_12 a owl:Restriction. +tln:EarlierDescription a owl:Class. +tln:FaksimilePosition a owl:Class. +_:bn_13 a owl:Restriction. +_:bn_14 a owl:Restriction. +tln:Path a owl:Class. +tln:StandoffTag a owl:Class. +_:bn_15 a owl:Restriction. +_:bn_16 a owl:Restriction. +tln:isCorrectionOfWord a owl:ObjectProperty. +tln:Text a owl:Class. +_:bn_17 a owl:Restriction. +tln:WordInsertionMark a owl:Class. +_:bn_18 a owl:Restriction. +_:bn_19 a owl:Restriction. +_:bn_20 a owl:Restriction. +_:bn_21 a owl:Restriction. +_:bn_22 a owl:Restriction. +tln:ArchivalManuscriptUnity a owl:Class. +_:bn_23 a owl:Restriction. +_:bn_24 a owl:Restriction. +tln:SimpleWord a owl:Class. +_:bn_25 a owl:Restriction. +_:bn_26 a owl:Restriction. +_:bn_27 a owl:Restriction. +tln:Style a owl:Class. +_:bn_28 a owl:Restriction. +_:bn_29 a owl:Restriction. +_:bn_30 a owl:Restriction. +tln:Image a owl:Class. +_:bn_31 a owl:Restriction. +_:bn_32 a owl:Restriction. +_:bn_33 a owl:Restriction. +_:bn_34 a owl:Restriction. +tln:Reference a owl:Class. +_:bn_35 a owl:Restriction. +_:bn_36 a owl:Restriction. +_:bn_37 a owl:Restriction. +tln:EditorComment a owl:Class. +tln:Page a owl:Class. +_:bn_38 a owl:Restriction. +tln:PositionalObject a owl:Class. +_:bn_39 a owl:Restriction. +_:bn_40 a owl:Restriction. +_:bn_41 a owl:Restriction. +_:bn_42 a owl:Restriction. +_:bn_43 a owl:Restriction. +tln:Line a owl:Class. +_:bn_44 a owl:Restriction. +_:bn_45 a owl:Restriction. +_:bn_46 a owl:Restriction. +_:bn_47 a owl:Restriction. +_:bn_48 a owl:Restriction. +_:bn_49 a owl:Restriction. +_:bn_50 a owl:Restriction. +_:bn_51 a owl:Restriction. +tln:Word a owl:Class. +_:bn_52 a owl:Restriction. + a owl:Ontology. +test:Word a owl:Class. +_:bn_53 a owl:Restriction. +_:bn_54 a owl:Restriction. +test:wordHasWordParts a owl:Property. +test:hasText a owl:DatatypeProperty. +test:hasPosition a owl:ObjectProperty. +test:Position a owl:Class. +test:hasLeft a owl:DatatypeProperty. +test:hasLine a owl:ObjectProperty. +test:Line a owl:Class. +test:hasCorrection a owl:ObjectProperty. +test:overwritesWord a owl:ObjectProperty. +test:inheritOverwritesWord a owl:ObjectProperty. +test:Style a owl:Class. +test:hasCSS a owl:DatatypeProperty. +data:_N_VII_2 a tln:ArchivalManuscriptUnity. +data:_N_VII_1 a tln:ArchivalManuscriptUnity. +data:_N_VII_1_Page15 a tln:Page. +data:_image a tln:Image. +data:_image_0 a tln:Image. +data:_textfield_0 a tln:TextField. +data:_textfield_1 a tln:TextField. +data:_N_VII_1_Page16 a tln:Page. +data:_N_VII_2_Page17 a tln:Page. +data:_N_VII_2_Page17_Word0 a tln:Word. +data:_N_VII_2_Page17_Word1 a tln:Word. +data:_N_VII_1_Page17 a tln:Page. +data:_N_VII_2_Page17_Line46 a tln:Line. +data:_N_VII_2_Page17_Line40 a tln:Line. +data:_N_VII_1_Page17_Line46 a tln:Line. +data:_N_VII_1_Page15_Line34 a tln:Line. +data:_N_VII_1_Page15_Line30 a tln:Line. +data:_N_VII_1_Page15_Line10 a tln:Line. +data:_N_VII_1_Page15_Line5 a tln:Line. +data:_N_VII_1_Page16_Line5 a tln:Line. +data:_N_VII_1_Page15_Line6 a tln:Line. +data:_N_VII_1_Page16_Line6 a tln:Line. +data:_N_VII_1_Page15_Line20 a tln:Line. +data:_N_VII_2_Page17_Line40_LineContinuation0 a tln:LineContinuation. +data:_N_VII_2_Page17_Line40_LineContinuation1 a tln:LineContinuation. +data:_N_VII_2_Page17_Line40_LineContinuation0_Reference0 a tln:Reference. +data:_N_VII_2_Page17_Line40_LineContinuation1_Reference0 a tln:Reference. +data:_Word100 a test:Word. +data:_Word99 a test:Word. +data:_Mp_XVI_Page_10 a tln:Page. +data:_Mp_XVI a tln:ArchivalManuscriptUnity. +data:_Word0 a test:Word. +data:_Word1 a test:Word. +data:_Word2 a test:Word. +data:_Word3 a test:Word. +data:_Position0 a test:Position. +data:_Position1 a test:Position. +data:_Word4 a test:Word. +data:_Word5 a test:Word. +data:_Word6 a test:Word. +data:_Position2 a test:Position. +data:_Line0 a test:Line. +data:_Line1 a test:Line. +data:_Style0 a test:Style. +data:_Style1 a test:Style. +data:_Style10 a tln:Style. +data:_Color0 a test:Color. +data:_Color1 a test:Color. +data:_N_VII_2_Page17_Line40_LineContinuation0 a _:bn_6. +data:_N_VII_2_Page17_Line40_LineContinuation1 a _:bn_6. +data:_N_VII_2_Page17_Line40_LineContinuation0 a _:bn_7. +data:_N_VII_2_Page17_Line40_LineContinuation1 a _:bn_7. +data:_N_VII_2_Page17_Line40_LineContinuation0 a tln:EditorComment. +data:_N_VII_2_Page17_Line40_LineContinuation1 a tln:EditorComment. +data:_textfield_0 a tln:PositionalObject. +data:_textfield_1 a tln:PositionalObject. +data:_N_VII_2 a _:bn_23. +data:_N_VII_1 a _:bn_23. +data:_Mp_XVI a _:bn_23. +data:_N_VII_2 a _:bn_24. +data:_N_VII_1 a _:bn_24. +data:_Mp_XVI a _:bn_24. +data:_Style10 a _:bn_28. +data:_Style10 a _:bn_29. +data:_Style10 a _:bn_30. +data:_Style10 a stoff:Style. +data:_image a _:bn_31. +data:_image_0 a _:bn_31. +data:_image a _:bn_32. +data:_image_0 a _:bn_32. +data:_image a _:bn_33. +data:_image_0 a _:bn_33. +data:_image a _:bn_34. +data:_image_0 a _:bn_34. +data:_N_VII_2_Page17_Line40_LineContinuation0_Reference0 a _:bn_35. +data:_N_VII_2_Page17_Line40_LineContinuation1_Reference0 a _:bn_35. +data:_N_VII_2_Page17_Line40_LineContinuation0_Reference0 a _:bn_36. +data:_N_VII_2_Page17_Line40_LineContinuation1_Reference0 a _:bn_36. +data:_N_VII_2_Page17_Line40_LineContinuation0_Reference0 a _:bn_37. +data:_N_VII_2_Page17_Line40_LineContinuation1_Reference0 a _:bn_37. +data:_N_VII_1_Page15 a _:bn_38. +data:_N_VII_1_Page16 a _:bn_38. +data:_N_VII_2_Page17 a _:bn_38. +data:_N_VII_1_Page17 a _:bn_38. +data:_Mp_XVI_Page_10 a _:bn_38. +data:_N_VII_1_Page15 a document:Page. +data:_N_VII_1_Page16 a document:Page. +data:_N_VII_2_Page17 a document:Page. +data:_N_VII_1_Page17 a document:Page. +data:_Mp_XVI_Page_10 a document:Page. +data:_textfield_0 a _:bn_39. +data:_textfield_1 a _:bn_39. +data:_textfield_0 a _:bn_40. +data:_textfield_1 a _:bn_40. +data:_textfield_0 a _:bn_41. +data:_textfield_1 a _:bn_41. +data:_textfield_0 a _:bn_42. +data:_textfield_1 a _:bn_42. +data:_textfield_0 a _:bn_43. +data:_textfield_1 a _:bn_43. +data:_N_VII_2_Page17_Line46 a _:bn_44. +data:_N_VII_2_Page17_Line40 a _:bn_44. +data:_N_VII_1_Page17_Line46 a _:bn_44. +data:_N_VII_1_Page15_Line34 a _:bn_44. +data:_N_VII_1_Page15_Line30 a _:bn_44. +data:_N_VII_1_Page15_Line10 a _:bn_44. +data:_N_VII_1_Page15_Line5 a _:bn_44. +data:_N_VII_1_Page16_Line5 a _:bn_44. +data:_N_VII_1_Page15_Line6 a _:bn_44. +data:_N_VII_1_Page16_Line6 a _:bn_44. +data:_N_VII_1_Page15_Line20 a _:bn_44. +data:_N_VII_2_Page17_Line46 a _:bn_45. +data:_N_VII_2_Page17_Line40 a _:bn_45. +data:_N_VII_1_Page17_Line46 a _:bn_45. +data:_N_VII_1_Page15_Line34 a _:bn_45. +data:_N_VII_1_Page15_Line30 a _:bn_45. +data:_N_VII_1_Page15_Line10 a _:bn_45. +data:_N_VII_1_Page15_Line5 a _:bn_45. +data:_N_VII_1_Page16_Line5 a _:bn_45. +data:_N_VII_1_Page15_Line6 a _:bn_45. +data:_N_VII_1_Page16_Line6 a _:bn_45. +data:_N_VII_1_Page15_Line20 a _:bn_45. +data:_N_VII_2_Page17_Line46 a _:bn_46. +data:_N_VII_2_Page17_Line40 a _:bn_46. +data:_N_VII_1_Page17_Line46 a _:bn_46. +data:_N_VII_1_Page15_Line34 a _:bn_46. +data:_N_VII_1_Page15_Line30 a _:bn_46. +data:_N_VII_1_Page15_Line10 a _:bn_46. +data:_N_VII_1_Page15_Line5 a _:bn_46. +data:_N_VII_1_Page16_Line5 a _:bn_46. +data:_N_VII_1_Page15_Line6 a _:bn_46. +data:_N_VII_1_Page16_Line6 a _:bn_46. +data:_N_VII_1_Page15_Line20 a _:bn_46. +data:_N_VII_2_Page17_Line46 a _:bn_47. +data:_N_VII_2_Page17_Line40 a _:bn_47. +data:_N_VII_1_Page17_Line46 a _:bn_47. +data:_N_VII_1_Page15_Line34 a _:bn_47. +data:_N_VII_1_Page15_Line30 a _:bn_47. +data:_N_VII_1_Page15_Line10 a _:bn_47. +data:_N_VII_1_Page15_Line5 a _:bn_47. +data:_N_VII_1_Page16_Line5 a _:bn_47. +data:_N_VII_1_Page15_Line6 a _:bn_47. +data:_N_VII_1_Page16_Line6 a _:bn_47. +data:_N_VII_1_Page15_Line20 a _:bn_47. +data:_N_VII_2_Page17_Line46 a _:bn_48. +data:_N_VII_2_Page17_Line40 a _:bn_48. +data:_N_VII_1_Page17_Line46 a _:bn_48. +data:_N_VII_1_Page15_Line34 a _:bn_48. +data:_N_VII_1_Page15_Line30 a _:bn_48. +data:_N_VII_1_Page15_Line10 a _:bn_48. +data:_N_VII_1_Page15_Line5 a _:bn_48. +data:_N_VII_1_Page16_Line5 a _:bn_48. +data:_N_VII_1_Page15_Line6 a _:bn_48. +data:_N_VII_1_Page16_Line6 a _:bn_48. +data:_N_VII_1_Page15_Line20 a _:bn_48. +data:_N_VII_2_Page17_Line46 a _:bn_49. +data:_N_VII_2_Page17_Line40 a _:bn_49. +data:_N_VII_1_Page17_Line46 a _:bn_49. +data:_N_VII_1_Page15_Line34 a _:bn_49. +data:_N_VII_1_Page15_Line30 a _:bn_49. +data:_N_VII_1_Page15_Line10 a _:bn_49. +data:_N_VII_1_Page15_Line5 a _:bn_49. +data:_N_VII_1_Page16_Line5 a _:bn_49. +data:_N_VII_1_Page15_Line6 a _:bn_49. +data:_N_VII_1_Page16_Line6 a _:bn_49. +data:_N_VII_1_Page15_Line20 a _:bn_49. +data:_N_VII_2_Page17_Line46 a _:bn_50. +data:_N_VII_2_Page17_Line40 a _:bn_50. +data:_N_VII_1_Page17_Line46 a _:bn_50. +data:_N_VII_1_Page15_Line34 a _:bn_50. +data:_N_VII_1_Page15_Line30 a _:bn_50. +data:_N_VII_1_Page15_Line10 a _:bn_50. +data:_N_VII_1_Page15_Line5 a _:bn_50. +data:_N_VII_1_Page16_Line5 a _:bn_50. +data:_N_VII_1_Page15_Line6 a _:bn_50. +data:_N_VII_1_Page16_Line6 a _:bn_50. +data:_N_VII_1_Page15_Line20 a _:bn_50. +data:_N_VII_2_Page17_Line46 a _:bn_51. +data:_N_VII_2_Page17_Line40 a _:bn_51. +data:_N_VII_1_Page17_Line46 a _:bn_51. +data:_N_VII_1_Page15_Line34 a _:bn_51. +data:_N_VII_1_Page15_Line30 a _:bn_51. +data:_N_VII_1_Page15_Line10 a _:bn_51. +data:_N_VII_1_Page15_Line5 a _:bn_51. +data:_N_VII_1_Page16_Line5 a _:bn_51. +data:_N_VII_1_Page15_Line6 a _:bn_51. +data:_N_VII_1_Page16_Line6 a _:bn_51. +data:_N_VII_1_Page15_Line20 a _:bn_51. +data:_N_VII_2_Page17_Word0 a _:bn_52. +data:_N_VII_2_Page17_Word1 a _:bn_52. +data:_N_VII_2_Page17_Word0 a text:HandwrittenText. +data:_N_VII_2_Page17_Word1 a text:HandwrittenText. +data:_N_VII_2_Page17_Word0 a tln:SimpleWord. +data:_N_VII_2_Page17_Word1 a tln:SimpleWord. +data:_Word100 a _:bn_53. +data:_Word99 a _:bn_53. +data:_Word0 a _:bn_53. +data:_Word1 a _:bn_53. +data:_Word2 a _:bn_53. +data:_Word3 a _:bn_53. +data:_Word4 a _:bn_53. +data:_Word5 a _:bn_53. +data:_Word6 a _:bn_53. +data:_Word100 a _:bn_54. +data:_Word99 a _:bn_54. +data:_Word0 a _:bn_54. +data:_Word1 a _:bn_54. +data:_Word2 a _:bn_54. +data:_Word3 a _:bn_54. +data:_Word4 a _:bn_54. +data:_Word5 a _:bn_54. +data:_Word6 a _:bn_54. +data:_Word100 a tln:Word. +data:_Word99 a tln:Word. +data:_Word0 a tln:Word. +data:_Word1 a tln:Word. +data:_Word2 a tln:Word. +data:_Word3 a tln:Word. +data:_Word4 a tln:Word. +data:_Word5 a tln:Word. +data:_Word6 a tln:Word. +data:_Word100 a homotypic:HomotypicEntity. +data:_Word99 a homotypic:HomotypicEntity. +data:_Word0 a homotypic:HomotypicEntity. +data:_Word1 a homotypic:HomotypicEntity. +data:_Word2 a homotypic:HomotypicEntity. +data:_Word3 a homotypic:HomotypicEntity. +data:_Word4 a homotypic:HomotypicEntity. +data:_Word5 a homotypic:HomotypicEntity. +data:_Word6 a homotypic:HomotypicEntity. +data:_Style0 a stoff:Style. +data:_Style1 a stoff:Style. +data:_N_VII_2_Page17_Word0 a _:bn_25. +data:_N_VII_2_Page17_Word1 a _:bn_25. +data:_N_VII_2_Page17_Word0 a _:bn_26. +data:_N_VII_2_Page17_Word1 a _:bn_26. +data:_N_VII_2_Page17_Word0 a _:bn_27. +data:_N_VII_2_Page17_Word1 a _:bn_27. +data:_N_VII_2_Page17_Word0 a homotypic:HomotypicEntity. +data:_N_VII_2_Page17_Word1 a homotypic:HomotypicEntity. +data:_Word100 a _:bn_52. +data:_Word99 a _:bn_52. +data:_Word0 a _:bn_52. +data:_Word1 a _:bn_52. +data:_Word2 a _:bn_52. +data:_Word3 a _:bn_52. +data:_Word4 a _:bn_52. +data:_Word5 a _:bn_52. +data:_Word6 a _:bn_52. +data:_Word100 a text:HandwrittenText. +data:_Word99 a text:HandwrittenText. +data:_Word0 a text:HandwrittenText. +data:_Word1 a text:HandwrittenText. +data:_Word2 a text:HandwrittenText. +data:_Word3 a text:HandwrittenText. +data:_Word4 a text:HandwrittenText. +data:_Word5 a text:HandwrittenText. +data:_Word6 a text:HandwrittenText. +data:_Word100 a tln:SimpleWord. +data:_Word99 a tln:SimpleWord. +data:_Word0 a tln:SimpleWord. +data:_Word1 a tln:SimpleWord. +data:_Word2 a tln:SimpleWord. +data:_Word3 a tln:SimpleWord. +data:_Word4 a tln:SimpleWord. +data:_Word5 a tln:SimpleWord. +data:_Word6 a tln:SimpleWord. +data:_Word100 a _:bn_25. +data:_Word99 a _:bn_25. +data:_Word0 a _:bn_25. +data:_Word1 a _:bn_25. +data:_Word2 a _:bn_25. +data:_Word3 a _:bn_25. +data:_Word4 a _:bn_25. +data:_Word5 a _:bn_25. +data:_Word6 a _:bn_25. +data:_Word100 a _:bn_26. +data:_Word99 a _:bn_26. +data:_Word0 a _:bn_26. +data:_Word1 a _:bn_26. +data:_Word2 a _:bn_26. +data:_Word3 a _:bn_26. +data:_Word4 a _:bn_26. +data:_Word5 a _:bn_26. +data:_Word6 a _:bn_26. +data:_Word100 a _:bn_27. +data:_Word99 a _:bn_27. +data:_Word0 a _:bn_27. +data:_Word1 a _:bn_27. +data:_Word2 a _:bn_27. +data:_Word3 a _:bn_27. +data:_Word4 a _:bn_27. +data:_Word5 a _:bn_27. +data:_Word6 a _:bn_27. +_:sk_403 a stoff:StandoffMarkup. +_:sk_407 a stoff:StandoffMarkup. +_:sk_411 a stoff:StandoffMarkup. +_:sk_415 a stoff:StandoffMarkup. +_:sk_419 a stoff:StandoffMarkup. +_:sk_423 a stoff:StandoffMarkup. +_:sk_427 a stoff:StandoffMarkup. +_:sk_431 a stoff:StandoffMarkup. + dct:license . + dct:license . + dct:license . + dct:title "A stub ontology about homotypic parts"@en. + dct:title "A ontology about standoff markup"@en. + dct:title "An ontology about the collected late works of Friedrich Nietzsche"@en. + dct:description "A stub ontology about homotypic parts, i.e. parts that are of the same type as their unity."@en. + dct:description "A ontology about standoff markup."@en. + dct:description "Formal description of specific concepts in the scientific study of Friedrich Nietzsches late work."@en. + dct:creator "Christian Steiner, software developer, digital edition of der späte Nietzsche, University of Basel, Switzerland"@en. + dct:creator "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:publisher "Basel University, Switzerland"@en. + dct:publisher "Basel University, Switzerland"@en. + dct:publisher "Basel University, Switzerland"@en. +homotypic:HomotypicEntity rdfs:isDefinedBy . +homotypic:hasHomotypicParts rdfs:isDefinedBy . +homotypic:hasText rdfs:isDefinedBy . +homotypic:hasMarkup rdfs:isDefinedBy . +stoff:StandoffMarkup rdfs:isDefinedBy . +stoff:Style rdfs:isDefinedBy . +stoff:styleHasCSS rdfs:isDefinedBy . +stoff:hasCSS rdfs:isDefinedBy . +stoff:standoffMarkupHasStartIndex rdfs:isDefinedBy . +stoff:standoffMarkupHasEndIndex rdfs:isDefinedBy . +tln:IsUncertain rdfs:isDefinedBy . +tln:UncertainDecipherment rdfs:isDefinedBy . +tln:atypicalWritingHasText rdfs:isDefinedBy . +tln:hasAuthor rdfs:isDefinedBy . +tln:hasCitation rdfs:isDefinedBy . +tln:hasComment rdfs:isDefinedBy . +tln:hasCorrectionText rdfs:isDefinedBy . +tln:hasDAttribute rdfs:isDefinedBy . +tln:hasDescription rdfs:isDefinedBy . +tln:hasEarlierDescriptions rdfs:isDefinedBy . +tln:hasEarlierText rdfs:isDefinedBy . +tln:hasEditedText rdfs:isDefinedBy . +tln:hasFaksimileImage rdfs:isDefinedBy . +tln:hasFaksimilePosition rdfs:isDefinedBy . +tln:hasLines rdfs:isDefinedBy . +tln:hasMarkForeignHands rdfs:isDefinedBy . +tln:hasOrientation rdfs:isDefinedBy . +tln:hasPageNumber rdfs:isDefinedBy . +tln:hasPages rdfs:isDefinedBy . +tln:hasStyle rdfs:isDefinedBy . +tln:hasStyles rdfs:isDefinedBy . +tln:hasSvgImage rdfs:isDefinedBy . +tln:hasTextField rdfs:isDefinedBy . +tln:hasTransform rdfs:isDefinedBy . +tln:hasWordDeletionPaths rdfs:isDefinedBy . +tln:hasWordInsertionMarks rdfs:isDefinedBy . +tln:hasWords rdfs:isDefinedBy . +tln:inheritOverwritesWord rdfs:isDefinedBy . +tln:isClarificationOfWord rdfs:isDefinedBy . +tln:isDeletionOfWord rdfs:isDefinedBy . +tln:isExtensionOfWord rdfs:isDefinedBy . +tln:isTransformationOfWord rdfs:isDefinedBy . +tln:isUncertain rdfs:isDefinedBy . +tln:lineContinuesOn rdfs:isDefinedBy . +tln:lineHasEditorComment rdfs:isDefinedBy . +tln:standoffTagHasCSS rdfs:isDefinedBy . +tln:styleHasCSS rdfs:isDefinedBy . +tln:textHasMarkup rdfs:isDefinedBy . +tln:wordHasEarlierVersion rdfs:isDefinedBy . +tln:wordHasEditorComment rdfs:isDefinedBy . +tln:wordHasWordParts rdfs:isDefinedBy . +tln:wordIsDeletedByPath rdfs:isDefinedBy . +tln:writingContinuesWithWord rdfs:isDefinedBy . +tln:AtypicalWriting rdfs:isDefinedBy . +tln:Box rdfs:isDefinedBy . +tln:Clarification rdfs:isDefinedBy . +tln:EditorCorrection rdfs:isDefinedBy . +tln:TextConnectionMark rdfs:isDefinedBy . +tln:clarificationHasText rdfs:isDefinedBy . +tln:colorHasName rdfs:isDefinedBy . +tln:firstLineOfReference rdfs:isDefinedBy . +tln:hasBottom rdfs:isDefinedBy . +tln:hasFileName rdfs:isDefinedBy . +tln:hasHexadecimalValue rdfs:isDefinedBy . +tln:hasLeft rdfs:isDefinedBy . +tln:hasManuscriptType rdfs:isDefinedBy . +tln:hasMarkType rdfs:isDefinedBy . +tln:hasNextWord rdfs:isDefinedBy . +tln:hasNumber rdfs:isDefinedBy . +tln:hasPreviousWord rdfs:isDefinedBy . +tln:hasSymbolId rdfs:isDefinedBy . +tln:hasText rdfs:isDefinedBy . +tln:hasTitle rdfs:isDefinedBy . +tln:hasTop rdfs:isDefinedBy . +tln:hasTranskriptionPosition rdfs:isDefinedBy . +tln:hasUrl rdfs:isDefinedBy . +tln:isLineAContinuationTo rdfs:isDefinedBy . +tln:isMainLine rdfs:isDefinedBy . +tln:isOnFaksimileImage rdfs:isDefinedBy . +tln:isOnSvgImage rdfs:isDefinedBy . +tln:isOnTextField rdfs:isDefinedBy . +tln:lastLineOfReference rdfs:isDefinedBy . +tln:lineContinuationHasReference rdfs:isDefinedBy . +tln:lineHasBottomValueOnTranskription rdfs:isDefinedBy . +tln:lineHasInnerBottomValueOnFaksimile rdfs:isDefinedBy . +tln:lineHasInnerTopValueOnFaksimile rdfs:isDefinedBy . +tln:lineHasNumber rdfs:isDefinedBy . +tln:lineHasOuterBottomValueOnFaksimile rdfs:isDefinedBy . +tln:lineHasOuterTopValueOnFaksimile rdfs:isDefinedBy . +tln:lineHasTopValueOnTranskription rdfs:isDefinedBy . +tln:penOfForeignHands rdfs:isDefinedBy . +tln:standoffTagHasEndIndex rdfs:isDefinedBy . +tln:standoffTagHasStartIndex rdfs:isDefinedBy . +tln:styleHasColor rdfs:isDefinedBy . +tln:styleHasFont rdfs:isDefinedBy . +tln:styleHasWritingInstrument rdfs:isDefinedBy . +tln:textConnectionMarkHasTextSource rdfs:isDefinedBy . +tln:textHasContent rdfs:isDefinedBy . +tln:textOfForeignHands rdfs:isDefinedBy . +tln:wordBelongsToLine rdfs:isDefinedBy . +tln:wordHasCorrection rdfs:isDefinedBy . +tln:wordHasStyle rdfs:isDefinedBy . +tln:wordInsertionMarkBelongsToLine rdfs:isDefinedBy . +tln:wordReference rdfs:isDefinedBy . +tln:Description rdfs:isDefinedBy . +tln:FaksimileImage rdfs:isDefinedBy . +tln:LineContinuation rdfs:isDefinedBy . +tln:MarkForeignHands rdfs:isDefinedBy . +tln:SVGImage rdfs:isDefinedBy . +tln:SpecialWord rdfs:isDefinedBy . +tln:TextField rdfs:isDefinedBy . +tln:TranskriptionPosition rdfs:isDefinedBy . +tln:WordDeletionPath rdfs:isDefinedBy . +tln:WordPosition rdfs:isDefinedBy . +tln:hasHeight rdfs:isDefinedBy . +tln:hasWidth rdfs:isDefinedBy . +tln:overwritesWord rdfs:isDefinedBy . +tln:Color rdfs:isDefinedBy . +tln:EarlierDescription rdfs:isDefinedBy . +tln:FaksimilePosition rdfs:isDefinedBy . +tln:Path rdfs:isDefinedBy . +tln:StandoffTag rdfs:isDefinedBy . +tln:isCorrectionOfWord rdfs:isDefinedBy . +tln:Text rdfs:isDefinedBy . +tln:WordInsertionMark rdfs:isDefinedBy . +tln:ArchivalManuscriptUnity rdfs:isDefinedBy . +tln:SimpleWord rdfs:isDefinedBy . +tln:Style rdfs:isDefinedBy . +tln:Image rdfs:isDefinedBy . +tln:Reference rdfs:isDefinedBy . +tln:EditorComment rdfs:isDefinedBy . +tln:Page rdfs:isDefinedBy . +tln:PositionalObject rdfs:isDefinedBy . +tln:Line rdfs:isDefinedBy . +tln:Word rdfs:isDefinedBy . +homotypic:hasHomotypicParts rdfs:domain homotypic:HomotypicEntity. +homotypic:hasText rdfs:domain homotypic:HomotypicEntity. +homotypic:hasMarkup rdfs:domain homotypic:HomotypicEntity. +stoff:styleHasCSS rdfs:domain stoff:Style. +stoff:hasCSS rdfs:domain stoff:StandoffMarkup. +stoff:standoffMarkupHasStartIndex rdfs:domain stoff:StandoffMarkup. +stoff:standoffMarkupHasEndIndex rdfs:domain stoff:StandoffMarkup. +tln:IsUncertain rdfs:domain tln:Reference. +tln:atypicalWritingHasText rdfs:domain tln:AtypicalWriting. +tln:hasAuthor rdfs:domain tln:EarlierDescription. +tln:hasCitation rdfs:domain tln:EarlierDescription. +tln:hasComment rdfs:domain tln:EditorComment. +tln:hasCorrectionText rdfs:domain tln:EditorCorrection. +tln:hasDAttribute rdfs:domain tln:Path. +tln:hasDescription rdfs:domain tln:ArchivalManuscriptUnity. +tln:hasEarlierDescriptions rdfs:domain tln:ArchivalManuscriptUnity. +tln:hasEarlierText rdfs:domain tln:Box. +tln:hasEditedText rdfs:domain tln:Word. +tln:hasFaksimileImage rdfs:domain tln:Page. +tln:hasFaksimilePosition rdfs:domain tln:SimpleWord. +tln:hasLines rdfs:domain tln:Page. +tln:hasMarkForeignHands rdfs:domain tln:Page. +tln:hasOrientation rdfs:domain tln:Page. +tln:hasPageNumber rdfs:domain tln:Reference. +tln:hasPages rdfs:domain tln:ArchivalManuscriptUnity. +tln:hasStyle rdfs:domain tln:WordDeletionPath. +tln:hasStyles rdfs:domain tln:ArchivalManuscriptUnity. +tln:hasSvgImage rdfs:domain tln:Page. +tln:hasTextField rdfs:domain tln:Image. +tln:hasTransform rdfs:domain tln:Image. +tln:hasTransform rdfs:domain tln:PositionalObject. +tln:hasWordDeletionPaths rdfs:domain tln:Page. +tln:hasWordInsertionMarks rdfs:domain tln:Page. +tln:hasWords rdfs:domain tln:Page. +tln:isClarificationOfWord rdfs:domain tln:Word. +tln:isDeletionOfWord rdfs:domain tln:Word. +tln:isExtensionOfWord rdfs:domain tln:Word. +tln:isTransformationOfWord rdfs:domain tln:Word. +tln:isUncertain rdfs:domain tln:EditorComment. +tln:lineContinuesOn rdfs:domain tln:Line. +tln:lineHasEditorComment rdfs:domain tln:Line. +tln:standoffTagHasCSS rdfs:domain tln:StandoffTag. +tln:styleHasCSS rdfs:domain tln:Style. +tln:textHasMarkup rdfs:domain tln:Text. +tln:wordHasEarlierVersion rdfs:domain tln:Word. +tln:wordHasEditorComment rdfs:domain tln:Word. +tln:wordHasWordParts rdfs:domain tln:Word. +tln:wordIsDeletedByPath rdfs:domain tln:Word. +tln:writingContinuesWithWord rdfs:domain tln:Word. +tln:clarificationHasText rdfs:domain tln:Clarification. +tln:colorHasName rdfs:domain tln:Color. +tln:firstLineOfReference rdfs:domain tln:Reference. +tln:hasBottom rdfs:domain tln:PositionalObject. +tln:hasFileName rdfs:domain tln:Image. +tln:hasHexadecimalValue rdfs:domain tln:Color. +tln:hasLeft rdfs:domain tln:PositionalObject. +tln:hasManuscriptType rdfs:domain tln:ArchivalManuscriptUnity. +tln:hasMarkType rdfs:domain tln:WordInsertionMark. +tln:hasNextWord rdfs:domain tln:WordInsertionMark. +tln:hasNumber rdfs:domain tln:Page. +tln:hasPreviousWord rdfs:domain tln:WordInsertionMark. +tln:hasSymbolId rdfs:domain tln:WordInsertionMark. +tln:hasText rdfs:domain tln:SimpleWord. +tln:hasTitle rdfs:domain tln:ArchivalManuscriptUnity. +tln:hasTitle rdfs:domain tln:Reference. +tln:hasTop rdfs:domain tln:PositionalObject. +tln:hasTranskriptionPosition rdfs:domain tln:SimpleWord. +tln:hasUrl rdfs:domain tln:Image. +tln:isLineAContinuationTo rdfs:domain tln:LineContinuation. +tln:isMainLine rdfs:domain tln:Line. +tln:isOnFaksimileImage rdfs:domain tln:FaksimilePosition. +tln:isOnSvgImage rdfs:domain tln:TranskriptionPosition. +tln:isOnTextField rdfs:domain tln:FaksimilePosition. +tln:lastLineOfReference rdfs:domain tln:Reference. +tln:lineContinuationHasReference rdfs:domain tln:LineContinuation. +tln:lineHasBottomValueOnTranskription rdfs:domain tln:Line. +tln:lineHasInnerBottomValueOnFaksimile rdfs:domain tln:Line. +tln:lineHasInnerTopValueOnFaksimile rdfs:domain tln:Line. +tln:lineHasNumber rdfs:domain tln:Line. +tln:lineHasOuterBottomValueOnFaksimile rdfs:domain tln:Line. +tln:lineHasOuterTopValueOnFaksimile rdfs:domain tln:Line. +tln:lineHasTopValueOnTranskription rdfs:domain tln:Line. +tln:penOfForeignHands rdfs:domain tln:MarkForeignHands. +tln:standoffTagHasEndIndex rdfs:domain tln:StandoffTag. +tln:standoffTagHasStartIndex rdfs:domain tln:StandoffTag. +tln:styleHasColor rdfs:domain tln:Style. +tln:styleHasFont rdfs:domain tln:Style. +tln:styleHasWritingInstrument rdfs:domain tln:Style. +tln:textConnectionMarkHasTextSource rdfs:domain tln:TextConnectionMark. +tln:textHasContent rdfs:domain tln:Text. +tln:textOfForeignHands rdfs:domain tln:MarkForeignHands. +tln:wordBelongsToLine rdfs:domain tln:SimpleWord. +tln:wordHasCorrection rdfs:domain tln:Word. +tln:wordHasStyle rdfs:domain tln:Word. +tln:wordInsertionMarkBelongsToLine rdfs:domain tln:WordInsertionMark. +tln:wordReference rdfs:domain tln:Reference. +tln:hasHeight rdfs:domain tln:Image. +tln:hasHeight rdfs:domain tln:PositionalObject. +tln:hasWidth rdfs:domain tln:Image. +tln:hasWidth rdfs:domain tln:PositionalObject. +tln:overwritesWord rdfs:domain tln:Word. +tln:isCorrectionOfWord rdfs:domain tln:Word. +test:wordHasWordParts rdfs:domain test:Word. +test:hasText rdfs:domain test:Word. +test:hasPosition rdfs:domain test:Word. +test:hasLeft rdfs:domain test:Position. +test:hasLine rdfs:domain test:Word. +test:hasCorrection rdfs:domain test:Word. +test:overwritesWord rdfs:domain test:Word. +stoff:hasCSS rdfs:domain _:bn_1. +stoff:standoffMarkupHasStartIndex rdfs:domain _:bn_1. +stoff:standoffMarkupHasEndIndex rdfs:domain _:bn_1. +stoff:hasCSS rdfs:domain _:bn_2. +stoff:standoffMarkupHasStartIndex rdfs:domain _:bn_2. +stoff:standoffMarkupHasEndIndex rdfs:domain _:bn_2. +stoff:hasCSS rdfs:domain _:bn_3. +stoff:standoffMarkupHasStartIndex rdfs:domain _:bn_3. +stoff:standoffMarkupHasEndIndex rdfs:domain _:bn_3. +tln:atypicalWritingHasText rdfs:domain tln:EditorComment. +tln:hasEarlierText rdfs:domain tln:Path. +tln:clarificationHasText rdfs:domain _:bn_4. +tln:clarificationHasText rdfs:domain tln:EditorComment. +tln:hasCorrectionText rdfs:domain tln:EditorComment. +tln:textConnectionMarkHasTextSource rdfs:domain _:bn_5. +tln:textConnectionMarkHasTextSource rdfs:domain tln:SpecialWord. +tln:isLineAContinuationTo rdfs:domain _:bn_6. +tln:lineContinuationHasReference rdfs:domain _:bn_6. +tln:isLineAContinuationTo rdfs:domain _:bn_7. +tln:lineContinuationHasReference rdfs:domain _:bn_7. +tln:isLineAContinuationTo rdfs:domain tln:EditorComment. +tln:lineContinuationHasReference rdfs:domain tln:EditorComment. +tln:penOfForeignHands rdfs:domain _:bn_8. +tln:textOfForeignHands rdfs:domain _:bn_8. +tln:penOfForeignHands rdfs:domain _:bn_9. +tln:textOfForeignHands rdfs:domain _:bn_9. +tln:penOfForeignHands rdfs:domain tln:SpecialWord. +tln:textOfForeignHands rdfs:domain tln:SpecialWord. +tln:textConnectionMarkHasTextSource rdfs:domain tln:SimpleWord. +tln:penOfForeignHands rdfs:domain tln:SimpleWord. +tln:textOfForeignHands rdfs:domain tln:SimpleWord. +tln:isOnSvgImage rdfs:domain _:bn_10. +tln:isOnSvgImage rdfs:domain tln:WordPosition. +tln:hasStyle rdfs:domain tln:Path. +tln:isOnSvgImage rdfs:domain tln:PositionalObject. +tln:colorHasName rdfs:domain _:bn_11. +tln:hasHexadecimalValue rdfs:domain _:bn_11. +tln:colorHasName rdfs:domain _:bn_12. +tln:hasHexadecimalValue rdfs:domain _:bn_12. +tln:hasAuthor rdfs:domain tln:Description. +tln:hasCitation rdfs:domain tln:Description. +tln:isOnFaksimileImage rdfs:domain _:bn_13. +tln:isOnTextField rdfs:domain _:bn_13. +tln:isOnFaksimileImage rdfs:domain _:bn_14. +tln:isOnTextField rdfs:domain _:bn_14. +tln:isOnFaksimileImage rdfs:domain tln:WordPosition. +tln:isOnTextField rdfs:domain tln:WordPosition. +tln:standoffTagHasCSS rdfs:domain _:bn_15. +tln:standoffTagHasEndIndex rdfs:domain _:bn_15. +tln:standoffTagHasStartIndex rdfs:domain _:bn_15. +tln:standoffTagHasCSS rdfs:domain _:bn_16. +tln:standoffTagHasEndIndex rdfs:domain _:bn_16. +tln:standoffTagHasStartIndex rdfs:domain _:bn_16. +tln:standoffTagHasCSS rdfs:domain stoff:StandoffMarkup. +tln:standoffTagHasEndIndex rdfs:domain stoff:StandoffMarkup. +tln:standoffTagHasStartIndex rdfs:domain stoff:StandoffMarkup. +tln:textHasMarkup rdfs:domain _:bn_17. +tln:textHasContent rdfs:domain _:bn_17. +tln:hasMarkType rdfs:domain _:bn_18. +tln:hasNextWord rdfs:domain _:bn_18. +tln:hasPreviousWord rdfs:domain _:bn_18. +tln:hasSymbolId rdfs:domain _:bn_18. +tln:wordInsertionMarkBelongsToLine rdfs:domain _:bn_18. +tln:hasMarkType rdfs:domain _:bn_19. +tln:hasNextWord rdfs:domain _:bn_19. +tln:hasPreviousWord rdfs:domain _:bn_19. +tln:hasSymbolId rdfs:domain _:bn_19. +tln:wordInsertionMarkBelongsToLine rdfs:domain _:bn_19. +tln:hasMarkType rdfs:domain _:bn_20. +tln:hasNextWord rdfs:domain _:bn_20. +tln:hasPreviousWord rdfs:domain _:bn_20. +tln:hasSymbolId rdfs:domain _:bn_20. +tln:wordInsertionMarkBelongsToLine rdfs:domain _:bn_20. +tln:hasMarkType rdfs:domain _:bn_21. +tln:hasNextWord rdfs:domain _:bn_21. +tln:hasPreviousWord rdfs:domain _:bn_21. +tln:hasSymbolId rdfs:domain _:bn_21. +tln:wordInsertionMarkBelongsToLine rdfs:domain _:bn_21. +tln:hasMarkType rdfs:domain _:bn_22. +tln:hasNextWord rdfs:domain _:bn_22. +tln:hasPreviousWord rdfs:domain _:bn_22. +tln:hasSymbolId rdfs:domain _:bn_22. +tln:wordInsertionMarkBelongsToLine rdfs:domain _:bn_22. +tln:hasMarkType rdfs:domain tln:PositionalObject. +tln:hasNextWord rdfs:domain tln:PositionalObject. +tln:hasPreviousWord rdfs:domain tln:PositionalObject. +tln:hasSymbolId rdfs:domain tln:PositionalObject. +tln:wordInsertionMarkBelongsToLine rdfs:domain tln:PositionalObject. +tln:hasDescription rdfs:domain _:bn_23. +tln:hasEarlierDescriptions rdfs:domain _:bn_23. +tln:hasPages rdfs:domain _:bn_23. +tln:hasStyles rdfs:domain _:bn_23. +tln:hasManuscriptType rdfs:domain _:bn_23. +tln:hasTitle rdfs:domain _:bn_23. +tln:hasDescription rdfs:domain _:bn_24. +tln:hasEarlierDescriptions rdfs:domain _:bn_24. +tln:hasPages rdfs:domain _:bn_24. +tln:hasStyles rdfs:domain _:bn_24. +tln:hasManuscriptType rdfs:domain _:bn_24. +tln:hasTitle rdfs:domain _:bn_24. +tln:hasFaksimilePosition rdfs:domain _:bn_25. +tln:hasText rdfs:domain _:bn_25. +tln:hasTranskriptionPosition rdfs:domain _:bn_25. +tln:wordBelongsToLine rdfs:domain _:bn_25. +tln:textConnectionMarkHasTextSource rdfs:domain _:bn_25. +tln:penOfForeignHands rdfs:domain _:bn_25. +tln:textOfForeignHands rdfs:domain _:bn_25. +tln:hasFaksimilePosition rdfs:domain _:bn_26. +tln:hasText rdfs:domain _:bn_26. +tln:hasTranskriptionPosition rdfs:domain _:bn_26. +tln:wordBelongsToLine rdfs:domain _:bn_26. +tln:textConnectionMarkHasTextSource rdfs:domain _:bn_26. +tln:penOfForeignHands rdfs:domain _:bn_26. +tln:textOfForeignHands rdfs:domain _:bn_26. +tln:hasFaksimilePosition rdfs:domain _:bn_27. +tln:hasText rdfs:domain _:bn_27. +tln:hasTranskriptionPosition rdfs:domain _:bn_27. +tln:wordBelongsToLine rdfs:domain _:bn_27. +tln:textConnectionMarkHasTextSource rdfs:domain _:bn_27. +tln:penOfForeignHands rdfs:domain _:bn_27. +tln:textOfForeignHands rdfs:domain _:bn_27. +tln:hasFaksimilePosition rdfs:domain homotypic:HomotypicEntity. +tln:hasText rdfs:domain homotypic:HomotypicEntity. +tln:hasTranskriptionPosition rdfs:domain homotypic:HomotypicEntity. +tln:wordBelongsToLine rdfs:domain homotypic:HomotypicEntity. +tln:textConnectionMarkHasTextSource rdfs:domain homotypic:HomotypicEntity. +tln:penOfForeignHands rdfs:domain homotypic:HomotypicEntity. +tln:textOfForeignHands rdfs:domain homotypic:HomotypicEntity. +tln:styleHasCSS rdfs:domain _:bn_28. +tln:styleHasColor rdfs:domain _:bn_28. +tln:styleHasFont rdfs:domain _:bn_28. +tln:styleHasWritingInstrument rdfs:domain _:bn_28. +tln:styleHasCSS rdfs:domain _:bn_29. +tln:styleHasColor rdfs:domain _:bn_29. +tln:styleHasFont rdfs:domain _:bn_29. +tln:styleHasWritingInstrument rdfs:domain _:bn_29. +tln:styleHasCSS rdfs:domain _:bn_30. +tln:styleHasColor rdfs:domain _:bn_30. +tln:styleHasFont rdfs:domain _:bn_30. +tln:styleHasWritingInstrument rdfs:domain _:bn_30. +tln:styleHasCSS rdfs:domain stoff:Style. +tln:styleHasColor rdfs:domain stoff:Style. +tln:styleHasFont rdfs:domain stoff:Style. +tln:styleHasWritingInstrument rdfs:domain stoff:Style. +tln:hasTextField rdfs:domain _:bn_31. +tln:hasTransform rdfs:domain _:bn_31. +tln:hasFileName rdfs:domain _:bn_31. +tln:hasUrl rdfs:domain _:bn_31. +tln:hasHeight rdfs:domain _:bn_31. +tln:hasWidth rdfs:domain _:bn_31. +tln:hasTextField rdfs:domain _:bn_32. +tln:hasTransform rdfs:domain _:bn_32. +tln:hasFileName rdfs:domain _:bn_32. +tln:hasUrl rdfs:domain _:bn_32. +tln:hasHeight rdfs:domain _:bn_32. +tln:hasWidth rdfs:domain _:bn_32. +tln:hasTextField rdfs:domain _:bn_33. +tln:hasTransform rdfs:domain _:bn_33. +tln:hasFileName rdfs:domain _:bn_33. +tln:hasUrl rdfs:domain _:bn_33. +tln:hasHeight rdfs:domain _:bn_33. +tln:hasWidth rdfs:domain _:bn_33. +tln:hasTextField rdfs:domain _:bn_34. +tln:hasTransform rdfs:domain _:bn_34. +tln:hasFileName rdfs:domain _:bn_34. +tln:hasUrl rdfs:domain _:bn_34. +tln:hasHeight rdfs:domain _:bn_34. +tln:hasWidth rdfs:domain _:bn_34. +tln:IsUncertain rdfs:domain _:bn_35. +tln:hasPageNumber rdfs:domain _:bn_35. +tln:firstLineOfReference rdfs:domain _:bn_35. +tln:hasTitle rdfs:domain _:bn_35. +tln:lastLineOfReference rdfs:domain _:bn_35. +tln:wordReference rdfs:domain _:bn_35. +tln:IsUncertain rdfs:domain _:bn_36. +tln:hasPageNumber rdfs:domain _:bn_36. +tln:firstLineOfReference rdfs:domain _:bn_36. +tln:hasTitle rdfs:domain _:bn_36. +tln:lastLineOfReference rdfs:domain _:bn_36. +tln:wordReference rdfs:domain _:bn_36. +tln:IsUncertain rdfs:domain _:bn_37. +tln:hasPageNumber rdfs:domain _:bn_37. +tln:firstLineOfReference rdfs:domain _:bn_37. +tln:hasTitle rdfs:domain _:bn_37. +tln:lastLineOfReference rdfs:domain _:bn_37. +tln:wordReference rdfs:domain _:bn_37. +tln:hasFaksimileImage rdfs:domain _:bn_38. +tln:hasLines rdfs:domain _:bn_38. +tln:hasMarkForeignHands rdfs:domain _:bn_38. +tln:hasOrientation rdfs:domain _:bn_38. +tln:hasSvgImage rdfs:domain _:bn_38. +tln:hasWordDeletionPaths rdfs:domain _:bn_38. +tln:hasWordInsertionMarks rdfs:domain _:bn_38. +tln:hasWords rdfs:domain _:bn_38. +tln:hasNumber rdfs:domain _:bn_38. +tln:hasFaksimileImage rdfs:domain document:Page. +tln:hasLines rdfs:domain document:Page. +tln:hasMarkForeignHands rdfs:domain document:Page. +tln:hasOrientation rdfs:domain document:Page. +tln:hasSvgImage rdfs:domain document:Page. +tln:hasWordDeletionPaths rdfs:domain document:Page. +tln:hasWordInsertionMarks rdfs:domain document:Page. +tln:hasWords rdfs:domain document:Page. +tln:hasNumber rdfs:domain document:Page. +tln:hasTransform rdfs:domain _:bn_39. +tln:hasBottom rdfs:domain _:bn_39. +tln:hasLeft rdfs:domain _:bn_39. +tln:hasTop rdfs:domain _:bn_39. +tln:hasHeight rdfs:domain _:bn_39. +tln:hasWidth rdfs:domain _:bn_39. +tln:isOnSvgImage rdfs:domain _:bn_39. +tln:hasMarkType rdfs:domain _:bn_39. +tln:hasNextWord rdfs:domain _:bn_39. +tln:hasPreviousWord rdfs:domain _:bn_39. +tln:hasSymbolId rdfs:domain _:bn_39. +tln:wordInsertionMarkBelongsToLine rdfs:domain _:bn_39. +tln:hasTransform rdfs:domain _:bn_40. +tln:hasBottom rdfs:domain _:bn_40. +tln:hasLeft rdfs:domain _:bn_40. +tln:hasTop rdfs:domain _:bn_40. +tln:hasHeight rdfs:domain _:bn_40. +tln:hasWidth rdfs:domain _:bn_40. +tln:isOnSvgImage rdfs:domain _:bn_40. +tln:hasMarkType rdfs:domain _:bn_40. +tln:hasNextWord rdfs:domain _:bn_40. +tln:hasPreviousWord rdfs:domain _:bn_40. +tln:hasSymbolId rdfs:domain _:bn_40. +tln:wordInsertionMarkBelongsToLine rdfs:domain _:bn_40. +tln:hasTransform rdfs:domain _:bn_41. +tln:hasBottom rdfs:domain _:bn_41. +tln:hasLeft rdfs:domain _:bn_41. +tln:hasTop rdfs:domain _:bn_41. +tln:hasHeight rdfs:domain _:bn_41. +tln:hasWidth rdfs:domain _:bn_41. +tln:isOnSvgImage rdfs:domain _:bn_41. +tln:hasMarkType rdfs:domain _:bn_41. +tln:hasNextWord rdfs:domain _:bn_41. +tln:hasPreviousWord rdfs:domain _:bn_41. +tln:hasSymbolId rdfs:domain _:bn_41. +tln:wordInsertionMarkBelongsToLine rdfs:domain _:bn_41. +tln:hasTransform rdfs:domain _:bn_42. +tln:hasBottom rdfs:domain _:bn_42. +tln:hasLeft rdfs:domain _:bn_42. +tln:hasTop rdfs:domain _:bn_42. +tln:hasHeight rdfs:domain _:bn_42. +tln:hasWidth rdfs:domain _:bn_42. +tln:isOnSvgImage rdfs:domain _:bn_42. +tln:hasMarkType rdfs:domain _:bn_42. +tln:hasNextWord rdfs:domain _:bn_42. +tln:hasPreviousWord rdfs:domain _:bn_42. +tln:hasSymbolId rdfs:domain _:bn_42. +tln:wordInsertionMarkBelongsToLine rdfs:domain _:bn_42. +tln:hasTransform rdfs:domain _:bn_43. +tln:hasBottom rdfs:domain _:bn_43. +tln:hasLeft rdfs:domain _:bn_43. +tln:hasTop rdfs:domain _:bn_43. +tln:hasHeight rdfs:domain _:bn_43. +tln:hasWidth rdfs:domain _:bn_43. +tln:isOnSvgImage rdfs:domain _:bn_43. +tln:hasMarkType rdfs:domain _:bn_43. +tln:hasNextWord rdfs:domain _:bn_43. +tln:hasPreviousWord rdfs:domain _:bn_43. +tln:hasSymbolId rdfs:domain _:bn_43. +tln:wordInsertionMarkBelongsToLine rdfs:domain _:bn_43. +tln:lineContinuesOn rdfs:domain _:bn_44. +tln:lineHasEditorComment rdfs:domain _:bn_44. +tln:isMainLine rdfs:domain _:bn_44. +tln:lineHasBottomValueOnTranskription rdfs:domain _:bn_44. +tln:lineHasInnerBottomValueOnFaksimile rdfs:domain _:bn_44. +tln:lineHasInnerTopValueOnFaksimile rdfs:domain _:bn_44. +tln:lineHasNumber rdfs:domain _:bn_44. +tln:lineHasOuterBottomValueOnFaksimile rdfs:domain _:bn_44. +tln:lineHasOuterTopValueOnFaksimile rdfs:domain _:bn_44. +tln:lineHasTopValueOnTranskription rdfs:domain _:bn_44. +tln:lineContinuesOn rdfs:domain _:bn_45. +tln:lineHasEditorComment rdfs:domain _:bn_45. +tln:isMainLine rdfs:domain _:bn_45. +tln:lineHasBottomValueOnTranskription rdfs:domain _:bn_45. +tln:lineHasInnerBottomValueOnFaksimile rdfs:domain _:bn_45. +tln:lineHasInnerTopValueOnFaksimile rdfs:domain _:bn_45. +tln:lineHasNumber rdfs:domain _:bn_45. +tln:lineHasOuterBottomValueOnFaksimile rdfs:domain _:bn_45. +tln:lineHasOuterTopValueOnFaksimile rdfs:domain _:bn_45. +tln:lineHasTopValueOnTranskription rdfs:domain _:bn_45. +tln:lineContinuesOn rdfs:domain _:bn_46. +tln:lineHasEditorComment rdfs:domain _:bn_46. +tln:isMainLine rdfs:domain _:bn_46. +tln:lineHasBottomValueOnTranskription rdfs:domain _:bn_46. +tln:lineHasInnerBottomValueOnFaksimile rdfs:domain _:bn_46. +tln:lineHasInnerTopValueOnFaksimile rdfs:domain _:bn_46. +tln:lineHasNumber rdfs:domain _:bn_46. +tln:lineHasOuterBottomValueOnFaksimile rdfs:domain _:bn_46. +tln:lineHasOuterTopValueOnFaksimile rdfs:domain _:bn_46. +tln:lineHasTopValueOnTranskription rdfs:domain _:bn_46. +tln:lineContinuesOn rdfs:domain _:bn_47. +tln:lineHasEditorComment rdfs:domain _:bn_47. +tln:isMainLine rdfs:domain _:bn_47. +tln:lineHasBottomValueOnTranskription rdfs:domain _:bn_47. +tln:lineHasInnerBottomValueOnFaksimile rdfs:domain _:bn_47. +tln:lineHasInnerTopValueOnFaksimile rdfs:domain _:bn_47. +tln:lineHasNumber rdfs:domain _:bn_47. +tln:lineHasOuterBottomValueOnFaksimile rdfs:domain _:bn_47. +tln:lineHasOuterTopValueOnFaksimile rdfs:domain _:bn_47. +tln:lineHasTopValueOnTranskription rdfs:domain _:bn_47. +tln:lineContinuesOn rdfs:domain _:bn_48. +tln:lineHasEditorComment rdfs:domain _:bn_48. +tln:isMainLine rdfs:domain _:bn_48. +tln:lineHasBottomValueOnTranskription rdfs:domain _:bn_48. +tln:lineHasInnerBottomValueOnFaksimile rdfs:domain _:bn_48. +tln:lineHasInnerTopValueOnFaksimile rdfs:domain _:bn_48. +tln:lineHasNumber rdfs:domain _:bn_48. +tln:lineHasOuterBottomValueOnFaksimile rdfs:domain _:bn_48. +tln:lineHasOuterTopValueOnFaksimile rdfs:domain _:bn_48. +tln:lineHasTopValueOnTranskription rdfs:domain _:bn_48. +tln:lineContinuesOn rdfs:domain _:bn_49. +tln:lineHasEditorComment rdfs:domain _:bn_49. +tln:isMainLine rdfs:domain _:bn_49. +tln:lineHasBottomValueOnTranskription rdfs:domain _:bn_49. +tln:lineHasInnerBottomValueOnFaksimile rdfs:domain _:bn_49. +tln:lineHasInnerTopValueOnFaksimile rdfs:domain _:bn_49. +tln:lineHasNumber rdfs:domain _:bn_49. +tln:lineHasOuterBottomValueOnFaksimile rdfs:domain _:bn_49. +tln:lineHasOuterTopValueOnFaksimile rdfs:domain _:bn_49. +tln:lineHasTopValueOnTranskription rdfs:domain _:bn_49. +tln:lineContinuesOn rdfs:domain _:bn_50. +tln:lineHasEditorComment rdfs:domain _:bn_50. +tln:isMainLine rdfs:domain _:bn_50. +tln:lineHasBottomValueOnTranskription rdfs:domain _:bn_50. +tln:lineHasInnerBottomValueOnFaksimile rdfs:domain _:bn_50. +tln:lineHasInnerTopValueOnFaksimile rdfs:domain _:bn_50. +tln:lineHasNumber rdfs:domain _:bn_50. +tln:lineHasOuterBottomValueOnFaksimile rdfs:domain _:bn_50. +tln:lineHasOuterTopValueOnFaksimile rdfs:domain _:bn_50. +tln:lineHasTopValueOnTranskription rdfs:domain _:bn_50. +tln:lineContinuesOn rdfs:domain _:bn_51. +tln:lineHasEditorComment rdfs:domain _:bn_51. +tln:isMainLine rdfs:domain _:bn_51. +tln:lineHasBottomValueOnTranskription rdfs:domain _:bn_51. +tln:lineHasInnerBottomValueOnFaksimile rdfs:domain _:bn_51. +tln:lineHasInnerTopValueOnFaksimile rdfs:domain _:bn_51. +tln:lineHasNumber rdfs:domain _:bn_51. +tln:lineHasOuterBottomValueOnFaksimile rdfs:domain _:bn_51. +tln:lineHasOuterTopValueOnFaksimile rdfs:domain _:bn_51. +tln:lineHasTopValueOnTranskription rdfs:domain _:bn_51. +tln:hasEditedText rdfs:domain _:bn_52. +tln:isClarificationOfWord rdfs:domain _:bn_52. +tln:isDeletionOfWord rdfs:domain _:bn_52. +tln:isExtensionOfWord rdfs:domain _:bn_52. +tln:isTransformationOfWord rdfs:domain _:bn_52. +tln:wordHasEarlierVersion rdfs:domain _:bn_52. +tln:wordHasEditorComment rdfs:domain _:bn_52. +tln:wordHasWordParts rdfs:domain _:bn_52. +tln:wordIsDeletedByPath rdfs:domain _:bn_52. +tln:writingContinuesWithWord rdfs:domain _:bn_52. +tln:wordHasCorrection rdfs:domain _:bn_52. +tln:wordHasStyle rdfs:domain _:bn_52. +tln:overwritesWord rdfs:domain _:bn_52. +tln:isCorrectionOfWord rdfs:domain _:bn_52. +tln:hasEditedText rdfs:domain text:HandwrittenText. +tln:isClarificationOfWord rdfs:domain text:HandwrittenText. +tln:isDeletionOfWord rdfs:domain text:HandwrittenText. +tln:isExtensionOfWord rdfs:domain text:HandwrittenText. +tln:isTransformationOfWord rdfs:domain text:HandwrittenText. +tln:wordHasEarlierVersion rdfs:domain text:HandwrittenText. +tln:wordHasEditorComment rdfs:domain text:HandwrittenText. +tln:wordHasWordParts rdfs:domain text:HandwrittenText. +tln:wordIsDeletedByPath rdfs:domain text:HandwrittenText. +tln:writingContinuesWithWord rdfs:domain text:HandwrittenText. +tln:wordHasCorrection rdfs:domain text:HandwrittenText. +tln:wordHasStyle rdfs:domain text:HandwrittenText. +tln:overwritesWord rdfs:domain text:HandwrittenText. +tln:isCorrectionOfWord rdfs:domain text:HandwrittenText. +tln:hasEditedText rdfs:domain tln:SimpleWord. +tln:isClarificationOfWord rdfs:domain tln:SimpleWord. +tln:isDeletionOfWord rdfs:domain tln:SimpleWord. +tln:isExtensionOfWord rdfs:domain tln:SimpleWord. +tln:isTransformationOfWord rdfs:domain tln:SimpleWord. +tln:wordHasEarlierVersion rdfs:domain tln:SimpleWord. +tln:wordHasEditorComment rdfs:domain tln:SimpleWord. +tln:wordHasWordParts rdfs:domain tln:SimpleWord. +tln:wordIsDeletedByPath rdfs:domain tln:SimpleWord. +tln:writingContinuesWithWord rdfs:domain tln:SimpleWord. +tln:wordHasCorrection rdfs:domain tln:SimpleWord. +tln:wordHasStyle rdfs:domain tln:SimpleWord. +tln:overwritesWord rdfs:domain tln:SimpleWord. +tln:isCorrectionOfWord rdfs:domain tln:SimpleWord. +test:wordHasWordParts rdfs:domain _:bn_53. +test:hasText rdfs:domain _:bn_53. +test:hasPosition rdfs:domain _:bn_53. +test:hasLine rdfs:domain _:bn_53. +test:hasCorrection rdfs:domain _:bn_53. +test:overwritesWord rdfs:domain _:bn_53. +test:wordHasWordParts rdfs:domain _:bn_54. +test:hasText rdfs:domain _:bn_54. +test:hasPosition rdfs:domain _:bn_54. +test:hasLine rdfs:domain _:bn_54. +test:hasCorrection rdfs:domain _:bn_54. +test:overwritesWord rdfs:domain _:bn_54. +test:wordHasWordParts rdfs:domain tln:Word. +test:hasText rdfs:domain tln:Word. +test:hasPosition rdfs:domain tln:Word. +test:hasLine rdfs:domain tln:Word. +test:hasCorrection rdfs:domain tln:Word. +test:overwritesWord rdfs:domain tln:Word. +test:wordHasWordParts rdfs:domain homotypic:HomotypicEntity. +test:hasText rdfs:domain homotypic:HomotypicEntity. +test:hasPosition rdfs:domain homotypic:HomotypicEntity. +test:hasLine rdfs:domain homotypic:HomotypicEntity. +test:hasCorrection rdfs:domain homotypic:HomotypicEntity. +test:overwritesWord rdfs:domain homotypic:HomotypicEntity. +tln:hasAuthor rdfs:domain _:bn_17. +tln:hasCitation rdfs:domain _:bn_17. +tln:isOnFaksimileImage rdfs:domain _:bn_39. +tln:isOnTextField rdfs:domain _:bn_39. +tln:isOnFaksimileImage rdfs:domain _:bn_40. +tln:isOnTextField rdfs:domain _:bn_40. +tln:isOnFaksimileImage rdfs:domain _:bn_41. +tln:isOnTextField rdfs:domain _:bn_41. +tln:isOnFaksimileImage rdfs:domain _:bn_42. +tln:isOnTextField rdfs:domain _:bn_42. +tln:isOnFaksimileImage rdfs:domain _:bn_43. +tln:isOnTextField rdfs:domain _:bn_43. +tln:hasAuthor rdfs:domain tln:Text. +tln:hasCitation rdfs:domain tln:Text. +tln:isOnFaksimileImage rdfs:domain tln:PositionalObject. +tln:isOnTextField rdfs:domain tln:PositionalObject. +tln:standoffTagHasCSS rdfs:domain _:bn_1. +tln:standoffTagHasEndIndex rdfs:domain _:bn_1. +tln:standoffTagHasStartIndex rdfs:domain _:bn_1. +tln:standoffTagHasCSS rdfs:domain _:bn_2. +tln:standoffTagHasEndIndex rdfs:domain _:bn_2. +tln:standoffTagHasStartIndex rdfs:domain _:bn_2. +tln:standoffTagHasCSS rdfs:domain _:bn_3. +tln:standoffTagHasEndIndex rdfs:domain _:bn_3. +tln:standoffTagHasStartIndex rdfs:domain _:bn_3. +tln:hasEditedText rdfs:domain _:bn_25. +tln:isClarificationOfWord rdfs:domain _:bn_25. +tln:isDeletionOfWord rdfs:domain _:bn_25. +tln:isExtensionOfWord rdfs:domain _:bn_25. +tln:isTransformationOfWord rdfs:domain _:bn_25. +tln:wordHasEarlierVersion rdfs:domain _:bn_25. +tln:wordHasEditorComment rdfs:domain _:bn_25. +tln:wordHasWordParts rdfs:domain _:bn_25. +tln:wordIsDeletedByPath rdfs:domain _:bn_25. +tln:writingContinuesWithWord rdfs:domain _:bn_25. +tln:wordHasCorrection rdfs:domain _:bn_25. +tln:wordHasStyle rdfs:domain _:bn_25. +tln:overwritesWord rdfs:domain _:bn_25. +tln:isCorrectionOfWord rdfs:domain _:bn_25. +test:wordHasWordParts rdfs:domain _:bn_25. +test:hasText rdfs:domain _:bn_25. +test:hasPosition rdfs:domain _:bn_25. +test:hasLine rdfs:domain _:bn_25. +test:hasCorrection rdfs:domain _:bn_25. +test:overwritesWord rdfs:domain _:bn_25. +tln:hasEditedText rdfs:domain _:bn_26. +tln:isClarificationOfWord rdfs:domain _:bn_26. +tln:isDeletionOfWord rdfs:domain _:bn_26. +tln:isExtensionOfWord rdfs:domain _:bn_26. +tln:isTransformationOfWord rdfs:domain _:bn_26. +tln:wordHasEarlierVersion rdfs:domain _:bn_26. +tln:wordHasEditorComment rdfs:domain _:bn_26. +tln:wordHasWordParts rdfs:domain _:bn_26. +tln:wordIsDeletedByPath rdfs:domain _:bn_26. +tln:writingContinuesWithWord rdfs:domain _:bn_26. +tln:wordHasCorrection rdfs:domain _:bn_26. +tln:wordHasStyle rdfs:domain _:bn_26. +tln:overwritesWord rdfs:domain _:bn_26. +tln:isCorrectionOfWord rdfs:domain _:bn_26. +test:wordHasWordParts rdfs:domain _:bn_26. +test:hasText rdfs:domain _:bn_26. +test:hasPosition rdfs:domain _:bn_26. +test:hasLine rdfs:domain _:bn_26. +test:hasCorrection rdfs:domain _:bn_26. +test:overwritesWord rdfs:domain _:bn_26. +tln:hasEditedText rdfs:domain _:bn_27. +tln:isClarificationOfWord rdfs:domain _:bn_27. +tln:isDeletionOfWord rdfs:domain _:bn_27. +tln:isExtensionOfWord rdfs:domain _:bn_27. +tln:isTransformationOfWord rdfs:domain _:bn_27. +tln:wordHasEarlierVersion rdfs:domain _:bn_27. +tln:wordHasEditorComment rdfs:domain _:bn_27. +tln:wordHasWordParts rdfs:domain _:bn_27. +tln:wordIsDeletedByPath rdfs:domain _:bn_27. +tln:writingContinuesWithWord rdfs:domain _:bn_27. +tln:wordHasCorrection rdfs:domain _:bn_27. +tln:wordHasStyle rdfs:domain _:bn_27. +tln:overwritesWord rdfs:domain _:bn_27. +tln:isCorrectionOfWord rdfs:domain _:bn_27. +test:wordHasWordParts rdfs:domain _:bn_27. +test:hasText rdfs:domain _:bn_27. +test:hasPosition rdfs:domain _:bn_27. +test:hasLine rdfs:domain _:bn_27. +test:hasCorrection rdfs:domain _:bn_27. +test:overwritesWord rdfs:domain _:bn_27. +tln:hasEditedText rdfs:domain homotypic:HomotypicEntity. +tln:isClarificationOfWord rdfs:domain homotypic:HomotypicEntity. +tln:isDeletionOfWord rdfs:domain homotypic:HomotypicEntity. +tln:isExtensionOfWord rdfs:domain homotypic:HomotypicEntity. +tln:isTransformationOfWord rdfs:domain homotypic:HomotypicEntity. +tln:wordHasEarlierVersion rdfs:domain homotypic:HomotypicEntity. +tln:wordHasEditorComment rdfs:domain homotypic:HomotypicEntity. +tln:wordHasWordParts rdfs:domain homotypic:HomotypicEntity. +tln:wordIsDeletedByPath rdfs:domain homotypic:HomotypicEntity. +tln:writingContinuesWithWord rdfs:domain homotypic:HomotypicEntity. +tln:wordHasCorrection rdfs:domain homotypic:HomotypicEntity. +tln:wordHasStyle rdfs:domain homotypic:HomotypicEntity. +tln:overwritesWord rdfs:domain homotypic:HomotypicEntity. +tln:isCorrectionOfWord rdfs:domain homotypic:HomotypicEntity. +test:wordHasWordParts rdfs:domain _:bn_52. +test:hasText rdfs:domain _:bn_52. +test:hasPosition rdfs:domain _:bn_52. +test:hasLine rdfs:domain _:bn_52. +test:hasCorrection rdfs:domain _:bn_52. +test:overwritesWord rdfs:domain _:bn_52. +test:wordHasWordParts rdfs:domain text:HandwrittenText. +test:hasText rdfs:domain text:HandwrittenText. +test:hasPosition rdfs:domain text:HandwrittenText. +test:hasLine rdfs:domain text:HandwrittenText. +test:hasCorrection rdfs:domain text:HandwrittenText. +test:overwritesWord rdfs:domain text:HandwrittenText. +test:wordHasWordParts rdfs:domain tln:SimpleWord. +test:hasText rdfs:domain tln:SimpleWord. +test:hasPosition rdfs:domain tln:SimpleWord. +test:hasLine rdfs:domain tln:SimpleWord. +test:hasCorrection rdfs:domain tln:SimpleWord. +test:overwritesWord rdfs:domain tln:SimpleWord. +tln:inheritOverwritesWord rdfs:domain tln:Word. +tln:inheritOverwritesWord rdfs:domain _:bn_52. +tln:inheritOverwritesWord rdfs:domain text:HandwrittenText. +tln:inheritOverwritesWord rdfs:domain tln:SimpleWord. +tln:inheritOverwritesWord rdfs:domain _:bn_25. +tln:inheritOverwritesWord rdfs:domain _:bn_26. +tln:inheritOverwritesWord rdfs:domain _:bn_27. +tln:inheritOverwritesWord rdfs:domain homotypic:HomotypicEntity. +test:inheritOverwritesWord rdfs:domain test:Word. +test:inheritOverwritesWord rdfs:domain _:bn_53. +test:inheritOverwritesWord rdfs:domain _:bn_54. +test:inheritOverwritesWord rdfs:domain tln:Word. +test:inheritOverwritesWord rdfs:domain homotypic:HomotypicEntity. +test:inheritOverwritesWord rdfs:domain _:bn_25. +test:inheritOverwritesWord rdfs:domain _:bn_26. +test:inheritOverwritesWord rdfs:domain _:bn_27. +test:inheritOverwritesWord rdfs:domain _:bn_52. +test:inheritOverwritesWord rdfs:domain text:HandwrittenText. +test:inheritOverwritesWord rdfs:domain tln:SimpleWord. +test:hasCSS rdfs:domain stoff:Style. +homotypic:hasHomotypicParts rdfs:range rdf:List. +homotypic:hasText rdfs:range xsd:string. +homotypic:hasMarkup rdfs:range stoff:StandoffMarkup. +stoff:styleHasCSS rdfs:range xsd:string. +stoff:hasCSS rdfs:range xsd:string. +stoff:standoffMarkupHasStartIndex rdfs:range xsd:integer. +stoff:standoffMarkupHasEndIndex rdfs:range xsd:integer. +tln:IsUncertain rdfs:range xsd:boolean. +tln:atypicalWritingHasText rdfs:range tln:Text. +tln:hasAuthor rdfs:range xsd:string. +tln:hasCitation rdfs:range xsd:string. +tln:hasComment rdfs:range xsd:string. +tln:hasCorrectionText rdfs:range xsd:string. +tln:hasDAttribute rdfs:range xsd:string. +tln:hasDescription rdfs:range tln:Description. +tln:hasEarlierDescriptions rdfs:range tln:EarlierDescription. +tln:hasEarlierText rdfs:range xsd:string. +tln:hasEditedText rdfs:range xsd:string. +tln:hasFaksimileImage rdfs:range tln:FaksimileImage. +tln:hasFaksimilePosition rdfs:range tln:FaksimilePosition. +tln:hasLines rdfs:range rdf:List. +tln:hasMarkForeignHands rdfs:range rdf:List. +tln:hasOrientation rdfs:range xsd:string. +tln:hasPageNumber rdfs:range xsd:string. +tln:hasPages rdfs:range rdf:List. +tln:hasStyle rdfs:range tln:Style. +tln:hasStyles rdfs:range rdf:List. +tln:hasSvgImage rdfs:range tln:SVGImage. +tln:hasTextField rdfs:range tln:TextField. +tln:hasTransform rdfs:range xsd:string. +tln:hasWordDeletionPaths rdfs:range rdf:List. +tln:hasWordInsertionMarks rdfs:range rdf:List. +tln:hasWords rdfs:range rdf:List. +tln:isClarificationOfWord rdfs:range tln:Word. +tln:isDeletionOfWord rdfs:range tln:Word. +tln:isExtensionOfWord rdfs:range tln:Word. +tln:isTransformationOfWord rdfs:range tln:Word. +tln:isUncertain rdfs:range xsd:boolean. +tln:lineContinuesOn rdfs:range tln:Line. +tln:lineHasEditorComment rdfs:range tln:EditorComment. +tln:standoffTagHasCSS rdfs:range xsd:string. +tln:styleHasCSS rdfs:range xsd:string. +tln:textHasMarkup rdfs:range tln:StandoffTag. +tln:wordHasEarlierVersion rdfs:range tln:Word. +tln:wordHasEditorComment rdfs:range tln:EditorComment. +tln:wordHasWordParts rdfs:range rdf:List. +tln:wordIsDeletedByPath rdfs:range tln:WordDeletionPath. +tln:writingContinuesWithWord rdfs:range tln:Word. +tln:clarificationHasText rdfs:range tln:Text. +tln:colorHasName rdfs:range xsd:string. +tln:firstLineOfReference rdfs:range xsd:integer. +tln:hasBottom rdfs:range xsd:float. +tln:hasFileName rdfs:range xsd:string. +tln:hasHexadecimalValue rdfs:range xsd:string. +tln:hasLeft rdfs:range xsd:float. +tln:hasManuscriptType rdfs:range xsd:string. +tln:hasMarkType rdfs:range xsd:string. +tln:hasNextWord rdfs:range tln:Word. +tln:hasNumber rdfs:range xsd:string. +tln:hasPreviousWord rdfs:range tln:Word. +tln:hasSymbolId rdfs:range xsd:string. +tln:hasText rdfs:range xsd:string. +tln:hasTitle rdfs:range xsd:string. +tln:hasTop rdfs:range xsd:float. +tln:hasTranskriptionPosition rdfs:range tln:TranskriptionPosition. +tln:hasUrl rdfs:range xsd:anyURI. +tln:isLineAContinuationTo rdfs:range xsd:boolean. +tln:isMainLine rdfs:range xsd:boolean. +tln:isOnFaksimileImage rdfs:range tln:FaksimileImage. +tln:isOnSvgImage rdfs:range tln:SVGImage. +tln:isOnTextField rdfs:range tln:TextField. +tln:lastLineOfReference rdfs:range xsd:integer. +tln:lineContinuationHasReference rdfs:range tln:Reference. +tln:lineHasBottomValueOnTranskription rdfs:range xsd:float. +tln:lineHasInnerBottomValueOnFaksimile rdfs:range xsd:float. +tln:lineHasInnerTopValueOnFaksimile rdfs:range xsd:float. +tln:lineHasNumber rdfs:range xsd:integer. +tln:lineHasOuterBottomValueOnFaksimile rdfs:range xsd:float. +tln:lineHasOuterTopValueOnFaksimile rdfs:range xsd:float. +tln:lineHasTopValueOnTranskription rdfs:range xsd:float. +tln:penOfForeignHands rdfs:range xsd:string. +tln:standoffTagHasEndIndex rdfs:range xsd:integer. +tln:standoffTagHasStartIndex rdfs:range xsd:integer. +tln:styleHasColor rdfs:range tln:Color. +tln:styleHasFont rdfs:range xsd:string. +tln:styleHasWritingInstrument rdfs:range xsd:string. +tln:textConnectionMarkHasTextSource rdfs:range tln:Reference. +tln:textHasContent rdfs:range xsd:string. +tln:textOfForeignHands rdfs:range xsd:string. +tln:wordBelongsToLine rdfs:range tln:Line. +tln:wordHasCorrection rdfs:range tln:Word. +tln:wordHasStyle rdfs:range tln:Style. +tln:wordInsertionMarkBelongsToLine rdfs:range tln:Line. +tln:wordReference rdfs:range xsd:string. +tln:hasHeight rdfs:range xsd:float. +tln:hasWidth rdfs:range xsd:float. +tln:overwritesWord rdfs:range tln:Word. +tln:isCorrectionOfWord rdfs:range tln:Word. +test:wordHasWordParts rdfs:range rdf:List. +test:hasText rdfs:range xsd:string. +test:hasPosition rdfs:range test:Position. +test:hasLeft rdfs:range xsd:float. +test:hasLine rdfs:range test:Line. +test:hasCorrection rdfs:range test:Word. +test:overwritesWord rdfs:range test:Word. +homotypic:hasMarkup rdfs:range _:bn_1. +homotypic:hasMarkup rdfs:range _:bn_2. +homotypic:hasMarkup rdfs:range _:bn_3. +tln:hasDescription rdfs:range tln:Text. +tln:hasFaksimileImage rdfs:range tln:Image. +tln:isOnFaksimileImage rdfs:range tln:Image. +tln:hasSvgImage rdfs:range tln:Image. +tln:isOnSvgImage rdfs:range tln:Image. +tln:hasTextField rdfs:range tln:PositionalObject. +tln:isOnTextField rdfs:range tln:PositionalObject. +tln:hasTranskriptionPosition rdfs:range _:bn_10. +tln:hasTranskriptionPosition rdfs:range tln:WordPosition. +tln:wordIsDeletedByPath rdfs:range tln:Path. +tln:hasTranskriptionPosition rdfs:range tln:PositionalObject. +tln:styleHasColor rdfs:range _:bn_11. +tln:styleHasColor rdfs:range _:bn_12. +tln:hasEarlierDescriptions rdfs:range tln:Description. +tln:hasFaksimilePosition rdfs:range _:bn_13. +tln:hasFaksimilePosition rdfs:range _:bn_14. +tln:hasFaksimilePosition rdfs:range tln:WordPosition. +tln:textHasMarkup rdfs:range _:bn_15. +tln:textHasMarkup rdfs:range _:bn_16. +tln:textHasMarkup rdfs:range stoff:StandoffMarkup. +tln:atypicalWritingHasText rdfs:range _:bn_17. +tln:clarificationHasText rdfs:range _:bn_17. +tln:hasDescription rdfs:range _:bn_17. +tln:hasStyle rdfs:range _:bn_28. +tln:wordHasStyle rdfs:range _:bn_28. +tln:hasStyle rdfs:range _:bn_29. +tln:wordHasStyle rdfs:range _:bn_29. +tln:hasStyle rdfs:range _:bn_30. +tln:wordHasStyle rdfs:range _:bn_30. +tln:hasStyle rdfs:range stoff:Style. +tln:wordHasStyle rdfs:range stoff:Style. +tln:hasFaksimileImage rdfs:range _:bn_31. +tln:isOnFaksimileImage rdfs:range _:bn_31. +tln:hasSvgImage rdfs:range _:bn_31. +tln:isOnSvgImage rdfs:range _:bn_31. +tln:hasFaksimileImage rdfs:range _:bn_32. +tln:isOnFaksimileImage rdfs:range _:bn_32. +tln:hasSvgImage rdfs:range _:bn_32. +tln:isOnSvgImage rdfs:range _:bn_32. +tln:hasFaksimileImage rdfs:range _:bn_33. +tln:isOnFaksimileImage rdfs:range _:bn_33. +tln:hasSvgImage rdfs:range _:bn_33. +tln:isOnSvgImage rdfs:range _:bn_33. +tln:hasFaksimileImage rdfs:range _:bn_34. +tln:isOnFaksimileImage rdfs:range _:bn_34. +tln:hasSvgImage rdfs:range _:bn_34. +tln:isOnSvgImage rdfs:range _:bn_34. +tln:lineContinuationHasReference rdfs:range _:bn_35. +tln:textConnectionMarkHasTextSource rdfs:range _:bn_35. +tln:lineContinuationHasReference rdfs:range _:bn_36. +tln:textConnectionMarkHasTextSource rdfs:range _:bn_36. +tln:lineContinuationHasReference rdfs:range _:bn_37. +tln:textConnectionMarkHasTextSource rdfs:range _:bn_37. +tln:hasTextField rdfs:range _:bn_39. +tln:isOnTextField rdfs:range _:bn_39. +tln:hasTranskriptionPosition rdfs:range _:bn_39. +tln:hasTextField rdfs:range _:bn_40. +tln:isOnTextField rdfs:range _:bn_40. +tln:hasTranskriptionPosition rdfs:range _:bn_40. +tln:hasTextField rdfs:range _:bn_41. +tln:isOnTextField rdfs:range _:bn_41. +tln:hasTranskriptionPosition rdfs:range _:bn_41. +tln:hasTextField rdfs:range _:bn_42. +tln:isOnTextField rdfs:range _:bn_42. +tln:hasTranskriptionPosition rdfs:range _:bn_42. +tln:hasTextField rdfs:range _:bn_43. +tln:isOnTextField rdfs:range _:bn_43. +tln:hasTranskriptionPosition rdfs:range _:bn_43. +tln:lineContinuesOn rdfs:range _:bn_44. +tln:wordBelongsToLine rdfs:range _:bn_44. +tln:wordInsertionMarkBelongsToLine rdfs:range _:bn_44. +tln:lineContinuesOn rdfs:range _:bn_45. +tln:wordBelongsToLine rdfs:range _:bn_45. +tln:wordInsertionMarkBelongsToLine rdfs:range _:bn_45. +tln:lineContinuesOn rdfs:range _:bn_46. +tln:wordBelongsToLine rdfs:range _:bn_46. +tln:wordInsertionMarkBelongsToLine rdfs:range _:bn_46. +tln:lineContinuesOn rdfs:range _:bn_47. +tln:wordBelongsToLine rdfs:range _:bn_47. +tln:wordInsertionMarkBelongsToLine rdfs:range _:bn_47. +tln:lineContinuesOn rdfs:range _:bn_48. +tln:wordBelongsToLine rdfs:range _:bn_48. +tln:wordInsertionMarkBelongsToLine rdfs:range _:bn_48. +tln:lineContinuesOn rdfs:range _:bn_49. +tln:wordBelongsToLine rdfs:range _:bn_49. +tln:wordInsertionMarkBelongsToLine rdfs:range _:bn_49. +tln:lineContinuesOn rdfs:range _:bn_50. +tln:wordBelongsToLine rdfs:range _:bn_50. +tln:wordInsertionMarkBelongsToLine rdfs:range _:bn_50. +tln:lineContinuesOn rdfs:range _:bn_51. +tln:wordBelongsToLine rdfs:range _:bn_51. +tln:wordInsertionMarkBelongsToLine rdfs:range _:bn_51. +tln:isClarificationOfWord rdfs:range _:bn_52. +tln:isDeletionOfWord rdfs:range _:bn_52. +tln:isExtensionOfWord rdfs:range _:bn_52. +tln:isTransformationOfWord rdfs:range _:bn_52. +tln:wordHasEarlierVersion rdfs:range _:bn_52. +tln:writingContinuesWithWord rdfs:range _:bn_52. +tln:hasNextWord rdfs:range _:bn_52. +tln:hasPreviousWord rdfs:range _:bn_52. +tln:wordHasCorrection rdfs:range _:bn_52. +tln:overwritesWord rdfs:range _:bn_52. +tln:isCorrectionOfWord rdfs:range _:bn_52. +tln:isClarificationOfWord rdfs:range text:HandwrittenText. +tln:isDeletionOfWord rdfs:range text:HandwrittenText. +tln:isExtensionOfWord rdfs:range text:HandwrittenText. +tln:isTransformationOfWord rdfs:range text:HandwrittenText. +tln:wordHasEarlierVersion rdfs:range text:HandwrittenText. +tln:writingContinuesWithWord rdfs:range text:HandwrittenText. +tln:hasNextWord rdfs:range text:HandwrittenText. +tln:hasPreviousWord rdfs:range text:HandwrittenText. +tln:wordHasCorrection rdfs:range text:HandwrittenText. +tln:overwritesWord rdfs:range text:HandwrittenText. +tln:isCorrectionOfWord rdfs:range text:HandwrittenText. +tln:isClarificationOfWord rdfs:range tln:SimpleWord. +tln:isDeletionOfWord rdfs:range tln:SimpleWord. +tln:isExtensionOfWord rdfs:range tln:SimpleWord. +tln:isTransformationOfWord rdfs:range tln:SimpleWord. +tln:wordHasEarlierVersion rdfs:range tln:SimpleWord. +tln:writingContinuesWithWord rdfs:range tln:SimpleWord. +tln:hasNextWord rdfs:range tln:SimpleWord. +tln:hasPreviousWord rdfs:range tln:SimpleWord. +tln:wordHasCorrection rdfs:range tln:SimpleWord. +tln:overwritesWord rdfs:range tln:SimpleWord. +tln:isCorrectionOfWord rdfs:range tln:SimpleWord. +test:hasCorrection rdfs:range _:bn_53. +test:overwritesWord rdfs:range _:bn_53. +test:hasCorrection rdfs:range _:bn_54. +test:overwritesWord rdfs:range _:bn_54. +test:hasCorrection rdfs:range tln:Word. +test:overwritesWord rdfs:range tln:Word. +test:hasCorrection rdfs:range homotypic:HomotypicEntity. +test:overwritesWord rdfs:range homotypic:HomotypicEntity. +tln:hasEarlierDescriptions rdfs:range _:bn_17. +tln:hasFaksimilePosition rdfs:range _:bn_39. +tln:hasFaksimilePosition rdfs:range _:bn_40. +tln:hasFaksimilePosition rdfs:range _:bn_41. +tln:hasFaksimilePosition rdfs:range _:bn_42. +tln:hasFaksimilePosition rdfs:range _:bn_43. +tln:hasEarlierDescriptions rdfs:range tln:Text. +tln:hasFaksimilePosition rdfs:range tln:PositionalObject. +tln:textHasMarkup rdfs:range _:bn_1. +tln:textHasMarkup rdfs:range _:bn_2. +tln:textHasMarkup rdfs:range _:bn_3. +tln:isClarificationOfWord rdfs:range _:bn_25. +tln:isDeletionOfWord rdfs:range _:bn_25. +tln:isExtensionOfWord rdfs:range _:bn_25. +tln:isTransformationOfWord rdfs:range _:bn_25. +tln:wordHasEarlierVersion rdfs:range _:bn_25. +tln:writingContinuesWithWord rdfs:range _:bn_25. +tln:hasNextWord rdfs:range _:bn_25. +tln:hasPreviousWord rdfs:range _:bn_25. +tln:wordHasCorrection rdfs:range _:bn_25. +tln:overwritesWord rdfs:range _:bn_25. +tln:isCorrectionOfWord rdfs:range _:bn_25. +test:hasCorrection rdfs:range _:bn_25. +test:overwritesWord rdfs:range _:bn_25. +tln:isClarificationOfWord rdfs:range _:bn_26. +tln:isDeletionOfWord rdfs:range _:bn_26. +tln:isExtensionOfWord rdfs:range _:bn_26. +tln:isTransformationOfWord rdfs:range _:bn_26. +tln:wordHasEarlierVersion rdfs:range _:bn_26. +tln:writingContinuesWithWord rdfs:range _:bn_26. +tln:hasNextWord rdfs:range _:bn_26. +tln:hasPreviousWord rdfs:range _:bn_26. +tln:wordHasCorrection rdfs:range _:bn_26. +tln:overwritesWord rdfs:range _:bn_26. +tln:isCorrectionOfWord rdfs:range _:bn_26. +test:hasCorrection rdfs:range _:bn_26. +test:overwritesWord rdfs:range _:bn_26. +tln:isClarificationOfWord rdfs:range _:bn_27. +tln:isDeletionOfWord rdfs:range _:bn_27. +tln:isExtensionOfWord rdfs:range _:bn_27. +tln:isTransformationOfWord rdfs:range _:bn_27. +tln:wordHasEarlierVersion rdfs:range _:bn_27. +tln:writingContinuesWithWord rdfs:range _:bn_27. +tln:hasNextWord rdfs:range _:bn_27. +tln:hasPreviousWord rdfs:range _:bn_27. +tln:wordHasCorrection rdfs:range _:bn_27. +tln:overwritesWord rdfs:range _:bn_27. +tln:isCorrectionOfWord rdfs:range _:bn_27. +test:hasCorrection rdfs:range _:bn_27. +test:overwritesWord rdfs:range _:bn_27. +tln:isClarificationOfWord rdfs:range homotypic:HomotypicEntity. +tln:isDeletionOfWord rdfs:range homotypic:HomotypicEntity. +tln:isExtensionOfWord rdfs:range homotypic:HomotypicEntity. +tln:isTransformationOfWord rdfs:range homotypic:HomotypicEntity. +tln:wordHasEarlierVersion rdfs:range homotypic:HomotypicEntity. +tln:writingContinuesWithWord rdfs:range homotypic:HomotypicEntity. +tln:hasNextWord rdfs:range homotypic:HomotypicEntity. +tln:hasPreviousWord rdfs:range homotypic:HomotypicEntity. +tln:wordHasCorrection rdfs:range homotypic:HomotypicEntity. +tln:overwritesWord rdfs:range homotypic:HomotypicEntity. +tln:isCorrectionOfWord rdfs:range homotypic:HomotypicEntity. +test:hasCorrection rdfs:range _:bn_52. +test:overwritesWord rdfs:range _:bn_52. +test:hasCorrection rdfs:range text:HandwrittenText. +test:overwritesWord rdfs:range text:HandwrittenText. +test:hasCorrection rdfs:range tln:SimpleWord. +test:overwritesWord rdfs:range tln:SimpleWord. +tln:inheritOverwritesWord rdfs:range tln:Word. +tln:inheritOverwritesWord rdfs:range _:bn_52. +tln:inheritOverwritesWord rdfs:range text:HandwrittenText. +tln:inheritOverwritesWord rdfs:range tln:SimpleWord. +tln:inheritOverwritesWord rdfs:range _:bn_25. +tln:inheritOverwritesWord rdfs:range _:bn_26. +tln:inheritOverwritesWord rdfs:range _:bn_27. +tln:inheritOverwritesWord rdfs:range homotypic:HomotypicEntity. +test:inheritOverwritesWord rdfs:range test:Word. +test:inheritOverwritesWord rdfs:range _:bn_53. +test:inheritOverwritesWord rdfs:range _:bn_54. +test:inheritOverwritesWord rdfs:range tln:Word. +test:inheritOverwritesWord rdfs:range homotypic:HomotypicEntity. +test:inheritOverwritesWord rdfs:range _:bn_25. +test:inheritOverwritesWord rdfs:range _:bn_26. +test:inheritOverwritesWord rdfs:range _:bn_27. +test:inheritOverwritesWord rdfs:range _:bn_52. +test:inheritOverwritesWord rdfs:range text:HandwrittenText. +test:inheritOverwritesWord rdfs:range tln:SimpleWord. +test:hasCSS rdfs:range xsd:string. +stoff:StandoffMarkup rdfs:subClassOf _:bn_1. +stoff:StandoffMarkup rdfs:subClassOf _:bn_2. +stoff:StandoffMarkup rdfs:subClassOf _:bn_3. +tln:UncertainDecipherment rdfs:subClassOf tln:EditorComment. +tln:AtypicalWriting rdfs:subClassOf tln:EditorComment. +tln:Box rdfs:subClassOf tln:Path. +tln:Clarification rdfs:subClassOf _:bn_4. +tln:Clarification rdfs:subClassOf tln:EditorComment. +tln:EditorCorrection rdfs:subClassOf tln:EditorComment. +tln:TextConnectionMark rdfs:subClassOf _:bn_5. +tln:TextConnectionMark rdfs:subClassOf tln:SpecialWord. +tln:Description rdfs:subClassOf tln:Text. +tln:FaksimileImage rdfs:subClassOf tln:Image. +tln:LineContinuation rdfs:subClassOf _:bn_6. +tln:LineContinuation rdfs:subClassOf _:bn_7. +tln:LineContinuation rdfs:subClassOf tln:EditorComment. +tln:MarkForeignHands rdfs:subClassOf _:bn_8. +tln:MarkForeignHands rdfs:subClassOf _:bn_9. +tln:MarkForeignHands rdfs:subClassOf tln:SpecialWord. +tln:SVGImage rdfs:subClassOf tln:Image. +tln:SpecialWord rdfs:subClassOf tln:SimpleWord. +tln:TextField rdfs:subClassOf tln:PositionalObject. +tln:TranskriptionPosition rdfs:subClassOf _:bn_10. +tln:TranskriptionPosition rdfs:subClassOf tln:WordPosition. +tln:WordDeletionPath rdfs:subClassOf tln:Path. +tln:WordPosition rdfs:subClassOf tln:PositionalObject. +tln:Color rdfs:subClassOf _:bn_11. +tln:Color rdfs:subClassOf _:bn_12. +tln:EarlierDescription rdfs:subClassOf tln:Description. +tln:FaksimilePosition rdfs:subClassOf _:bn_13. +tln:FaksimilePosition rdfs:subClassOf _:bn_14. +tln:FaksimilePosition rdfs:subClassOf tln:WordPosition. +tln:StandoffTag rdfs:subClassOf _:bn_15. +tln:StandoffTag rdfs:subClassOf _:bn_16. +tln:StandoffTag rdfs:subClassOf stoff:StandoffMarkup. +tln:Text rdfs:subClassOf _:bn_17. +tln:WordInsertionMark rdfs:subClassOf _:bn_18. +tln:WordInsertionMark rdfs:subClassOf _:bn_19. +tln:WordInsertionMark rdfs:subClassOf _:bn_20. +tln:WordInsertionMark rdfs:subClassOf _:bn_21. +tln:WordInsertionMark rdfs:subClassOf _:bn_22. +tln:WordInsertionMark rdfs:subClassOf tln:PositionalObject. +tln:ArchivalManuscriptUnity rdfs:subClassOf _:bn_23. +tln:ArchivalManuscriptUnity rdfs:subClassOf _:bn_24. +tln:SimpleWord rdfs:subClassOf _:bn_25. +tln:SimpleWord rdfs:subClassOf _:bn_26. +tln:SimpleWord rdfs:subClassOf _:bn_27. +tln:SimpleWord rdfs:subClassOf homotypic:HomotypicEntity. +tln:Style rdfs:subClassOf _:bn_28. +tln:Style rdfs:subClassOf _:bn_29. +tln:Style rdfs:subClassOf _:bn_30. +tln:Style rdfs:subClassOf stoff:Style. +tln:Image rdfs:subClassOf _:bn_31. +tln:Image rdfs:subClassOf _:bn_32. +tln:Image rdfs:subClassOf _:bn_33. +tln:Image rdfs:subClassOf _:bn_34. +tln:Reference rdfs:subClassOf _:bn_35. +tln:Reference rdfs:subClassOf _:bn_36. +tln:Reference rdfs:subClassOf _:bn_37. +tln:Page rdfs:subClassOf _:bn_38. +tln:Page rdfs:subClassOf document:Page. +tln:PositionalObject rdfs:subClassOf _:bn_39. +tln:PositionalObject rdfs:subClassOf _:bn_40. +tln:PositionalObject rdfs:subClassOf _:bn_41. +tln:PositionalObject rdfs:subClassOf _:bn_42. +tln:PositionalObject rdfs:subClassOf _:bn_43. +tln:Line rdfs:subClassOf _:bn_44. +tln:Line rdfs:subClassOf _:bn_45. +tln:Line rdfs:subClassOf _:bn_46. +tln:Line rdfs:subClassOf _:bn_47. +tln:Line rdfs:subClassOf _:bn_48. +tln:Line rdfs:subClassOf _:bn_49. +tln:Line rdfs:subClassOf _:bn_50. +tln:Line rdfs:subClassOf _:bn_51. +tln:Word rdfs:subClassOf _:bn_52. +tln:Word rdfs:subClassOf text:HandwrittenText. +tln:Word rdfs:subClassOf tln:SimpleWord. +test:Word rdfs:subClassOf _:bn_53. +test:Word rdfs:subClassOf _:bn_54. +test:Word rdfs:subClassOf tln:Word. +test:Word rdfs:subClassOf homotypic:HomotypicEntity. +test:Style rdfs:subClassOf stoff:Style. +tln:TextConnectionMark rdfs:subClassOf tln:SimpleWord. +tln:Description rdfs:subClassOf _:bn_17. +tln:FaksimileImage rdfs:subClassOf _:bn_31. +tln:FaksimileImage rdfs:subClassOf _:bn_32. +tln:FaksimileImage rdfs:subClassOf _:bn_33. +tln:FaksimileImage rdfs:subClassOf _:bn_34. +tln:MarkForeignHands rdfs:subClassOf tln:SimpleWord. +tln:SVGImage rdfs:subClassOf _:bn_31. +tln:SVGImage rdfs:subClassOf _:bn_32. +tln:SVGImage rdfs:subClassOf _:bn_33. +tln:SVGImage rdfs:subClassOf _:bn_34. +tln:SpecialWord rdfs:subClassOf _:bn_25. +tln:SpecialWord rdfs:subClassOf _:bn_26. +tln:SpecialWord rdfs:subClassOf _:bn_27. +tln:SpecialWord rdfs:subClassOf homotypic:HomotypicEntity. +tln:TextField rdfs:subClassOf _:bn_39. +tln:TextField rdfs:subClassOf _:bn_40. +tln:TextField rdfs:subClassOf _:bn_41. +tln:TextField rdfs:subClassOf _:bn_42. +tln:TextField rdfs:subClassOf _:bn_43. +tln:TranskriptionPosition rdfs:subClassOf tln:PositionalObject. +tln:WordPosition rdfs:subClassOf _:bn_39. +tln:WordPosition rdfs:subClassOf _:bn_40. +tln:WordPosition rdfs:subClassOf _:bn_41. +tln:WordPosition rdfs:subClassOf _:bn_42. +tln:WordPosition rdfs:subClassOf _:bn_43. +tln:EarlierDescription rdfs:subClassOf tln:Text. +tln:EarlierDescription rdfs:subClassOf _:bn_17. +tln:FaksimilePosition rdfs:subClassOf tln:PositionalObject. +tln:FaksimilePosition rdfs:subClassOf _:bn_39. +tln:FaksimilePosition rdfs:subClassOf _:bn_40. +tln:FaksimilePosition rdfs:subClassOf _:bn_41. +tln:FaksimilePosition rdfs:subClassOf _:bn_42. +tln:FaksimilePosition rdfs:subClassOf _:bn_43. +tln:StandoffTag rdfs:subClassOf _:bn_1. +tln:StandoffTag rdfs:subClassOf _:bn_2. +tln:StandoffTag rdfs:subClassOf _:bn_3. +tln:WordInsertionMark rdfs:subClassOf _:bn_39. +tln:WordInsertionMark rdfs:subClassOf _:bn_40. +tln:WordInsertionMark rdfs:subClassOf _:bn_41. +tln:WordInsertionMark rdfs:subClassOf _:bn_42. +tln:WordInsertionMark rdfs:subClassOf _:bn_43. +tln:Word rdfs:subClassOf _:bn_25. +tln:Word rdfs:subClassOf _:bn_26. +tln:Word rdfs:subClassOf _:bn_27. +tln:Word rdfs:subClassOf homotypic:HomotypicEntity. +test:Word rdfs:subClassOf _:bn_52. +test:Word rdfs:subClassOf text:HandwrittenText. +test:Word rdfs:subClassOf tln:SimpleWord. +test:Word rdfs:subClassOf _:bn_25. +test:Word rdfs:subClassOf _:bn_26. +test:Word rdfs:subClassOf _:bn_27. +tln:TextConnectionMark rdfs:subClassOf _:bn_25. +tln:TextConnectionMark rdfs:subClassOf _:bn_26. +tln:TextConnectionMark rdfs:subClassOf _:bn_27. +tln:TextConnectionMark rdfs:subClassOf homotypic:HomotypicEntity. +tln:MarkForeignHands rdfs:subClassOf _:bn_25. +tln:MarkForeignHands rdfs:subClassOf _:bn_26. +tln:MarkForeignHands rdfs:subClassOf _:bn_27. +tln:MarkForeignHands rdfs:subClassOf homotypic:HomotypicEntity. +tln:TranskriptionPosition rdfs:subClassOf _:bn_39. +tln:TranskriptionPosition rdfs:subClassOf _:bn_40. +tln:TranskriptionPosition rdfs:subClassOf _:bn_41. +tln:TranskriptionPosition rdfs:subClassOf _:bn_42. +tln:TranskriptionPosition rdfs:subClassOf _:bn_43. +_:bn_1 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_2 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_3 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_4 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_5 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_6 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_7 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_9 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_10 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_11 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_12 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_13 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_14 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_15 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_16 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_17 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_19 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_21 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_23 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_24 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_25 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_28 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_29 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_30 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_31 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_32 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_33 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_34 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_38 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_39 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_40 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_41 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_42 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_43 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_44 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_45 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_46 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_47 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_48 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_49 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_50 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_51 owl:cardinality "1"^^xsd:nonNegativeInteger. +_:bn_1 owl:onProperty stoff:hasCSS. +_:bn_2 owl:onProperty stoff:standoffMarkupHasStartIndex. +_:bn_3 owl:onProperty stoff:standoffMarkupHasEndIndex. +_:bn_4 owl:onProperty tln:clarificationHasText. +_:bn_5 owl:onProperty tln:textConnectionMarkHasTextSource. +_:bn_6 owl:onProperty tln:isLineAContinuationTo. +_:bn_7 owl:onProperty tln:lineContinuationHasReference. +_:bn_8 owl:onProperty tln:penOfForeignHands. +_:bn_9 owl:onProperty tln:textOfForeignHands. +_:bn_10 owl:onProperty tln:isOnSvgImage. +_:bn_11 owl:onProperty tln:colorHasName. +_:bn_12 owl:onProperty tln:hasHexadecimalValue. +_:bn_13 owl:onProperty tln:isOnTextField. +_:bn_14 owl:onProperty tln:isOnFaksimileImage. +_:bn_15 owl:onProperty tln:standoffTagHasEndIndex. +_:bn_16 owl:onProperty tln:standoffTagHasStartIndex. +_:bn_17 owl:onProperty tln:textHasContent. +_:bn_18 owl:onProperty tln:hasSymbolId. +_:bn_19 owl:onProperty tln:wordInsertionMarkBelongsToLine. +_:bn_20 owl:onProperty tln:hasNextWord. +_:bn_21 owl:onProperty tln:hasMarkType. +_:bn_22 owl:onProperty tln:hasPreviousWord. +_:bn_23 owl:onProperty tln:hasManuscriptType. +_:bn_24 owl:onProperty tln:hasTitle. +_:bn_25 owl:onProperty tln:hasText. +_:bn_26 owl:onProperty tln:wordBelongsToLine. +_:bn_27 owl:onProperty tln:hasTranskriptionPosition. +_:bn_28 owl:onProperty tln:styleHasFont. +_:bn_29 owl:onProperty tln:styleHasColor. +_:bn_30 owl:onProperty tln:styleHasWritingInstrument. +_:bn_31 owl:onProperty tln:hasHeight. +_:bn_32 owl:onProperty tln:hasUrl. +_:bn_33 owl:onProperty tln:hasFileName. +_:bn_34 owl:onProperty tln:hasWidth. +_:bn_35 owl:onProperty tln:firstLineOfReference. +_:bn_36 owl:onProperty tln:lastLineOfReference. +_:bn_37 owl:onProperty tln:wordReference. +_:bn_38 owl:onProperty tln:hasNumber. +_:bn_39 owl:onProperty tln:hasTop. +_:bn_40 owl:onProperty tln:hasWidth. +_:bn_41 owl:onProperty tln:hasLeft. +_:bn_42 owl:onProperty tln:hasHeight. +_:bn_43 owl:onProperty tln:hasBottom. +_:bn_44 owl:onProperty tln:isMainLine. +_:bn_45 owl:onProperty tln:lineHasOuterBottomValueOnFaksimile. +_:bn_46 owl:onProperty tln:lineHasTopValueOnTranskription. +_:bn_47 owl:onProperty tln:lineHasBottomValueOnTranskription. +_:bn_48 owl:onProperty tln:lineHasInnerTopValueOnFaksimile. +_:bn_49 owl:onProperty tln:lineHasNumber. +_:bn_50 owl:onProperty tln:lineHasInnerBottomValueOnFaksimile. +_:bn_51 owl:onProperty tln:lineHasOuterTopValueOnFaksimile. +_:bn_52 owl:onProperty tln:wordHasStyle. +_:bn_53 owl:onProperty test:hasPosition. +_:bn_54 owl:onProperty test:hasLine. +tln:IsUncertain rdfs:label "whether something is uncertain"@en. +tln:UncertainDecipherment rdfs:label "uncertain decipherment"@en. +tln:atypicalWritingHasText rdfs:label "has atypicalWritingHasText"@en. +tln:hasAuthor rdfs:label "has Author"@en. +tln:hasCitation rdfs:label "has Citation"@en. +tln:hasComment rdfs:label "has Comment"@en. +tln:hasCorrectionText rdfs:label "has CorrectionText"@en. +tln:hasDAttribute rdfs:label "svg path has d attribute"@en. +tln:hasDescription rdfs:label "has Description"@en. +tln:hasEarlierDescriptions rdfs:label "has EarlierDescriptions"@en. +tln:hasEarlierText rdfs:label "has EarlierText"@en. +tln:hasEditedText rdfs:label "word has an edited text"@en. +tln:hasFaksimileImage rdfs:label "has FaksimileImage"@en. +tln:hasFaksimilePosition rdfs:label "has FaksimilePosition"@en. +tln:hasLines rdfs:label "has Lines"@en. +tln:hasMarkForeignHands rdfs:label "has MarkForeignHands"@en. +tln:hasOrientation rdfs:label "has Orientation"@en. +tln:hasPageNumber rdfs:label "has PageNumber"@en. +tln:hasPages rdfs:label "has Pages"@en. +tln:hasStyle rdfs:label "has Style"@en. +tln:hasStyles rdfs:label "has Styles"@en. +tln:hasSvgImage rdfs:label "has SvgImage"@en. +tln:hasTextField rdfs:label "has TextField"@en. +tln:hasTransform rdfs:label "has Transform"@en. +tln:hasWordDeletionPaths rdfs:label "has WordDeletionPaths"@en. +tln:hasWordInsertionMarks rdfs:label "has WordInsertionMarks"@en. +tln:hasWords rdfs:label "has Words"@en. +tln:inheritOverwritesWord rdfs:label "word overwrites word (inherited from tln:wordHasCorrection)"@en. +tln:isClarificationOfWord rdfs:label "word is a clarification of word"@en. +tln:isDeletionOfWord rdfs:label "word is a deletion of word"@en. +tln:isExtensionOfWord rdfs:label "word is a extension of word"@en. +tln:isTransformationOfWord rdfs:label "word is a transformation of word"@en. +tln:isUncertain rdfs:label "whether something is uncertain"@en. +tln:lineContinuesOn rdfs:label "writing from subject line continues with object line"@en. +tln:lineHasEditorComment rdfs:label "has lineHasEditorComment"@en. +tln:standoffTagHasCSS rdfs:label "standoff tag has css"@en. +tln:styleHasCSS rdfs:label "style has css"@en. +tln:textHasMarkup rdfs:label "standoff markup of text"@en. +tln:wordHasEarlierVersion rdfs:label "word has an earlier version"@en. +tln:wordHasEditorComment rdfs:label "word has a comment by the editors"@en. +tln:wordHasWordParts rdfs:label "word has word parts"@en. +tln:wordIsDeletedByPath rdfs:label "word has been deleted with a deletion path"@en. +tln:writingContinuesWithWord rdfs:label "writing continues with next word"@en. +tln:AtypicalWriting rdfs:label "atypical writing"@en. +tln:Box rdfs:label "box"@en. +tln:Clarification rdfs:label "clarification"@en. +tln:EditorCorrection rdfs:label "editor correction"@en. +tln:TextConnectionMark rdfs:label "text connection mark"@en. +tln:clarificationHasText rdfs:label "has clarificationHasText"@en. +tln:colorHasName rdfs:label "color has name"@en. +tln:firstLineOfReference rdfs:label "first line of reference"@en. +tln:hasBottom rdfs:label "has Bottom"@en. +tln:hasFileName rdfs:label "has FileName"@en. +tln:hasHexadecimalValue rdfs:label "color has a hexadecimal value"@en. +tln:hasLeft rdfs:label "has Left"@en. +tln:hasManuscriptType rdfs:label "has ManuscriptType"@en. +tln:hasMarkType rdfs:label "has MarkType"@en. +tln:hasNextWord rdfs:label "has next word"@en. +tln:hasNumber rdfs:label "has Number"@en. +tln:hasPreviousWord rdfs:label "has previous word"@en. +tln:hasSymbolId rdfs:label "has SymbolId"@en. +tln:hasText rdfs:label "has Text"@en. +tln:hasTitle rdfs:label "has Title"@en. +tln:hasTop rdfs:label "has Top"@en. +tln:hasTranskriptionPosition rdfs:label "has TranskriptionPosition"@en. +tln:hasUrl rdfs:label "has Url"@en. +tln:isLineAContinuationTo rdfs:label "whether line continues on reference"@en. +tln:isMainLine rdfs:label "whether or not line is a main line"@en. +tln:isOnFaksimileImage rdfs:label "faksimile position is on faksimile image"@en. +tln:isOnSvgImage rdfs:label "transkription position is on svg image"@en. +tln:isOnTextField rdfs:label "faksimile position is on text field"@en. +tln:lastLineOfReference rdfs:label "last line of reference"@en. +tln:lineContinuationHasReference rdfs:label "line continues from/to reference"@en. +tln:lineHasBottomValueOnTranskription rdfs:label "has lineHasBottomValueOnTranskription"@en. +tln:lineHasInnerBottomValueOnFaksimile rdfs:label "line has a top position on the faksimile image"@en. +tln:lineHasInnerTopValueOnFaksimile rdfs:label "line has a bottom position on the faksimile image"@en. +tln:lineHasNumber rdfs:label "line has number"@en. +tln:lineHasOuterBottomValueOnFaksimile rdfs:label "line has a top position next to the faksimile image"@en. +tln:lineHasOuterTopValueOnFaksimile rdfs:label "line has a bottom position next to the faksimile image"@en. +tln:lineHasTopValueOnTranskription rdfs:label "has lineHasTopValueOnTranskription"@en. +tln:penOfForeignHands rdfs:label "pen used to write text by some foreign hand"@en. +tln:standoffTagHasEndIndex rdfs:label "standoff tag has a end index"@en. +tln:standoffTagHasStartIndex rdfs:label "standoff tag has a start index"@en. +tln:styleHasColor rdfs:label "style has color"@en. +tln:styleHasFont rdfs:label "style has font"@en. +tln:styleHasWritingInstrument rdfs:label "style has writing instrument"@en. +tln:textConnectionMarkHasTextSource rdfs:label "text connection mark has a text source"@en. +tln:textHasContent rdfs:label "content of text"@en. +tln:textOfForeignHands rdfs:label "text traces of some foreign hand"@en. +tln:wordBelongsToLine rdfs:label "word belongs to a line"@en. +tln:wordHasCorrection rdfs:label "word has corrections"@en. +tln:wordHasStyle rdfs:label "word has style"@en. +tln:wordInsertionMarkBelongsToLine rdfs:label "word insertion mark belongs to a specific line"@en. +tln:wordReference rdfs:label "refers to word on same line"@en. +tln:Description rdfs:label "description"@en. +tln:FaksimileImage rdfs:label "faksimile image"@en. +tln:LineContinuation rdfs:label "line continuation"@en. +tln:MarkForeignHands rdfs:label "mark foreign hands"@en. +tln:SVGImage rdfs:label "svg image"@en. +tln:SpecialWord rdfs:label "special word"@en. +tln:TextField rdfs:label "text field"@en. +tln:TranskriptionPosition rdfs:label "position of a word on the topological transkription"@en. +tln:WordDeletionPath rdfs:label "word deletion path"@en. +tln:WordPosition rdfs:label "word position"@en. +tln:hasHeight rdfs:label "has Height"@en. +tln:hasWidth rdfs:label "has Width"@en. +tln:overwritesWord rdfs:label "word overwrites word"@en. +tln:Color rdfs:label "color"@en. +tln:EarlierDescription rdfs:label "earlier description"@en. +tln:FaksimilePosition rdfs:label "faksimile position"@en. +tln:Path rdfs:label "path"@en. +tln:StandoffTag rdfs:label "standoff tag"@en. +tln:isCorrectionOfWord rdfs:label "word is a correction of word"@en. +tln:Text rdfs:label "text"@en. +tln:WordInsertionMark rdfs:label "word insertion mark"@en. +tln:ArchivalManuscriptUnity rdfs:label "archival unity of manuscript pages"@en. +tln:SimpleWord rdfs:label "simple word"@en. +tln:Style rdfs:label "style"@en. +tln:Image rdfs:label "image"@en. +tln:Reference rdfs:label "reference"@en. +tln:EditorComment rdfs:label "editor comment"@en. +tln:Page rdfs:label "page"@en. +tln:PositionalObject rdfs:label "positional object"@en. +tln:Line rdfs:label "a line on a page"@en. +tln:Word rdfs:label "word"@en. +tln:UncertainDecipherment rdfs:comment "This class represents a uncertain decipherment by the editors."@en. +tln:hasDAttribute rdfs:comment "The d attribute defines a path to be drawn."@en. +tln:hasEditedText rdfs:comment "Word has a text that is edited automatically by removing deleted parts or hyphens."@en. +tln:inheritOverwritesWord rdfs:comment "The author has used this word in order to overwrite that word."@en. +tln:isClarificationOfWord rdfs:comment "The author has used this part of the word in order to clarify the appearance of that word."@en. +tln:isDeletionOfWord 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. +tln:isExtensionOfWord rdfs:comment "The author has used this part of a word in order to extend an earlier version of this word."@en. +tln:isTransformationOfWord 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. +tln:standoffTagHasCSS rdfs:comment "Connects a standoff tag with CSS style."@en. +tln:styleHasCSS rdfs:comment "Connects a style with CSS style."@en. +tln:textHasMarkup rdfs:comment "Connects a text with a list of standoff tags."@en. +tln:wordHasEarlierVersion rdfs:comment "There is a earlier version of this word."@en. +tln:wordHasEditorComment rdfs:comment "Word has been commented by the editors."@en. +tln:wordHasWordParts rdfs:comment "Word consists of a list of words."@en. +tln:wordIsDeletedByPath rdfs:comment "Word has been deleted by the author using a deletion path."@en. +tln:AtypicalWriting rdfs:comment "This class represents a a atpycial writing by the author."@en. +tln:Box rdfs:comment "This represents box svg paths."@en. +tln:Clarification rdfs:comment "This class represents a word clarification."@en. +tln:EditorCorrection rdfs:comment "This class represents a word correction by the editors."@en. +tln:TextConnectionMark rdfs:comment "This class represents a text connection mark."@en. +tln:colorHasName rdfs:comment "Connects a color with its name."@en. +tln:hasHexadecimalValue rdfs:comment "Connects a color with its hexadecimal representation. A hexadecimal color is specified with: #RRGGBB."@en. +tln:isMainLine rdfs:comment "Indicates whether or not line is a main line. Lines that are not main lines, contain later inserted words."@en. +tln:isOnFaksimileImage rdfs:comment "Relates the faksimile position of a word to the faksimile image"@en. +tln:isOnTextField rdfs:comment "Relates the faksimile position of a word to its text field on a faksimile image"@en. +tln:lineHasInnerBottomValueOnFaksimile rdfs:comment "This is the top position of the area, in which the words belong to this line."@en. +tln:lineHasInnerTopValueOnFaksimile rdfs:comment "This is the bottom position of the area, in which the words belong to this line."@en. +tln:lineHasNumber rdfs:comment "Relating a line to the number it has."@en. +tln:lineHasOuterBottomValueOnFaksimile rdfs:comment "This is the top position of line outside of the faksimile image."@en. +tln:lineHasOuterTopValueOnFaksimile rdfs:comment "This is the bottom position of line outside of the faksimile image."@en. +tln:standoffTagHasEndIndex rdfs:comment "Connects a standoff tag with its end index."@en. +tln:standoffTagHasStartIndex rdfs:comment "Connects a standoff tag with its start index."@en. +tln:styleHasColor rdfs:comment "Connects a style with a color."@en. +tln:styleHasFont rdfs:comment "Connects a style with the kind of font Nietzsche used in writing."@en. +tln:styleHasWritingInstrument rdfs:comment "Connects a style with the description of a writing instrument."@en. +tln:textHasContent rdfs:comment "Connects a text with its content."@en. +tln:wordBelongsToLine rdfs:comment "Relating a word to a line."@en. +tln:wordHasCorrection rdfs:comment "Word has a correction made by the author."@en. +tln:wordHasStyle rdfs:comment "Word has an appearance that is characterized by this style."@en. +tln:Description rdfs:comment "This class represents a description."@en. +tln:FaksimileImage rdfs:comment "This class represents a faksimile image."@en. +tln:LineContinuation rdfs:comment "This class represents a line continuation."@en. +tln:MarkForeignHands rdfs:comment "This class represents the mark for text by some foreign hand."@en. +tln:SVGImage rdfs:comment "This class represents a svg image."@en. +tln:SpecialWord rdfs:comment "This class represents a special word."@en. +tln:TextField rdfs:comment "This class represents the text field of a faksimile image."@en. +tln:TranskriptionPosition rdfs:comment "This class represents the position of a word on the transkription as it is displayed by a svg image."@en. +tln:WordDeletionPath rdfs:comment "This class represents word deletion paths."@en. +tln:WordPosition rdfs:comment "This class represents a word position."@en. +tln:overwritesWord rdfs:comment "The author has used this word in order to overwrite that word."@en. +tln:Color rdfs:comment "This class represents a color."@en. +tln:EarlierDescription rdfs:comment "This class represents a description by another author."@en. +tln:FaksimilePosition rdfs:comment "This class represents the position of a Word on a TextField on a FaksimileImage."@en. +tln:Path rdfs:comment "This super class represents all types of svg paths."@en. +tln:StandoffTag rdfs:comment "This class represents the standoff markup of a text."@en. +tln:isCorrectionOfWord rdfs:comment "The author has used this word in order to correct that word."@en. +tln:Text rdfs:comment "This class represents a text that may have standoff markup."@en. +tln:WordInsertionMark rdfs:comment "This class represents a word insertion mark."@en. +tln:ArchivalManuscriptUnity rdfs:comment "This class represents an archival unity of manuscript pages (workbooks, notebooks and portfolios of handwritten pages)."@en. +tln:SimpleWord rdfs:comment "This class represents a simple word."@en. +tln:Style rdfs:comment "This class represents the style of a word."@en. +tln:Image rdfs:comment "This super class represents all types of images."@en. +tln:Reference rdfs:comment "This class represents a text reference."@en. +tln:EditorComment rdfs:comment "This class represents a comment by the editors."@en. +tln:Page rdfs:comment "This class represents a page."@en. +tln:PositionalObject rdfs:comment "This (super) class represents an object with positional information."@en. +tln:Line rdfs:comment "This class represents a line on a page."@en. +tln:Word rdfs:comment "This class represents a word."@en. +tln:hasFaksimileImage rdfs:subPropertyOf tln:hasImage. +tln:hasSvgImage rdfs:subPropertyOf tln:hasImage. +tln:inheritOverwritesWord rdfs:subPropertyOf tln:overwritesWord. +tln:isClarificationOfWord rdfs:subPropertyOf tln:isCorrectionOfWord. +tln:isDeletionOfWord rdfs:subPropertyOf tln:isCorrectionOfWord. +tln:isExtensionOfWord rdfs:subPropertyOf tln:isCorrectionOfWord. +tln:isTransformationOfWord rdfs:subPropertyOf tln:isCorrectionOfWord. +tln:standoffTagHasCSS rdfs:subPropertyOf stoff:hasCSS. +tln:styleHasCSS rdfs:subPropertyOf stoff:styleHasCSS. +tln:wordHasWordParts rdfs:subPropertyOf homotypic:hasHomotypicParts. +tln:hasText rdfs:subPropertyOf homotypic:hasText. +tln:standoffTagHasEndIndex rdfs:subPropertyOf stoff:standoffMarkupHasEndIndex. +tln:standoffTagHasStartIndex rdfs:subPropertyOf stoff:standoffMarkupHasStartIndex. +test:wordHasWordParts rdfs:subPropertyOf homotypic:hasHomotypicParts. +test:hasText rdfs:subPropertyOf homotypic:hasText. +test:inheritOverwritesWord rdfs:subPropertyOf test:overwritesWord. +test:hasCSS rdfs:subPropertyOf stoff:styleHasCSS. +tln:inheritOverwritesWord owl:propertyChainAxiom (tln:wordHasCorrection tln:overwritesWord). +test:inheritOverwritesWord owl:propertyChainAxiom (test:hasCorrection test:overwritesWord). +_:bn_8 owl:maxCardinality "1"^^xsd:nonNegativeInteger. +_:bn_18 owl:maxCardinality "1"^^xsd:nonNegativeInteger. +_:bn_20 owl:maxCardinality "1"^^xsd:nonNegativeInteger. +_:bn_22 owl:maxCardinality "1"^^xsd:nonNegativeInteger. +_:bn_35 owl:maxCardinality "1"^^xsd:nonNegativeInteger. +_:bn_36 owl:maxCardinality "1"^^xsd:nonNegativeInteger. +_:bn_37 owl:maxCardinality "1"^^xsd:nonNegativeInteger. +_:bn_26 owl:minCardinality "1"^^xsd:nonNegativeInteger. +_:bn_27 owl:minCardinality "1"^^xsd:nonNegativeInteger. +_:bn_52 owl:minCardinality "1"^^xsd:nonNegativeInteger. +_:bn_53 owl:minCardinality "1"^^xsd:nonNegativeInteger. +_:bn_54 owl:minCardinality "1"^^xsd:nonNegativeInteger. + dct:contributor "Christian Steiner, software developer, digital edition of der späte Nietzsche, University of Basel, Switzerland"@en. +data:_N_VII_2 tln:hasManuscriptType "Notizheft". +data:_N_VII_1 tln:hasManuscriptType "Notizheft". +data:_N_VII_2 tln:hasPages (data:_N_VII_2_Page17). +data:_N_VII_1 tln:hasPages (data:_N_VII_1_Page5 data:_N_VII_1_Page6 data:_N_VII_1_Page9 data:_N_VII_1_Page10 data:_N_VII_1_Page15 data:_N_VII_1_Page16 data:_N_VII_1_Page17). +data:_N_VII_2 tln:hasTitle "N VII 2". +data:_N_VII_1 tln:hasTitle "N VII 1". +data:_Word100 tln:hasTitle "Mp XV". +data:_Word99 tln:hasTitle "Mp XIV". +data:_Mp_XVI tln:hasTitle "Mp XIV". +data:_N_VII_1 tln:hasDescription data:_N_VII_1_Description0. +data:_N_VII_1 tln:hasEarlierDescriptions data:_N_VII_1_EarlierDescription0. +data:_N_VII_1 tln:hasEarlierDescriptions data:_N_VII_1_EarlierDescription11. +data:_N_VII_1_Page15 tln:hasLines (data:_N_VII_1_Page15_Line5 data:_N_VII_1_Page15_Line6 data:_N_VII_1_Page15_Line10 data:_N_VII_1_Page15_Line20 data:_N_VII_1_Page15_Line30 data:_N_VII_1_Page15_Line34). +data:_N_VII_1_Page16 tln:hasLines (data:_N_VII_1_Page16_Line5 data:_N_VII_1_Page16_Line6 data:_N_VII_1_Page16_Line10 data:_N_VII_1_Page16_Line20 data:_N_VII_1_Page16_Line30 data:_N_VII_1_Page16_Line34). +data:_N_VII_2_Page17 tln:hasLines (data:_N_VII_2_Page17_Line40 data:_N_VII_2_Page17_Line46). +data:_N_VII_1_Page17 tln:hasLines (data:_N_VII_1_Page17_Line46). +data:_N_VII_1_Page15 tln:hasImage data:_image. +data:_N_VII_1_Page16 tln:hasImage data:_image_0. +data:_N_VII_1_Page15 tln:hasNumber "15". +data:_N_VII_1_Page16 tln:hasNumber "16". +data:_N_VII_2_Page17 tln:hasNumber "17". +data:_N_VII_1_Page17 tln:hasNumber "17". +data:_Mp_XVI_Page_10 tln:hasNumber "10". +data:_image tln:hasFileName "asdf.jpg". +data:_image_0 tln:hasFileName "asdf.jpg". +data:_image tln:hasTextField data:_textfield_0. +data:_image_0 tln:hasTextField data:_textfield_1. +data:_N_VII_2_Page17 tln:hasWords (data:_N_VII_2_Page17_Word0 data:_N_VII_2_Page17_Word1). +data:_N_VII_2_Page17_Word0 tln:wordBelongsToLine data:_N_VII_2_Page17_Line40. +data:_N_VII_2_Page17_Word1 tln:wordBelongsToLine data:_N_VII_2_Page17_Line40. +data:_N_VII_2_Page17_Word0 tln:hasText "von". +data:_N_VII_2_Page17_Word1 tln:hasText "zu". +data:_N_VII_2_Page17_Line46 tln:isMainLine true. +data:_N_VII_2_Page17_Line40 tln:isMainLine true. +data:_N_VII_1_Page17_Line46 tln:isMainLine true. +data:_N_VII_1_Page15_Line34 tln:isMainLine true. +data:_N_VII_1_Page15_Line30 tln:isMainLine true. +data:_N_VII_1_Page15_Line10 tln:isMainLine true. +data:_N_VII_1_Page15_Line20 tln:isMainLine true. +data:_N_VII_2_Page17_Line40 tln:lineHasEditorComment data:_N_VII_2_Page17_Line40_LineContinuation0. +data:_N_VII_2_Page17_Line40 tln:lineHasEditorComment data:_N_VII_2_Page17_Line40_LineContinuation1. +data:_N_VII_2_Page17_Line46 tln:lineHasNumber 46 . +data:_N_VII_2_Page17_Line40 tln:lineHasNumber 40 . +data:_N_VII_1_Page17_Line46 tln:lineHasNumber 46 . +data:_N_VII_1_Page15_Line34 tln:lineHasNumber 34 . +data:_N_VII_1_Page15_Line30 tln:lineHasNumber 30 . +data:_N_VII_1_Page15_Line10 tln:lineHasNumber 10 . +data:_N_VII_1_Page15_Line5 tln:lineHasNumber 5 . +data:_N_VII_1_Page16_Line5 tln:lineHasNumber 5 . +data:_N_VII_1_Page15_Line6 tln:lineHasNumber 6 . +data:_N_VII_1_Page16_Line6 tln:lineHasNumber 6 . +data:_N_VII_1_Page15_Line20 tln:lineHasNumber 20 . +data:_N_VII_2_Page17_Line40_LineContinuation0 tln:isLineAContinuationTo false. +data:_N_VII_2_Page17_Line40_LineContinuation1 tln:isLineAContinuationTo true. +data:_N_VII_2_Page17_Line40_LineContinuation0 tln:isUncertain false. +data:_N_VII_2_Page17_Line40_LineContinuation1 tln:isUncertain false. +data:_N_VII_2_Page17_Line40_LineContinuation0 tln:lineContinuationHasReference data:_N_VII_2_Page17_Line40_LineContinuation0_Reference0. +data:_N_VII_2_Page17_Line40_LineContinuation1 tln:lineContinuationHasReference data:_N_VII_2_Page17_Line40_LineContinuation1_Reference0. +data:_N_VII_2_Page17_Line40_LineContinuation0_Reference0 tln:IsUncertain false. +data:_N_VII_2_Page17_Line40_LineContinuation1_Reference0 tln:IsUncertain false. +data:_Word100 tln:hasPageNumber "10". +data:_Word99 tln:hasPageNumber "9". +data:_N_VII_2_Page17_Line40_LineContinuation0_Reference0 tln:wordReference "von". +data:_N_VII_2_Page17_Line40_LineContinuation1_Reference0 tln:wordReference "zu". +data:_Word100 tln:wordHasStyle data:_Style10. +data:_Word99 tln:wordHasStyle data:_Style10. +data:_Word100 test:hasText "ohne Manuskript". +data:_Word99 test:hasText "ohne Teile". +data:_Word0 test:hasText "Otto". +data:_Word1 test:hasText "O". +data:_Word2 test:hasText "t". +data:_Word3 test:hasText "t". +data:_Word4 test:hasText "o". +data:_Word5 test:hasText "en". +data:_Word6 test:hasText "et". +data:_Mp_XVI tln:hasType "Mappe". +data:_Word0 test:hasCorrection data:_Word5. +data:_Word0 test:wordHasWordParts (data:_Word1 data:_Word2 data:_Word3 data:_Word4). +data:_Word1 test:hasLine data:_Line0. +data:_Word5 test:hasLine data:_Line0. +data:_Word6 test:hasLine data:_Line0. +data:_Word0 test:hasLine data:_Line0. +data:_Word1 test:wordHasStyle data:_Style0. +data:_Word2 test:wordHasStyle data:_Style0. +data:_Word3 test:wordHasStyle data:_Style0. +data:_Word4 test:wordHasStyle data:_Style0. +data:_Word5 test:wordHasStyle data:_Style1. +data:_Word6 test:wordHasStyle data:_Style0. +data:_Position0 test:hasLeft "0.0"^^xsd:float. +data:_Position1 test:hasLeft "0.1"^^xsd:float. +data:_Position2 test:hasLeft "1.0"^^xsd:float. +data:_Word5 test:overwritesWord data:_Word6. +data:_Word0 test:overwritesWord data:_Word6. +data:_Word5 test:hasPosition data:_Position0. +data:_Word6 test:hasPosition data:_Position0. +data:_Style0 test:hasCSS "color: #DC0814;". +data:_Style1 test:hasCSS "color: #000000;". +data:_Style10 test:hasCSS "color: #000000;". +data:_Style0 test:styleHasColor data:_Color0. +data:_Style1 test:styleHasColor data:_Color1. +data:_Style10 tln:styleHasFont "deutsche Schreibschrift". +data:_Style10 tln:styleHasColor data:_Color10. +data:_Color0 test:colorHasName "red". +data:_Color1 test:colorHasName "black". +data:_Color0 test:hasHexadecimalValue "#DC0814". +data:_Color1 test:hasHexadecimalValue "#000000". +data:_N_VII_2_Page17_Word0 homotypic:hasText "von". +data:_N_VII_2_Page17_Word1 homotypic:hasText "zu". +data:_Word100 homotypic:hasText "ohne Manuskript". +data:_Word99 homotypic:hasText "ohne Teile". +data:_Word0 homotypic:hasText "Otto". +data:_Word1 homotypic:hasText "O". +data:_Word2 homotypic:hasText "t". +data:_Word3 homotypic:hasText "t". +data:_Word4 homotypic:hasText "o". +data:_Word5 homotypic:hasText "en". +data:_Word6 homotypic:hasText "et". +data:_Word0 homotypic:hasHomotypicParts (data:_Word1 data:_Word2 data:_Word3 data:_Word4). +data:_Style0 stoff:styleHasCSS "color: #DC0814;". +data:_Style1 stoff:styleHasCSS "color: #000000;". +data:_Style10 stoff:styleHasCSS "color: #000000;". +data:_Word0 test:inheritOverwritesWord data:_Word6. +data:_N_VII_1_Page15_Line20 tln:lineContinuesOn data:_N_VII_1_Page15_Line10. +data:_N_VII_2_Page17_Line46 tln:lineContinuesOn data:_N_VII_1_Page15_Line30. +data:_N_VII_1_Page17_Line46 tln:lineContinuesOn data:_N_VII_1_Page15_Line34. +data:_N_VII_1_Page15_Line5 tln:lineContinuesOn data:_N_VII_1_Page16_Line5. +data:_N_VII_1_Page15_Line6 tln:lineContinuesOn data:_N_VII_1_Page16_Line6. +data:_N_VII_1_Page15 tln:pageIsOnTextfield data:_textfield_0. +data:_N_VII_1_Page16 tln:pageIsOnTextfield data:_textfield_1. +data:_N_VII_2_Page17_Word0 tln:writingContinuesWithWord data:_N_VII_2_Page17_Word1. +data:_Word100 language:expressedInNaturalLanguage languages:German. +data:_Word99 language:expressedInNaturalLanguage languages:German. +_:sk_403 stoff:hasCSS "color: #000000;". +_:sk_407 stoff:hasCSS "color: #000000;". +_:sk_411 stoff:hasCSS "color: #000000;". +_:sk_415 stoff:hasCSS "color: #DC0814;". +_:sk_419 stoff:hasCSS "color: #DC0814;". +_:sk_423 stoff:hasCSS "color: #DC0814;". +_:sk_427 stoff:hasCSS "color: #DC0814;". +_:sk_431 stoff:hasCSS "color: #DC0814;". +_:sk_403 stoff:standoffMarkupHasStartIndex 0 . +_:sk_407 stoff:standoffMarkupHasStartIndex 0 . +_:sk_411 stoff:standoffMarkupHasStartIndex 0 . +_:sk_415 stoff:standoffMarkupHasStartIndex 0 . +_:sk_419 stoff:standoffMarkupHasStartIndex 0 . +_:sk_423 stoff:standoffMarkupHasStartIndex 1 . +_:sk_427 stoff:standoffMarkupHasStartIndex 2 . +_:sk_431 stoff:standoffMarkupHasStartIndex 3 . +_:sk_403 stoff:standoffMarkupHasEndIndex 16 . +_:sk_407 stoff:standoffMarkupHasEndIndex 11 . +_:sk_411 stoff:standoffMarkupHasEndIndex 3 . +_:sk_415 stoff:standoffMarkupHasEndIndex 3 . +_:sk_419 stoff:standoffMarkupHasEndIndex 1 . +_:sk_423 stoff:standoffMarkupHasEndIndex 2 . +_:sk_427 stoff:standoffMarkupHasEndIndex 3 . +_:sk_431 stoff:standoffMarkupHasEndIndex 4 . +data:_Word100 homotypic:hasMarkup _:sk_403. +data:_Word99 homotypic:hasMarkup _:sk_407. +data:_Word5 homotypic:hasMarkup _:sk_411. +data:_Word6 homotypic:hasMarkup _:sk_415. +data:_Word0 homotypic:hasMarkup _:sk_419. +data:_Word0 homotypic:hasMarkup _:sk_423. +data:_Word0 homotypic:hasMarkup _:sk_427. +data:_Word0 homotypic:hasMarkup _:sk_431. +data:_image owl:sameAs data:_image. +data:_image owl:sameAs data:_image_0. +data:_image_0 owl:sameAs data:_image. +data:_image_0 owl:sameAs data:_image_0. +_:sk_403 a _:bn_1. +_:sk_407 a _:bn_1. +_:sk_411 a _:bn_1. +_:sk_415 a _:bn_1. +_:sk_419 a _:bn_1. +_:sk_423 a _:bn_1. +_:sk_427 a _:bn_1. +_:sk_431 a _:bn_1. +_:sk_403 a _:bn_2. +_:sk_407 a _:bn_2. +_:sk_411 a _:bn_2. +_:sk_415 a _:bn_2. +_:sk_419 a _:bn_2. +_:sk_423 a _:bn_2. +_:sk_427 a _:bn_2. +_:sk_431 a _:bn_2. +_:sk_403 a _:bn_3. +_:sk_407 a _:bn_3. +_:sk_411 a _:bn_3. +_:sk_415 a _:bn_3. +_:sk_419 a _:bn_3. +_:sk_423 a _:bn_3. +_:sk_427 a _:bn_3. +_:sk_431 a _:bn_3. + +#2020-11-10T15:57:09.723Z in=1230 out=2301 ent=3950 step=17814 brake=6 inf=3234138 sec=0.441 inf/sec=7333646 #ENDS + + +This is a test example for all rules in the folders. +The rule 'project-rules_joined_data/40-tln-update_reference.n3' update reference to next/previous page if there is no line info'. +The rule 'project-rules_joined_data/50-tln-connect_lines.n3' connects lines as tln:lineContinuesOn if they have mutual references'. + ->grep 'tln:lineContinuesOn'. +The rule 'project-rules/20-tln-add_textfield2page.n3' add: ?page tln:pageIsOnTextfield ?text_field for every ?text_field on a ?image of ?page' + ->grep 'tln:pageIsOnTextfield'. +The rule 'project-rules/40-tln-update_word_line_reference.n3' update reference to word if a line has two line continuations that refer to words on this line' + ->grep 'tln:textContinuesWithWord'. +The rule 'project-rules/55-tln-add_language.n3' adds German as language to each tln:Word if it has a style that defines a font 'deutsche Schreibschrift' + ->grep 'language:expressedInNaturalLanguage'. +The rule 'generic-rules/create_standoff-rules.n3' creates standoff data for each homotypic:HomotypicEntity that has a Style with CSS. + ->sed -n '1,/ENDS/ p' |cwm | sed -n '/data:_Word.*/,/\./ p' +The rule 'generic-rules/extend-rules.n3' extends the data of each homotypic:HomotypicEntity that has parts with data that the whole lacks. + ->grep 'data:_Word0 test:hasLine data:_Line0'. diff --git a/machineReasoning_extendUnityWithHomotypicPart/test_rules.sh b/machineReasoning_extendUnityWithHomotypicPart/test_rules.sh index 53f9cea..3fcf201 100755 --- a/machineReasoning_extendUnityWithHomotypicPart/test_rules.sh +++ b/machineReasoning_extendUnityWithHomotypicPart/test_rules.sh @@ -1,21 +1,23 @@ #!/bin/bash EYE="/opt/eye/bin/eye.sh" test -e $EYE || EYE=$(find / -name 'eye.sh' 2>/dev/null | head -1) if [[ ! -e $EYE ]];then echo "Please install EYE by josd, see EYE_INSTALL_info" && exit 2 fi echo "# Execution date" $(date) -$EYE --nope --traditional ontologies/homotypic-part_ontology.ttl ontologies/standoff_ontology.ttl ontologies/tln-ontology_autogenerated.ttl test-ontology.ttl test-DATA.ttl https://raw.githubusercontent.com/josd/eye/master/reasoning/rpo/rdfs-subClassOf.n3 https://raw.githubusercontent.com/josd/eye/master/reasoning/rpo/rdfs-subPropertyOf.n3 https://raw.githubusercontent.com/josd/eye/master/reasoning/rpo/owl-TransitiveProperty.n3 https://raw.githubusercontent.com/josd/eye/master/reasoning/rpo/owl-propertyChainAxiom.n3 project-rules_joined_data/40-tln-update_reference.n3 project-rules_joined_data/50-tln-connect_lines.n3 project-rules/40-tln-update_word_line_reference.n3 project-rules/55-tln-add_language.n3 generic-rules/create_standoff-rules.n3 generic-rules/extend-rules.n3 --query filter_query.n3 +$EYE --nope --traditional ontologies/homotypic-part_ontology.ttl ontologies/standoff_ontology.ttl ontologies/tln-ontology_autogenerated.ttl test-ontology.ttl test-DATA.ttl external-rules/rdfs-subClassOf.n3 external-rules/rdfs-subPropertyOf.n3 external-rules/owl-TransitiveProperty.n3 external-rules/owl-propertyChainAxiom.n3 project-rules_joined_data/40-tln-update_reference.n3 project-rules_joined_data/50-tln-connect_lines.n3 project-rules/40-tln-update_word_line_reference.n3 project-rules/55-tln-add_language.n3 generic-rules/create_standoff-rules.n3 generic-rules/extend-rules.n3 project-rules_joined_data/20-tln-merge_images.n3 --query filter_query.n3 echo echo -e "\e[1;35mThis is a test example for all rules in the folders.\e[00m" +echo -e "\e[1;35mThe rule 'project-rules_joined_data/20-tln-merge_images.n3' merge images if they share a common filename and have two different pages on them.\e[00m" +echo -e "\e[1;35m ->grep 'image'.\e[00m" echo -e "\e[1;35mThe rule 'project-rules_joined_data/40-tln-update_reference.n3' update reference to next/previous page if there is no line info'.\e[00m" echo -e "\e[1;35mThe rule 'project-rules_joined_data/50-tln-connect_lines.n3' connects lines as tln:lineContinuesOn if they have mutual references'.\e[00m" echo -e "\e[1;35m ->grep 'tln:lineContinuesOn'.\e[00m" echo -e "\e[1;35mThe rule 'project-rules/40-tln-update_word_line_reference.n3' update reference to word if a line has two line continuations that refer to words on this line'\e[00m" echo -e "\e[1;35m ->grep 'tln:textContinuesWithWord'.\e[00m" echo -e "\e[1;35mThe rule 'project-rules/55-tln-add_language.n3' adds German as language to each tln:Word if it has a style that defines a font 'deutsche Schreibschrift'\e[00m" echo -e "\e[1;35m ->grep 'language:expressedInNaturalLanguage'.\e[00m" echo -e "\e[1;35mThe rule 'generic-rules/create_standoff-rules.n3' creates standoff data for each homotypic:HomotypicEntity that has a Style with CSS.\e[00m" echo -e "\e[1;35m ->sed -n '1,/ENDS/ p' |cwm | sed -n '/data:_Word.*/,/\./ p'\e[00m" echo -e "\e[1;35mThe rule 'generic-rules/extend-rules.n3' extends the data of each homotypic:HomotypicEntity that has parts with data that the whole lacks.\e[00m" echo -e "\e[1;35m ->grep 'data:_Word0 test:hasLine data:_Line0'.\e[00m"