@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:summarization
  skos:broader clarin_el:naturalLanguageGeneration ;
  a skos:Concept ;
  skos:altLabel "TS"@en, "automatic text summarisation"@en-GB, "automatic summarization"@en, "συνόψιση κειμένου"@el, "automatic summarisation"@en-GB, "ATS"@en, "text summarization"@en, "automatic text summarization"@en, "text summarisation"@en-GB, "αυτόματη συνόψιση"@el, "αυτόματη συνόψιση κειμένου"@el, "summarisation"@en-GB ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:definition "the task/process of reducing one or more textual documents with a computer program in order to create a summary that retains the most important points of the original document(s)"@en ;
  skos:note "Text summarization is the process of distilling the most important information from a source (or sources) to produce an abridged version for a particular user (or users) and task (or tasks). Source: Mani, I. and Maybury, M. T., editors (1999), Advances in Automatic Text Summarization. MIT Press, Cambridge, Massachusetts."@en ;
  skos:prefLabel "summarization"@en, "συνόψιση"@el ;
  skos:exactMatch omtd:Summarization .

clarin_el:naturalLanguageGeneration
  skos:prefLabel "natural language generation"@en, "παραγωγή φυσικής γλώσσας"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:summarization .

