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

skos:Concept a owl:Class .
omtd:LexicalSimplification
  rdfs:comment "The task of replacing individual words of a text with words that are easier to understand, so that the text as a whole becomes easier to comprehend, e.g. by people with learning disabilities or by children who learn to read [from https://link.springer.com/chapter/10.1007/978-3-642-28601-8_36]"@en ;
  skos:related omtd:LexicalSubstitution ;
  skos:prefLabel "Lexical simplification"@en ;
  skos:inScheme omtd:OperationScheme ;
  skos:broader omtd:NaturalLanguageGeneration ;
  rdfs:label "Lexical simplification"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept .

omtd:TextSimplification skos:related omtd:LexicalSimplification .
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:LexicalSimplification .

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

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

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

