@prefix clarin_el: <http://w3id.org/clarin_el_dictionary/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

clarin_el:dictionary
  dc:source "portal" ;
  skos:definition "a book or electronic resource that contains a list of words (usually in alphabetical order) and explains their meanings, or gives a word for them in another language and other information (e.g., spelling, pronunciation, etc.)"@en, "βιβλίο ή ηλεκτρονικός πόρος που περιέχει κατάλογο λέξεων (συνήθως με αλφαβητική σειρά) και εξηγεί τη σημασία τους ή δίνει τη λέξη που αντιστοιχεί σε άλλη γλώσσα και άλλες πληροφορίες (π.χ. ορθογραφία, προφορά κτλ.)"@el ;
  skos:prefLabel "dictionary"@en, "λεξικό"@el ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:broader clarin_el:lrtInfrastructure ;
  a skos:Concept .

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:dictionary .

