@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
  a skos:Concept ;
  skos:definition "the task/process of attaching tags to a text unit and linking it to other text units that refer to the same entity in the world"@en, "ο ορισμός ετικετών σε μια κειμενική μονάδα και η σύνδεσή του με άλλες κειμενικές μονάδες που αναφέρονται στην ίδια οντότητα"@el ;
  skos:altLabel "coreference identification"@en, "co-reference annotation"@en, "coreference tagging"@en, "coreference labelling"@en, "ταυτοποίηση συναναφοράς"@el, "coreference labeling"@en-US ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:prefLabel "coreference annotation"@en, "επισημείωση συναναφοράς"@el ;
  skos:related clarin_el:anaphoraAnnotation ;
  skos:exactMatch omtd:CoreferenceAnnotation ;
  skos:broader clarin_el:discourseAnnotation .

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

clarin_el:anaphoraAnnotation
  skos:prefLabel "anaphora annotation"@en, "επισημείωση αναφοράς"@el ;
  a skos:Concept ;
  skos:related clarin_el:coreferenceAnnotation .

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

