@prefix clarin_el: <http://w3id.org/clarin_el_dictionary/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix ns0: <http://purl.obolibrary.org/obo/> .
@prefix omtd: <http://w3id.org/meta-share/omtd-share/> .

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

clarin_el:stemming skos:related clarin_el:lemmatization .
<http://purl.obolibrary.org/obo/IAO_0000119>
  rdfs:comment "Formal citation, e.g. identifier in external database to indicate / attribute source(s) for the definition. Free text indicate / attribute source(s) for the definition. EXAMPLE: Author Name, URI, MeSH Term C04, PUBMED ID, Wiki uri on 31.01.2007"@en ;
  rdfs:label "πηγή ορισμού"@el, "definition source"@en .

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

clarin_el:lemmatization
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  a skos:Concept ;
  skos:prefLabel "λημματοποίηση"@el, "lemmatization"@en ;
  dc:source "Μαρκόπουλος, Γ. (2015). Ορολογία Υπολογιστικής Γλωσσολογίας. Δελτίο Επιστημονικής Ορολογίας και Νεολογισμών 13. Διαθέσιμο σε: https://www.academia.edu/38285457/%CE%9F%CF%81%CE%BF%CE%BB%CE%BF%CE%B3%CE%AF%CE%B1_%CE%A5%CF%80%CE%BF%CE%BB%CE%BF%CE%B3%CE%B9%CF%83%CF%84%CE%B9%CE%BA%CE%AE%CF%82_%CE%93%CE%BB%CF%89%CF%83%CF%83%CE%BF%CE%BB%CE%BF%CE%B3%CE%AF%CE%B1%CF%82_Computational_Linguistics_Terminology_" ;
  skos:broader clarin_el:textAnnotation ;
  skos:altLabel "lemmatisation"@en-GB, "επισημείωση λήμματος"@el, "λημματισμός"@el ;
  skos:definition "λημματοποίηση στη Γλωσσολογία ονομάζεται η διαδικασία της ομαδοποίησης των κλιτικών μορφών μιας λέξης ώστε να μπορουν να αναλυθούν σαν μονάδα που ταυτοποιείται από το λήμμα της λέξης ή τον λεξικό τύπο"@el, "lemmatisation  (or lemmatization) in linguistics is the process of grouping together the inflected forms of a word so they can be analysed as a single item, identified by the word's lemma, or dictionary form"@en ;
  ns0:IAO_0000119 "Wikipedia" ;
  skos:exactMatch omtd:Lemmatization .

