@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:structuralAnnotation
  skos:prefLabel "structural annotation"@en, "δομική επισημείωση"@el ;
  a skos:Concept ;
  skos:broader clarin_el:textAnnotation .

clarin_el:parsing
  skos:prefLabel "parsing"@en, "ανάλυση"@el ;
  a skos:Concept ;
  skos:broader clarin_el:textAnnotation .

clarin_el:annotation
  skos:prefLabel "annotation"@en, "επισημείωση"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:textAnnotation .

clarin_el:morphologicalAnnotation
  skos:prefLabel "morphological annotation"@en, "μορφολογική επισημείωση"@el ;
  a skos:Concept ;
  skos:broader clarin_el:textAnnotation .

clarin_el:morphosyntacticTagging
  skos:prefLabel "morphosyntactic tagging"@en, "μορφοσυντακτική επισημείωση"@el ;
  a skos:Concept ;
  skos:broader clarin_el:textAnnotation .

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

clarin_el:stemming
  skos:prefLabel "αποκοπή κατάληξης"@el, "stemming"@en ;
  a skos:Concept ;
  skos:broader clarin_el:textAnnotation .

clarin_el:textAnnotation
  skos:narrower clarin_el:discourseAnnotation, clarin_el:stemming, clarin_el:semanticAnnotation, clarin_el:morphosyntacticTagging, clarin_el:parsing, clarin_el:readabilityAnnotation, clarin_el:morphologicalAnnotation, clarin_el:structuralAnnotation, clarin_el:lemmatization ;
  a skos:Concept ;
  skos:exactMatch omtd:TextAnnotation ;
  skos:prefLabel "επισημείωση κειμένου"@el, "text annotation"@en ;
  skos:altLabel "text labeling"@en-US, "text labelling"@en, "text tagging"@en, "linguistic annotation"@en ;
  skos:broader clarin_el:annotation ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:definition "the task/process of adding annotations (notes or comments) to a text; in TDM, the annotations refer mainly to the interpretative linguistic information grounded in a knowledge resource that is added manually or automatically to a text"@en .

clarin_el:readabilityAnnotation
  skos:prefLabel "readability annotation"@en, "επισημείωση αναγνωσιμότητας"@el ;
  a skos:Concept ;
  skos:broader clarin_el:textAnnotation .

clarin_el:semanticAnnotation
  skos:prefLabel "semantic annotation"@en, "σημασιολογική επισημείωση"@el ;
  a skos:Concept ;
  skos:broader clarin_el:textAnnotation .

clarin_el:lemmatization
  skos:prefLabel "lemmatization"@en, "λημματοποίηση"@el ;
  a skos:Concept ;
  skos:broader clarin_el:textAnnotation .

clarin_el:discourseAnnotation
  skos:prefLabel "discourse annotation"@en, "επισημείωση συνεχούς λόγου"@el ;
  a skos:Concept ;
  skos:broader clarin_el:textAnnotation .

