@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: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:annotationOfTextualEntailment .

clarin_el:annotationOfTextualEntailment
  skos:exactMatch omtd:AnnotationOfTextualEntailment ;
  skos:definition "the task/process of annotating textual entailments, most usually indicating whether a text entails or contradicts a hypothesis sentence or does neither"@en, "η διαδικασίας επισημείωσης κειμενικών συνεπαγωγών, συνήθως με σκοπό να προσδιοριστεί εάν ένα κείμενο επιβεβαιώνει ή διαψεύδει μια υποθετική πρόταση ή τίποτα από τα δύο"@el ;
  skos:prefLabel "annotation of textual entailment"@en, "επισημείωση κειμενικής συνεπαγωγής"@el ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:broader clarin_el:semanticAnnotation ;
  a skos:Concept .

