@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:AnaphoraAnnotation
  rdfs:label "Anaphora annotation"@en ;
  skos:prefLabel "Anaphora annotation"@en ;
  a omtd:ModelFunction, owl:NamedIndividual, skos:Concept ;
  skos:broader omtd:DiscourseAnnotation .

omtd:DiscourseAnnotation
  a omtd:ModelFunction, skos:Concept, owl:NamedIndividual ;
  rdfs:label "Discourse annotation"@en ;
  skos:narrower omtd:DiscourseModelling, omtd:CoreferenceAnnotation, omtd:AnaphoraAnnotation, omtd:Argumentation ;
  skos:broader omtd:TextAnnotation ;
  skos:prefLabel "Discourse annotation"@en ;
  skos:inScheme omtd:ModelFunctionScheme ;
  rdfs:comment "The task/process of adding annotations relevant to discourse, such as discourse structure, discourse markers etc."@en .

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

omtd:DiscourseModelling
  rdfs:label "Discourse modeling"@en-US, "Discourse modelling"@en-GB ;
  skos:prefLabel "Discourse modeling"@en-US, "Discourse modelling"@en-GB ;
  a omtd:ModelFunction, owl:NamedIndividual, skos:Concept ;
  skos:broader omtd:DiscourseAnnotation .

omtd:Argumentation
  rdfs:label "Annotation of argumentation"@en ;
  skos:prefLabel "Annotation of argumentation"@en ;
  a omtd:ModelFunction, owl:NamedIndividual, skos:Concept ;
  skos:broader omtd:DiscourseAnnotation .

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

omtd:CoreferenceAnnotation
  rdfs:label "Coreference annotation"@en ;
  skos:prefLabel "Coreference annotation"@en ;
  a omtd:ModelFunction, owl:NamedIndividual, skos:Concept ;
  skos:broader omtd:DiscourseAnnotation .

omtd:TextAnnotation
  rdfs:label "Text annotation"@en ;
  skos:prefLabel "Text annotation"@en ;
  a omtd:ModelFunction, owl:NamedIndividual, skos:Concept ;
  skos:narrower omtd:DiscourseAnnotation .

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

