@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:eventDetection
  skos:prefLabel "event detection"@en, "εντοπισμός συμβάντων"@el ;
  skos:altLabel "αναγνώριση γεγονότων"@el, "εντοπισμός γεγονότων"@el, "event extraction"@en, "εντοπισμός συμβάντων"@el ;
  a skos:Concept ;
  skos:definition "the task/process of identifying events in data (text, video, images etc.), usually combined with their classification into types of events and recognition of the event attributes (e.g. time, place, participants and duration)"@en, "η διαδικασία αναγνώρισης συμβάντων σε δεδομένα (κείμενα, βίντεο, εικόνες κ.α.), συνήθως συνδυασμένη με την κατηγοριοποίηση σε είδη συμβάντων και την αναγνώριση των γνωρισμάτων των συμβάντων αυτών (π.χ. χρόνος, τόπος, συμμετέχοντες και διάρκεια)"@el ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:broader clarin_el:informationExtraction ;
  skos:exactMatch omtd:EventDetection .

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

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

