@prefix clarin_el: <http://w3id.org/clarin_el_dictionary/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix omtd: <http://w3id.org/meta-share/omtd-share/> .

clarin_el:tokenization
  skos:prefLabel "tokenization"@en, "επισημείωση λεκτικών μονάδων"@el ;
  a skos:Concept ;
  skos:broader clarin_el:structuralAnnotation .

clarin_el:lrtInfrastructureScheme
  skos:prefLabel "Λεξικό CLARIN:EL"@el, "CLARIN:EL Dictionary"@en ;
  a skos:ConceptScheme .

clarin_el:annotationOfDocumentStructure
  skos:prefLabel "annotation of document structure"@en, "δομική επισημείωση εγγράφου"@el ;
  a skos:Concept ;
  skos:broader clarin_el:structuralAnnotation .

clarin_el:paragraphSplitting
  skos:prefLabel "paragraph splitting"@en, "διαχωρισμός παραγράφων"@el ;
  a skos:Concept ;
  skos:broader clarin_el:structuralAnnotation .

clarin_el:textAnnotation
  skos:prefLabel "text annotation"@en, "επισημείωση κειμένου"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:structuralAnnotation .

clarin_el:sentenceSplitting
  skos:prefLabel "sentence splitting"@en, "διαχωρισμός προτάσεων"@el ;
  a skos:Concept ;
  skos:broader clarin_el:structuralAnnotation .

clarin_el:structuralAnnotation
  a skos:Concept ;
  skos:altLabel "structural labeling"@en-US, "structural labelling"@en, "segmentation"@en, "structural tagging"@en ;
  skos:narrower clarin_el:paragraphSplitting, clarin_el:annotationOfDocumentStructure, clarin_el:sentenceSplitting, clarin_el:tokenization ;
  skos:exactMatch omtd:StructuralAnnotation ;
  skos:broader clarin_el:textAnnotation ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:prefLabel "structural annotation"@en, "δομική επισημείωση"@el ;
  skos:definition "the task/process of segmenting a text and recognizing textual structural units (paragraphs, sentences, words etc.)"@en .

