@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:normalization
  skos:prefLabel "normalization"@en, "κανονικοποίηση"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:conceptNormalization .

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

clarin_el:conceptNormalization
  skos:prefLabel "concept normalization"@en, "εννοιολογική κανονικοποίηση"@el ;
  skos:altLabel "concept normalisation"@en-GB, "εννοιολογική κανονικοποίηση"@el ;
  skos:exactMatch omtd:ConceptNormalization ;
  skos:broader clarin_el:normalization ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  a skos:Concept ;
  skos:definition "η αντιστοίχιση εκφράσεων ελεύθερης μορφής με έννοιες ενός συγκεκριμένου πεδίου"@el, "the task of mapping free-form expressions to the concepts of a specific domain"@en ;
  skos:narrower clarin_el:biomedicalConceptNormalization .

clarin_el:biomedicalConceptNormalization
  skos:prefLabel "biomedical concept normalization"@en, "κανονικοποίηση βιοιατρικών εννοιών"@el ;
  a skos:Concept ;
  skos:broader clarin_el:conceptNormalization .

