@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:AuthoringSupport
  skos:narrower omtd:SpellChecking, omtd:L2WritingSupport, omtd:GrammarChecking, omtd:LanguageChecking ;
  a skos:Concept, owl:NamedIndividual, omtd:Operation ;
  skos:broader omtd:Operation ;
  rdfs:label "Authoring support"@en ;
  rdfs:comment "The task/process of providing spelling, grammatical or stylistic suggestions as an aid for the authoring task"@en ;
  skos:definition "Software for supporting the distributed creation of consistent, high-quality information on an industrial scale. Key components include terminology extraction for legacy information, terminology checking and hyperlinking integrated in standard authoring environments, as well as structural (syntactic) checking of texts to ensure readability, consistency and translatability."@en ;
  skos:altLabel "Structure-Based Authoring Assistant"@en, "Writing support"@en ;
  skos:inScheme omtd:OperationScheme ;
  skos:prefLabel "Authoring support"@en .

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

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

omtd:GrammarChecking
  rdfs:label "Grammar checking"@en ;
  skos:prefLabel "Grammar checking"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:AuthoringSupport .

omtd:L2WritingSupport
  rdfs:label "L2 writing support"@en ;
  skos:prefLabel "L2 writing support"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:AuthoringSupport .

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

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

omtd:LanguageChecking
  rdfs:label "Language checking"@en ;
  skos:prefLabel "Language checking"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:AuthoringSupport .

omtd:SpellChecking
  rdfs:label "Spell checking"@en ;
  skos:prefLabel "Spell checking"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:AuthoringSupport .

