@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:questionAnswering
  skos:broader clarin_el:informationExtraction, clarin_el:knowledgeDiscovery ;
  a skos:Concept ;
  skos:prefLabel "απάντηση ερωτήσεων"@el, "question answering"@en ;
  skos:altLabel "AE"@en, "answer extraction"@en, "εξαγωγή απαντήσεων"@el, "textual question answering"@en, "QA"@en ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:exactMatch omtd:QuestionAnswering ;
  skos:note "Question answering or Answer extraction (AE) aims at retrieving those exact passages of a document that directly answer a given user question. AE is more ambitious than information retrieval and information extraction in that the retrieval results are short phrases, not entire documents, and in that the queries may be arbitrarily specific. It is less ambitious than full-fledged question answering in that the answers are not generated from a knowledge base but looked up in the text of documents."@en ;
  skos:definition "the task/process where computer systems try to automatically answer questions posed by users in the form of natural language"@en .

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

clarin_el:informationExtraction
  skos:prefLabel "information extraction"@en, "εξαγωγή πληροφορίας"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:questionAnswering .

clarin_el:knowledgeDiscovery
  skos:prefLabel "knowledge discovery"@en, "ανακάλυψη γνώσης"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:questionAnswering .

