@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:semanticAnnotation
  skos:prefLabel "semantic annotation"@en, "σημασιολογική επισημείωση"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:eventLabelling .

clarin_el:eventLabelling
  skos:prefLabel "επισημείωση συμβάντων"@el, "event labelling"@en ;
  skos:exactMatch omtd:EventLabelling ;
  skos:altLabel "event tagging"@en, "event annotation"@en, "event labeling"@en-US, "επισημείωση γεγονότων"@el, "annotation of events"@en ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:definition "the process/act of marking events and classifying them into types of events in a text"@en, "η διαδικασία επισημείωσης συμβάντων και η κατηγοριοποίησή τους σε είδη γεγονότων σε ένα κείμενο"@el ;
  skos:broader clarin_el:semanticAnnotation ;
  a skos:Concept .

