@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:lemmatization
  skos:prefLabel "lemmatization"@en, "λημματοποίηση"@el ;
  a skos:Concept .

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

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

clarin_el:stemming
  skos:exactMatch omtd:Stemming ;
  skos:definition "the task/process of cutting off the ends of words (mainly inflectional affixes but sometimes also derivational affixes) aiming to relate words to a base form"@en ;
  skos:related clarin_el:lemmatization ;
  skos:prefLabel "αποκοπή κατάληξης"@el, "stemming"@en ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:broader clarin_el:textAnnotation ;
  a skos:Concept .

