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

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

clarin_el:linguisticAnalysis
  skos:prefLabel "linguistic analysis"@en, "γλωσσολογική ανάλυση"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:derivationalAnalysis .

clarin_el:derivationalAnalysis
  skos:exactMatch omtd:DerivationalAnalysis ;
  skos:definition "the analysis of a word in order to identify its derivation, i.e. whether and how it has been formed on the basis of another word (e.g. through the use of affixes)"@en, "η ανάλυση μιας λέξης με σκοπό την διερεύνηση της προέλευσής της π.χ. εάν και με ποιόν τρόπο έχει σχηματιστεί με βάση κάποια άλλη λέξη (π.χ. μέσω της χρήσης προσφυμάτων)"@el ;
  skos:prefLabel "derivational analysis"@en, "παραγωγική ανάλυση"@el ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:broader clarin_el:linguisticAnalysis ;
  a skos:Concept .

