@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:machineReadableDictionary
  dc:source "portal" ;
  skos:definition "a dictionary usually meant for humans in a form that a computer can process"@en, "λεξικό που προορίζεται συνήθως για ανθρώπους σε μορφή που μπορεί να επεξεργαστεί ένας υπολογιστής"@el ;
  skos:altLabel "μηχαναγνώσιμο λεξικό"@el ;
  skos:prefLabel "machine readable 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:machineReadableDictionary .

