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

clarin_el:lexiconCreation
  skos:broader clarin_el:supportOperationForKnowledgeResources ;
  skos:altLabel "δημιουργία λεξικού"@el, "lexicon Development"@en ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:exactMatch omtd:LexiconCreation ;
  skos:definition "the task/process of constructing lexical resources (e.g. dictionaries, computational lexica, glossaries, etc.)"@en, "η διαδικασία δημιουργίας/κατασκευής λεξικών πόρων (π.χ. λεξικά, υπολογιστικά λεξικά, γλωσσάρια, κτλ.)"@el ;
  a skos:Concept ;
  skos:prefLabel "lexicon creation"@en, "κατάρτιση λεξικού"@el ;
  dc:source "https://www.dept.aueb.gr/el/LessE4-GR" .

clarin_el:supportOperationForKnowledgeResources
  skos:prefLabel "support operation for knowledge resources"@en, "λειτουργία υποστήριξης πόρων γνώσης"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:lexiconCreation .

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

