@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:matching
  skos:prefLabel "matching"@en, "ταίριασμα"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:gazeteerBasedMatching .

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

clarin_el:gazeteerBasedMatching
  skos:exactMatch omtd:GazeteerBasedMatching ;
  skos:definition "the task/process of performing a comparison between a text/dataset and a gazeteer and identifying in the text/dataset units that are included in the gazeteer"@en, "η διαδικασία σύγκρισης μεταξύ ενός κειμένου/συνόλου δεδομένων και μιας λίστας λέξεων και ο εντοπισμός στο κείμενο/σύνολο δεδομένων μονάδων/στοιχείων που περιλαμβάνονται στη λίστα αυτή"@el ;
  skos:altLabel "gazeteer-based matching"@en ;
  skos:prefLabel "gazeteer based matching"@en, "ταίριασμα βάσει λίστας λέξεων"@el ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:broader clarin_el:matching ;
  a skos:Concept .

