Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F113708185
standoff_ontology.ttl
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, May 20, 13:41
Size
2 KB
Mime Type
text/plain
Expires
Thu, May 22, 13:41 (1 d, 14 h)
Engine
blob
Format
Raw Data
Handle
26302299
Attached To
rNIETZSCHEONTOLOGIE Nietzsche-Ontologie
standoff_ontology.ttl
View Options
@prefix dct: <http://purl.org/dc/terms/>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix stoff: <http://www.nie.org/ontology/standoff#>.
<http://www.nie.org/ontology/standoff>
a owl:Ontology;
dct:license <http://creativecommons.org/licenses/by/3.0/>;
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 <http://www.nie.org/ontology/standoff> ;
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 <http://www.nie.org/ontology/standoff> .
stoff:styleHasCSS a owl:DatatypeProperty ;
rdfs:isDefinedBy <http://www.nie.org/ontology/standoff> ;
rdfs:domain stoff:Style ;
rdfs:range xsd:string .
stoff:hasCSS a owl:DatatypeProperty ;
rdfs:isDefinedBy <http://www.nie.org/ontology/standoff> ;
rdfs:domain stoff:StandoffMarkup ;
rdfs:range xsd:string .
stoff:standoffMarkupHasStartIndex a owl:DatatypeProperty ;
rdfs:isDefinedBy <http://www.nie.org/ontology/standoff> ;
rdfs:domain stoff:StandoffMarkup ;
rdfs:range xsd:integer .
stoff:standoffMarkupHasEndIndex a owl:DatatypeProperty ;
rdfs:isDefinedBy <http://www.nie.org/ontology/standoff> ;
rdfs:domain stoff:StandoffMarkup ;
rdfs:range xsd:integer .
stoff:standoffCase a owl:DatatypeProperty ;
rdfs:isDefinedBy <http://www.nie.org/ontology/standoff> ;
rdfs:domain stoff:StandoffMarkup ;
rdfs:range xsd:integer .
Event Timeline
Log In to Comment