@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:coreferenceAnnotation
  skos:prefLabel "coreference annotation"@en, "επισημείωση συναναφοράς"@el ;
  a skos:Concept ;
  skos:related clarin_el:anaphoraAnnotation .

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

clarin_el:anaphoraAnnotation
  skos:exactMatch omtd:AnaphoraAnnotation ;
  skos:definition "the task/process of marking all linguistic expressions that appear in a certain text or across texts as referring to the same entity and linking it to this entity"@en, "η διαδικασία επισημείωσης όλων των γλωσσολογικών εκφράσεων που εμφανίζονται σε ένα ή πολλά κείμενα εφόσον αναφέρονται σε μία ίδια συγκεκριμένη οντότητα και η σύνδεση με την οντότητα αυτή"@el ;
  skos:related clarin_el:coreferenceAnnotation ;
  skos:prefLabel "anaphora annotation"@en, "επισημείωση αναφοράς"@el ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:broader clarin_el:discourseAnnotation ;
  a skos:Concept .

clarin_el:discourseAnnotation
  skos:prefLabel "discourse annotation"@en, "επισημείωση συνεχούς λόγου"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:anaphoraAnnotation .

