@prefix omtd: <http://w3id.org/meta-share/omtd-share/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

omtd:DkproTokenized
  skos:inScheme omtd:DataFormatScheme ;
  a skos:Concept, owl:NamedIndividual, omtd:DataFormat, dc:MediaType ;
  rdfs:seeAlso "https://dkpro.github.io/dkpro-core/releases/1.8.0/docs/format-reference.html#format-TokenizedText", "https://dkpro.github.io/dkpro-core/releases/1.8.0/docs/format-reference.html#format-de.tudarmstadt.ukp.dkpro.core.io.text-asl" ;
  skos:prefLabel "DKPro tokenized"@en, "DKPro tokenised"@en-GB ;
  skos:broader omtd:AnnotationFormat ;
  skos:definition "DkPro format for tokenised files containing one sentence per line and tokens split by whitespaces."@en, "DkPro format for tokenized files containing one sentence per line and tokens split by whitespaces."@en ;
  rdfs:label "DKPro tokenised"@en-GB, "DKPro tokenized"@en .

skos:Concept a owl:Class .
omtd:AnnotationFormat
  rdfs:label "Annotation format"@en ;
  skos:prefLabel "Annotation format"@en ;
  a omtd:DataFormat, dc:MediaType, owl:NamedIndividual, skos:Concept ;
  skos:narrower omtd:DkproTokenized .

dc:MediaType
  rdfs:label "Media Type"@en ;
  a owl:Class .

owl:NamedIndividual
  rdfs:label "Named individual"@en ;
  a owl:Class .

omtd:DataFormat
  rdfs:label "Data format"@en ;
  a owl:Class .

omtd:DataFormatScheme
  rdfs:label "Data Format Taxonomy"@en ;
  skos:prefLabel "Data Format Taxonomy"@en ;
  a owl:NamedIndividual, skos:ConceptScheme .

