@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:SemanticAnnotation
  rdfs:label "Semantic annotation"@en ;
  skos:prefLabel "Semantic annotation"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:TextAnnotation .

omtd:ReadabilityAnnotation
  rdfs:label "Readability annotation"@en ;
  skos:prefLabel "Readability annotation"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:TextAnnotation .

omtd:DiscourseAnnotation
  rdfs:label "Discourse annotation"@en ;
  skos:prefLabel "Discourse annotation"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:TextAnnotation .

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

skos:Concept a owl:Class .
omtd:Stemming
  rdfs:label "Stemming"@en ;
  skos:prefLabel "Stemming"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:TextAnnotation .

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

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

omtd:Lemmatization
  rdfs:label "Lemmatisation"@en-gb, "Lemmatization"@en ;
  skos:prefLabel "Lemmatisation"@en-gb, "Lemmatization"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:TextAnnotation .

omtd:MorphosyntacticTagging
  rdfs:label "Morphosyntactic tagging"@en ;
  skos:prefLabel "Morphosyntactic tagging"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:TextAnnotation .

omtd:StructuralAnnotation
  rdfs:label "Structural annotation"@en ;
  skos:prefLabel "Structural annotation"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:TextAnnotation .

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

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

omtd:TextAnnotation
  skos:narrower omtd:StructuralAnnotation, omtd:Lemmatization, omtd:MorphologicalAnnotation, omtd:SemanticAnnotation, omtd:Stemming, omtd:DiscourseAnnotation, omtd:MorphosyntacticTagging, omtd:ReadabilityAnnotation, omtd:Parsing ;
  skos:inScheme omtd:OperationScheme ;
  a omtd:Operation, skos:Concept, owl:NamedIndividual ;
  skos:altLabel "Linguistic annotation"@en ;
  skos:prefLabel "Text annotation"@en ;
  skos:broader omtd:Annotation ;
  rdfs:label "Text annotation"@en ;
  rdfs:comment "The process/task of adding annotations (notes or comments) to a text; in TDM, the annotations refer mainly to the interpretative linguistic information grounded in a knowledge resource that is added manually or automatically to a text"@en .

omtd:MorphologicalAnnotation
  rdfs:label "Morphological annotation"@en ;
  skos:prefLabel "Morphological annotation"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:TextAnnotation .

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

