@prefix dct: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . @prefix stoff: . a owl:Ontology; dct:license ; dct:title "A ontology about standoff markup"@en; dct:description """A ontology about standoff markup."""@en; dct:creator "Christian Steiner, software developer, digital edition of der späte Nietzsche, University of Basel, Switzerland"@en; dct:publisher "Basel University, Switzerland"@en. stoff:StandoffMarkup a owl:Class; rdfs:isDefinedBy ; rdfs:subClassOf [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty stoff:hasCSS ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty stoff:standoffMarkupHasStartIndex ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty stoff:standoffMarkupHasEndIndex ] . stoff:Style a owl:Class; rdfs:isDefinedBy . stoff:styleHasCSS a owl:DatatypeProperty ; rdfs:isDefinedBy ; rdfs:domain stoff:Style ; rdfs:range xsd:string . stoff:hasCSS a owl:DatatypeProperty ; rdfs:isDefinedBy ; rdfs:domain stoff:StandoffMarkup ; rdfs:range xsd:string . stoff:standoffMarkupHasStartIndex a owl:DatatypeProperty ; rdfs:isDefinedBy ; rdfs:domain stoff:StandoffMarkup ; rdfs:range xsd:integer . stoff:standoffMarkupHasEndIndex a owl:DatatypeProperty ; rdfs:isDefinedBy ; rdfs:domain stoff:StandoffMarkup ; rdfs:range xsd:integer . stoff:standoffCase a owl:DatatypeProperty ; rdfs:isDefinedBy ; rdfs:domain stoff:StandoffMarkup ; rdfs:range xsd:integer .