@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:ModelFunction, 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:topConceptOf omtd:ModelFunctionScheme ;
  skos:inScheme omtd:ModelFunctionScheme ;
  rdfs:comment "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, "The task/process of reducing one or more textual documents with a computer programme in order to create a summary that retains the most important points of the original document(s)."@en-GB ;
  skos:scopeNote "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:Concept a owl:Class .
owl:NamedIndividual
  rdfs:label "Named individual"@en ;
  a owl:Class .

omtd:ModelFunction
  rdfs:label "Model function"@en ;
  a owl:Class .

omtd:ModelFunctionScheme
  rdfs:label "Model Function Taxonomy"@en ;
  skos:prefLabel "Model Function Taxonomy"@en ;
  a owl:NamedIndividual, skos:ConceptScheme ;
  skos:hasTopConcept omtd:Summarization .

