@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/> .
@prefix ns0: <http://purl.obolibrary.org/obo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

clarin_el:speechAnnotation
  skos:prefLabel "speech annotation"@en, "επισημείωση ομιλίας"@el ;
  a skos:Concept ;
  skos:broader clarin_el:annotation .

clarin_el:multimediaAnnotation
  skos:prefLabel "multimedia annotation"@en, "επισημείωση πολυμέσων"@el ;
  a skos:Concept ;
  skos:broader clarin_el:annotation .

clarin_el:annotation
  a skos:Concept ;
  skos:definition "το έργο της προσθήκης επισημειώσεων (δηλ. ετικετών που έχουν το ρόλο σημειώσεων, σχολίων, διευκρινίσεων κτλ.) σε ένα αντικείμενο"@el, "the task/process of adding annotations (i.e. labels that act as notes, comments, explanations, etc.) to an item"@en ;
  dc:source "Goutsos, D., & Fragkaki, G. (2015). Εισαγωγή στη γλωσσολογία σωμάτων κειμένων [Undergraduate textbook]. Kallipos, Open Academic Editions. http://hdl.handle.net/11419/1932" ;
  skos:altLabel "labeling"@en-US, "labelling"@en, "ετικετοποίηση"@el, "ονοματοθέτηση"@el, "tagging"@en ;
  skos:prefLabel "annotation"@en, "επισημείωση"@el ;
  skos:exactMatch omtd:Annotation ;
  skos:narrower clarin_el:anonymization, clarin_el:speechAnnotation, clarin_el:textAnnotation, clarin_el:multimediaAnnotation ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:note "A note by way of explanation or comment added to a text or diagram. Text or corpus annotation refers to the interpretative linguistic information grounded in a knowledge resource that is added manually or automatically to a text or corpus respectively."@en, "Σημείωση που προστίθεται σε ένα κείμενο ή διάγραμμα ως επιπλέον διευκρίνιση ή σχόλιο."@el ;
  ns0:IAO_0000119 "OED, https://en.oxforddictionaries.com/definition/annotation" ;
  skos:broader clarin_el:operation .

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

ns0:IAO_0000119
  rdfs:comment "Formal citation, e.g. identifier in external database to indicate / attribute source(s) for the definition. Free text indicate / attribute source(s) for the definition. EXAMPLE: Author Name, URI, MeSH Term C04, PUBMED ID, Wiki uri on 31.01.2007"@en ;
  rdfs:label "πηγή ορισμού"@el, "definition source"@en .

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

clarin_el:operation
  skos:prefLabel "operation"@en, "λειτουργία"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:annotation .

clarin_el:anonymization
  skos:prefLabel "anonymization"@en, "ανωνυμοποίηση"@el ;
  a skos:Concept ;
  skos:broader clarin_el:annotation .

