@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:annotationOfQuestionTopics
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:definition "the task/process of attaching tags to the segment of a question that functions as the topic of that question"@en, "η διαδικασία προσθήκης ετικετών στο συγκεκριμένο σημείο μίας ερώτησης, που λειτουργεί ως το βασικό θέμα (θεματική) της ερώτησης αυτής"@el ;
  skos:prefLabel "annotation of question topics"@en, "επισημείωση θέματος ερώτησης"@el ;
  a skos:Concept ;
  skos:broader clarin_el:semanticAnnotation ;
  skos:exactMatch omtd:AnnotationOfQuestionTopics ;
  skos:altLabel "επισημείωση θεματικού στόχου ερώτησης"@el, "annotation of question topical targets"@en .

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

