@prefix clarin_el: <http://w3id.org/clarin_el_dictionary/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@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:reading
  skos:prefLabel "reading"@en, "ανάγνωση"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:concordancing .

clarin_el:concordancing
  dc:source "Goutsos, D., & Fragkaki, G. (2015). Εισαγωγή στη γλωσσολογία σωμάτων κειμένων [Undergraduate textbook]. Kallipos, Open Academic Editions. http://hdl.handle.net/11419/1932" ;
  skos:exactMatch omtd:Concordancing ;
  skos:definition "the automatic generation of concordances, i.e. formatted displays of all the occurrences of a particular types in a corpus"@en, "η αυτόματη παραγωγή συμφραστικών πινάκων, π.χ. δομημένες απεικονίσεις από τις εμφανίσεις ενός συγκεκριμένου τύπου σε ένα σώμα κειμένων"@el ;
  skos:prefLabel "concordancing"@en, "δημιουργία συμφραστικού πίνακα"@el ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:broader clarin_el:reading ;
  a skos:Concept .

