@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:entityMentionLabelling
  skos:exactMatch omtd:EntityMentionLabelling ;
  skos:broader clarin_el:informationExtraction ;
  dc:source "Μαρκόπουλος, Γ. (2015). Ορολογία Υπολογιστικής Γλωσσολογίας. Δελτίο Επιστημονικής Ορολογίας και Νεολογισμών 13. Διαθέσιμο σε: https://www.academia.edu/38285457/%CE%9F%CF%81%CE%BF%CE%BB%CE%BF%CE%B3%CE%AF%CE%B1_%CE%A5%CF%80%CE%BF%CE%BB%CE%BF%CE%B3%CE%B9%CF%83%CF%84%CE%B9%CE%BA%CE%AE%CF%82_%CE%93%CE%BB%CF%89%CF%83%CF%83%CE%BF%CE%BB%CE%BF%CE%B3%CE%AF%CE%B1%CF%82_Computational_Linguistics_Terminology_" ;
  skos:altLabel "entity mention labeling"@en-US, "entity mention tagging"@en, "entity mention annotation"@en ;
  a skos:Concept ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:prefLabel "entity mention labelling"@en, "επισημείωση αναφοράς οντοτήτων"@el .

clarin_el:informationExtraction
  skos:prefLabel "information extraction"@en, "εξαγωγή πληροφορίας"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:entityMentionLabelling .

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

