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

omtd:SpokenLanguageUnderstanding
  rdfs:label "Spoken Language Understanding"@en ;
  skos:prefLabel "Spoken Language Understanding"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:SpeechRecognition .

omtd:SpeechAnalysis
  rdfs:label "Speech analysis"@en ;
  skos:prefLabel "Speech analysis"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:SpeechRecognition .

omtd:SpeechRecognition
  skos:altLabel "ASR"@en, "Automatic speech recognition"@en, "Computer speech recognition"@en, "Voice recognition"@en, "SR"@en ;
  skos:broader omtd:OperationWithMultimediaInputOrOutput ;
  skos:narrower omtd:SpokenLanguageUnderstanding, omtd:SpeechEnhancement, omtd:SpeakerIdentification, omtd:SpeechUnderstanding, omtd:LipTrackingAnalysis, omtd:Transcription, omtd:SpeakerVerification, omtd:SpeechAnalysis ;
  skos:inScheme omtd:OperationScheme ;
  skos:defintion "Automatic Speech Recognition deals with automatic transcribing spoken language as text which is further processed in application dependent ways. Important applications are dictation, control of machines and devices by speech, information systems, speech translation, aids for disabled persons. An increasingly important application is embedded speech recognition in devices such as mobile phones and PDAs."@en ;
  a skos:Concept, omtd:Operation, owl:NamedIndividual ;
  rdfs:comment "The use of computer hardware and software-based techniques to identify and process human voice used tused to identify the words a person has spoken or to authenticate the identity of the person speaking into the system [adapted from https://www.techopedia.com/definition/6044/automatic-speech-recognition-asr]"@en ;
  skos:prefLabel "Speech Recognition"@en ;
  rdfs:label "Speech Recognition"@en .

skos:Concept a owl:Class .
omtd:SpeakerVerification
  rdfs:label "Speaker verification"@en ;
  skos:prefLabel "Speaker verification"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:SpeechRecognition .

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

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

omtd:Transliteration skos:broader omtd:SpeechRecognition .
omtd:SpeechProcessingCollection
  a owl:NamedIndividual, omtd:Operation, skos:Collection ;
  skos:prefLabel "Speech Processing Collection"@en ;
  skos:member omtd:SpeechRecognition .

omtd:OperationWithMultimediaInputOrOutput
  rdfs:label "Operation with multimedia input or output"@en ;
  skos:prefLabel "Operation with multimedia input or output"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:narrower omtd:SpeechRecognition .

omtd:SpeechUnderstanding
  rdfs:label "Speech understanding"@en ;
  skos:prefLabel "Speech understanding"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:SpeechRecognition .

omtd:LipTrackingAnalysis
  rdfs:label "Lip tracking analysis"@en ;
  skos:prefLabel "Lip tracking analysis"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:SpeechRecognition .

omtd:SpeechEnhancement
  rdfs:label "Speech Enhancement"@en ;
  skos:prefLabel "Speech Enhancement"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:SpeechRecognition .

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

omtd:SpeakerIdentification
  rdfs:label "Speaker identification"@en ;
  skos:prefLabel "Speaker identification"@en ;
  a owl:NamedIndividual, omtd:Operation, skos:Concept ;
  skos:broader omtd:SpeechRecognition .

