@prefix omtd: <http://w3id.org/meta-share/omtd-share/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

omtd:Summarization
  rdfs:label "Summarization"@en, "Summarisation"@en-gb ;
  a skos:Concept, omtd:Operation, owl:NamedIndividual ;
  skos:altLabel "Text Summarization"@en, "Automatic Text Summarization"@en, "Text Summarisation"@en-gb, "Automatic Text Summarisation"@en-gb, "Automatic Summarization"@en, "TS"@en, "ATS"@en, "Automatic Summarisation"@en-gb ;
  skos:prefLabel "Summarisation"@en-gb, "Summarization"@en ;
  skos:definition "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:inScheme omtd:OperationScheme ;
  skos:broader omtd:NaturalLanguageGeneration ;
  rdfs:comment "The process/task 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:Concept a owl:Class .
owl:NamedIndividual
  rdfs:label "Named individual"@en ;
  a owl:Class .

omtd:Operation
  rdfs:label "Operation"@en ;
  a owl:Class .

omtd:NaturalLanguageGenerationCollection
  a owl:NamedIndividual, omtd:Operation, skos:Collection ;
  skos:prefLabel "Natural Language Generation Collection"@en ;
  skos:member omtd:Summarization .

omtd:NaturalLanguageGeneration
  rdfs:label "Natural Language Generation"@en ;
  skos:prefLabel "Natural Language Generation"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:narrower omtd:Summarization .

omtd:TextProcessingCollection
  a owl:NamedIndividual, omtd:Operation, skos:Collection ;
  skos:prefLabel "Text Processing Collection"@en ;
  skos:member omtd:Summarization .

omtd:OperationScheme
  rdfs:label "Operation Taxonomy"@en ;
  skos:prefLabel "Operation Taxonomy"@en ;
  a owl:NamedIndividual, skos:ConceptScheme .

