@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 ;
  skos:prefLabel "Summarization"@en, "Summarisation"@en-gb ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept .

omtd:NewsGeneration
  rdfs:label "News generation"@en ;
  skos:prefLabel "News generation"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept .

omtd:AudioToTextGeneration
  rdfs:label "Audio to Text Generation"@en ;
  skos:prefLabel "Audio to Text Generation"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept .

owl:NamedIndividual
  rdfs:label "Named individual"@en ;
  a owl:Class .

omtd:DataToTextGeneration
  rdfs:label "Data to Text Generation"@en ;
  skos:prefLabel "Data to Text Generation"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept .

omtd:MultilingualGeneration
  rdfs:label "Multilingual generation"@en ;
  skos:prefLabel "Multilingual generation"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept .

omtd:TextSimplification
  rdfs:label "Text simplification"@en ;
  skos:prefLabel "Text simplification"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept .

omtd:SyntacticStructureGeneration
  rdfs:label "Syntactic Structure Generation"@en ;
  skos:prefLabel "Syntactic Structure Generation"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept .

omtd:TextCompression
  rdfs:label "Text compression"@en ;
  skos:prefLabel "Text compression"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept .

omtd:LexicalSimplification
  rdfs:label "Lexical simplification"@en ;
  skos:prefLabel "Lexical simplification"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept .

omtd:SpeechSynthesis
  rdfs:label "Speech Synthesis"@en ;
  skos:prefLabel "Speech Synthesis"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept .

omtd:TextToTextGeneration
  rdfs:label "Text to Text Generation"@en ;
  skos:prefLabel "Text to Text Generation"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept .

omtd:VideoToTextGeneration
  rdfs:label "Video to Text Generation"@en ;
  skos:prefLabel "Video to Text Generation"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept .

omtd:TextToSpeechSynthesis
  rdfs:label "Text-to-Speech Synthesis"@en ;
  skos:prefLabel "Text-to-Speech Synthesis"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept .

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

omtd:TextGeneration
  rdfs:label "Text generation"@en ;
  skos:prefLabel "Text generation"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept .

omtd:SignLanguageGeneration
  rdfs:label "Sign language generation"@en ;
  skos:prefLabel "Sign language generation"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept .

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

skos:Collection a owl:Class .
omtd:DocumentReading
  rdfs:label "Document reading"@en ;
  skos:prefLabel "Document reading"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept .

omtd:Paraphrasing
  rdfs:label "Paraphrasing"@en ;
  skos:prefLabel "Paraphrasing"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept .

omtd:NaturalLanguageGenerationCollection
  skos:member omtd:SyntacticStructureGeneration, omtd:ImageToTextGeneration, omtd:LexicalSubstitution, omtd:DocumentReading, omtd:VideoToTextGeneration, omtd:SignLanguageGeneration, omtd:AudioToTextGeneration, omtd:Paraphrasing, omtd:Conjugation, omtd:NaturalLanguageGeneration, omtd:NewsGeneration, omtd:TextToTextGeneration, omtd:TextGeneration, omtd:LexicalSimplification, omtd:MultilingualGeneration, omtd:TextSimplification, omtd:SpeechSynthesis, omtd:TextCompression, omtd:Summarization, omtd:SpokenLanguageGeneration, omtd:DataToTextGeneration, omtd:TextToSpeechSynthesis ;
  skos:prefLabel "Natural Language Generation Collection"@en ;
  rdfs:label "Natural Language Generation Collection"@en ;
  a owl:NamedIndividual, skos:Collection, omtd:Operation .

omtd:Conjugation
  rdfs:label "Conjugation"@en ;
  skos:prefLabel "Conjugation"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept .

omtd:ImageToTextGeneration
  rdfs:label "Image to Text Generation"@en ;
  skos:prefLabel "Image to Text Generation"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept .

omtd:LexicalSubstitution
  rdfs:label "Lexical substitution"@en ;
  skos:prefLabel "Lexical substitution"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept .

omtd:SpokenLanguageGeneration
  rdfs:label "Spoken Language Generation"@en ;
  skos:prefLabel "Spoken Language Generation"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept .

