@prefix clarin_el: <http://w3id.org/clarin_el_dictionary/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix omtd: <http://w3id.org/meta-share/omtd-share/> .
@prefix ns0: <http://purl.obolibrary.org/obo/> .

clarin_el:speechUnderstanding
  skos:prefLabel "speech understanding"@en, "κατανόηση ομιλίας"@el ;
  a skos:Concept ;
  skos:broader clarin_el:speechRecognition .

clarin_el:speakerVerification
  skos:prefLabel "speaker verification"@en, "επαλήθευση ομιλητή"@el ;
  a skos:Concept ;
  skos:broader clarin_el:speechRecognition .

clarin_el:transcription
  skos:prefLabel "transcription"@en, "μεταγραφή"@el ;
  a skos:Concept ;
  skos:broader clarin_el:speechRecognition .

clarin_el:transliteration
  skos:prefLabel "transliteration"@en, "μεταγραφή"@el ;
  a skos:Concept ;
  skos:broader clarin_el:speechRecognition .

clarin_el:speechEnhancement
  skos:prefLabel "speech enhancement"@en, "βελτίωση ποιότητας ομιλίας"@el ;
  a skos:Concept ;
  skos:broader clarin_el:speechRecognition .

clarin_el:lipTrackingAnalysis
  skos:prefLabel "lip tracking analysis"@en, "ανάλυση ιχνηλάτησης χειλιών"@el ;
  a skos:Concept ;
  skos:broader clarin_el:speechRecognition .

clarin_el:speakerIdentification
  skos:prefLabel "speaker identification"@en, "αναγνώριση ομιλητή"@el ;
  a skos:Concept ;
  skos:broader clarin_el:speechRecognition .

clarin_el:lrtInfrastructureScheme
  skos:prefLabel "Λεξικό CLARIN:EL"@el, "CLARIN:EL Dictionary"@en ;
  a skos:ConceptScheme .

<http://purl.obolibrary.org/obo/IAO_0000119>
  rdfs:comment "Formal citation, e.g. identifier in external database to indicate / attribute source(s) for the definition. Free text indicate / attribute source(s) for the definition. EXAMPLE: Author Name, URI, MeSH Term C04, PUBMED ID, Wiki uri on 31.01.2007"@en ;
  rdfs:label "πηγή ορισμού"@el, "definition source"@en .

clarin_el:operationWithMultimediaInputOrOutput
  skos:prefLabel "operation with multimedia input or output"@en, "λειτουργία με είσοδο ή έξοδο πολυμέσων"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:speechRecognition .

clarin_el:speechAnalysis
  skos:prefLabel "speech analysis"@en, "ανάλυση ομιλίας"@el ;
  a skos:Concept ;
  skos:broader clarin_el:speechRecognition .

clarin_el:spokenLanguageUnderstanding
  skos:prefLabel "spoken language understanding"@en, "κατανόηση προφορικού λόγου"@el ;
  a skos:Concept ;
  skos:broader clarin_el:speechRecognition .

clarin_el:speechRecognition
  skos:altLabel "ASR"@en, "αναγνώριση ομιλίας από υπολογιστή"@el, "computer speech recognition"@en, "αναγνώριση φωνής από υπολογιστή"@el, "voice recognition"@en, "αυτόματη αναγνώριση ομιλίας"@el, "automatic speech recognition"@en, "αυτόματη αναγνώριση φωνής"@el, "SR"@en, "αναγνώριση φωνής"@el ;
  skos:narrower clarin_el:transliteration, clarin_el:speechAnalysis, clarin_el:speakerVerification, clarin_el:speakerIdentification, clarin_el:speechUnderstanding, clarin_el:lipTrackingAnalysis, clarin_el:spokenLanguageUnderstanding, clarin_el:transcription, clarin_el:speechEnhancement ;
  skos:exactMatch omtd:SpeechRecognition ;
  skos:definition "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"@en ;
  a skos:Concept ;
  skos:note "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 ;
  skos:broader clarin_el:operationWithMultimediaInputOrOutput ;
  skos:prefLabel "speech recognition"@en, "αναγνώριση ομιλίας"@el ;
  ns0:IAO_0000119 "adapted from https://www.techopedia.com/definition/6044/automatic-speech-recognition-asr" ;
  skos:inScheme clarin_el:lrtInfrastructureScheme .

