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

omtd:Anonymization
  rdfs:label "Anonymisation"@en-GB, "Anonymization"@en ;
  skos:prefLabel "Anonymisation"@en-GB, "Anonymization"@en ;
  a omtd:ModelFunction, owl:NamedIndividual, skos:Concept ;
  skos:broader omtd:Annotation .

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

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

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

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

omtd:Annotation
  rdfs:comment "The task/process of adding annotations (i.e. labels that act as notes, comments, explanations, etc.) to an item"@en ;
  skos:altLabel "Labelling"@en-GB, "Tagging"@en, "Labeling"@en-US ;
  skos:scopeNote "A note by way of explanation or comment added to a text or diagram [OED, https://en.oxforddictionaries.com/definition/annotation]. Text or corpus annotation refers to the interpretative linguistic information grounded in a knowledge resource that is added manually or automatically to a text or corpus respectively."@en ;
  skos:narrower omtd:TextAnnotation, omtd:Anonymization, omtd:MultimediaAnnotation, omtd:SpeechAnnotation ;
  rdfs:label "Annotation"@en ;
  skos:inScheme omtd:ModelFunctionScheme ;
  skos:topConceptOf omtd:ModelFunctionScheme ;
  a skos:Concept, owl:NamedIndividual, omtd:ModelFunction ;
  skos:prefLabel "Annotation"@en .

omtd:MultimediaAnnotation
  rdfs:label "Multimedia annotation"@en ;
  skos:prefLabel "Multimedia annotation"@en ;
  a omtd:ModelFunction, owl:NamedIndividual, skos:Concept ;
  skos:broader omtd:Annotation .

