@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:certaintyLevelLabelling
  skos:broader clarin_el:semanticAnnotation ;
  skos:definition "η διαδικασία προσθήκης επισημειώσεων σε δηλώσεις ενός κειμένου που υποδεικνύουν το επίπεδο βεβαιότητας του συγγραφέα σχετικά με την συγκεκριμένη δήλωση"@el, "the task/process of adding to statements in a text annotations that indicate the level of certainty of the author vis-a-vis the statement"@en ;
  skos:prefLabel "certainty level labelling"@en, "επισημείωση επιπέδου βεβαιότητας"@el ;
  skos:altLabel "certainty level tagging"@en, "certainty level annotation"@en, "certainty level labeling"@en-US ;
  a skos:Concept ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:exactMatch omtd:CertaintyLevelLabelling .

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

clarin_el:semanticAnnotation
  skos:prefLabel "semantic annotation"@en, "σημασιολογική επισημείωση"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:certaintyLevelLabelling .

