@prefix clarin_el: <http://w3id.org/clarin_el_dictionary/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix omtd: <http://w3id.org/meta-share/omtd-share/> .

clarin_el:discourseModelling
  skos:prefLabel "discourse modelling"@en, "μοντελοποίηση συνεχούς λόγου"@el ;
  a skos:Concept ;
  skos:broader clarin_el:discourseAnnotation .

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

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

clarin_el:textAnnotation
  skos:prefLabel "text annotation"@en, "επισημείωση κειμένου"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:discourseAnnotation .

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

clarin_el:argumentation
  skos:prefLabel "annotation of argumentation"@en, "επισημείωση επιχειρηματολογίας"@el ;
  a skos:Concept ;
  skos:broader clarin_el:discourseAnnotation .

clarin_el:discourseAnnotation
  skos:narrower clarin_el:discourseModelling, clarin_el:anaphoraAnnotation, clarin_el:coreferenceAnnotation, clarin_el:argumentation ;
  skos:broader clarin_el:textAnnotation ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:definition "the task/process of adding annotations relevant to discourse, such as discourse structure, discourse markers etc"@en ;
  a skos:Concept ;
  dc:source "Goutsos, D., & Fragkaki, G. (2015). Εισαγωγή στη γλωσσολογία σωμάτων κειμένων [Undergraduate textbook]. Kallipos, Open Academic Editions. http://hdl.handle.net/11419/1932" ;
  skos:exactMatch omtd:DiscourseAnnotation ;
  skos:prefLabel "επισημείωση συνεχούς λόγου"@el, "discourse annotation"@en ;
  skos:altLabel "discourse labelling"@en .

