@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/> .

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

clarin_el:lrtInfrastructure
  skos:prefLabel "language resources and technology infrastructure concept"@en, "έννοια για υποδομές γλωσσικών πόρων και γλωσσικής τεχνολογίας"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:lexicon .

clarin_el:lexicon
  dc:source "portal", "documentation" ;
  skos:definition "(a list of) all the words used in a particular language or subject, or a dictionary"@en, "κατάλογος όλων των λέξεων που χρησιμοποιούνται σε μια συγκεκριμένη γλώσσα ή σε ένα συγκεκριμένο θέμα"@el ;
  skos:prefLabel "lexicon"@en, "λεξικό"@el ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:broader clarin_el:lrtInfrastructure ;
  a skos:Concept .

