@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:managementOfAnnotations
  skos:broader clarin_el:corpusManagement ;
  skos:altLabel "παρακολούθηση επισημειώσεων"@el, "επιτήρηση επισημειωμένων κειμένων"@el, "monitoring of annotated texts"@en, "management of annotated texts"@en, "monitoring of annotations"@en ;
  skos:exactMatch omtd:ManagementOfAnnotations ;
  skos:prefLabel "διαχείριση επισημειώσεων"@el, "management of annotations"@en ;
  skos:definition "the task/process of managing (manually or (semi-)automatically) annotated texts, distributing them among annotators and monitoring their work"@en, "η διαδικασία της διαχείρισης επισημειωμένων κειμένων (χειροκίνητα ή (ημί-) αυτόματα), ο διαμοιρασμός τους με τους επισημειωτές και η παρακολούθηση της δουλειάς τους"@el ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  a skos:Concept .

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

clarin_el:corpusManagement
  skos:prefLabel "corpus management"@en, "διαχείριση σωμάτων κειμένων"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:managementOfAnnotations .

