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

omtd:SpeechAnnotation
  skos:prefLabel "Speech annotation"@en ;
  skos:narrower omtd:AnnotationOfSpeakerTurns, omtd:SoundToTextAlignment, omtd:SoundEventAnnotation, omtd:SpeakerDiarization, omtd:ParalanguageAnnotation, omtd:ProsodicAnnotation, omtd:AudioSegmentation ;
  a omtd:ModelFunction, skos:Concept, owl:NamedIndividual ;
  skos:broader omtd:Annotation ;
  rdfs:label "Speech annotation"@en ;
  skos:inScheme omtd:ModelFunctionScheme .

omtd:SpeakerDiarization
  rdfs:label "Speaker diarisation"@en-GB, "Speaker diarization"@en ;
  skos:prefLabel "Speaker diarisation"@en-GB, "Speaker diarization"@en ;
  a omtd:ModelFunction, owl:NamedIndividual, skos:Concept ;
  skos:broader omtd:SpeechAnnotation .

omtd:SoundToTextAlignment
  rdfs:label "Sound-to-Text alignment"@en ;
  skos:prefLabel "Sound-to-Text alignment"@en ;
  a omtd:ModelFunction, owl:NamedIndividual, skos:Concept ;
  skos:broader omtd:SpeechAnnotation .

omtd:ParalanguageAnnotation
  rdfs:label "Paralanguage annotation"@en ;
  skos:prefLabel "Paralanguage annotation"@en ;
  a omtd:ModelFunction, owl:NamedIndividual, skos:Concept ;
  skos:broader omtd:SpeechAnnotation .

skos:Concept a owl:Class .
omtd:SoundEventAnnotation
  rdfs:label "Sound event annotation"@en ;
  skos:prefLabel "Sound event annotation"@en ;
  a omtd:ModelFunction, owl:NamedIndividual, skos:Concept ;
  skos:broader omtd:SpeechAnnotation .

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

omtd:ProsodicAnnotation
  rdfs:label "Prosodic annotation"@en ;
  skos:prefLabel "Prosodic annotation"@en ;
  a omtd:ModelFunction, owl:NamedIndividual, skos:Concept ;
  skos:broader omtd:SpeechAnnotation .

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

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

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

omtd:AudioSegmentation
  rdfs:label "Audio segmentation"@en ;
  skos:prefLabel "Audio segmentation"@en ;
  a omtd:ModelFunction, owl:NamedIndividual, skos:Concept ;
  skos:broader omtd:SpeechAnnotation .

omtd:AnnotationOfSpeakerTurns
  rdfs:label "Annotation of speaker turns"@en ;
  skos:prefLabel "Annotation of speaker turns"@en ;
  a omtd:ModelFunction, owl:NamedIndividual, skos:Concept ;
  skos:broader omtd:SpeechAnnotation .

