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

omtd:SentenceSplitting
  rdfs:label "Sentence splitting"@en ;
  skos:prefLabel "Sentence splitting"@en ;
  a omtd:ModelFunction, owl:NamedIndividual, skos:Concept ;
  skos:broader omtd:StructuralAnnotation .

omtd:Tokenization
  rdfs:label "Tokenisation"@en-GB, "Tokenization"@en ;
  skos:prefLabel "Tokenisation"@en-GB, "Tokenization"@en ;
  a omtd:ModelFunction, owl:NamedIndividual, skos:Concept ;
  skos:broader omtd:StructuralAnnotation .

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

omtd:ParagraphSplitting
  rdfs:label "Paragraph splitting"@en ;
  skos:prefLabel "Paragraph splitting"@en ;
  a omtd:ModelFunction, owl:NamedIndividual, skos:Concept ;
  skos:broader omtd:StructuralAnnotation .

omtd:ModelFunction
  rdfs:label "Model function"@en ;
  a owl:Class .

omtd:StructuralAnnotation
  skos:inScheme omtd:ModelFunctionScheme ;
  rdfs:comment "The task/process of segmenting a text and recognizing textual structural units (paragraphs, sentences, words etc.)"@en, "The task/process of segmenting a text and recognising textual structural units (paragraphs, sentences, words etc.)"@en-GB ;
  skos:narrower omtd:SentenceSplitting, omtd:Tokenization, omtd:ParagraphSplitting, omtd:AnnotationOfDocumentStructure ;
  a skos:Concept, omtd:ModelFunction, owl:NamedIndividual ;
  rdfs:label "Structural annotation"@en ;
  skos:prefLabel "Structural annotation"@en ;
  skos:altLabel "Segmentation"@en ;
  skos:broader omtd:TextAnnotation .

omtd:AnnotationOfDocumentStructure
  rdfs:label "Annotation of document structure"@en ;
  skos:prefLabel "Annotation of document structure"@en ;
  a omtd:ModelFunction, owl:NamedIndividual, skos:Concept ;
  skos:broader omtd:StructuralAnnotation .

omtd:TextAnnotation
  rdfs:label "Text annotation"@en ;
  skos:prefLabel "Text annotation"@en ;
  a omtd:ModelFunction, owl:NamedIndividual, skos:Concept ;
  skos:narrower omtd:StructuralAnnotation .

omtd:ModelFunctionScheme
  rdfs:label "Model Function Taxonomy"@en ;
  skos:prefLabel "Model Function Taxonomy"@en ;
  a owl:NamedIndividual, skos:ConceptScheme .

