@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:textAnnotation
  skos:prefLabel "text annotation"@en, "επισημείωση κειμένου"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:readabilityAnnotation .

clarin_el:readabilityAnnotation
  skos:altLabel "readability labelling"@en, "readability tagging"@en, "readability labeling"@en-US ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:definition "the task/process of adding readability scores (or any other type of similar annotation) to a text or textual segment showing how easy it is to read and understand its meaning"@en ;
  skos:broader clarin_el:textAnnotation ;
  skos:exactMatch omtd:ReadabilityAnnotation ;
  skos:prefLabel "readability annotation"@en, "επισημείωση αναγνωσιμότητας"@el ;
  a skos:Concept .

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

