@prefix clarin_el: <http://w3id.org/clarin_el_dictionary/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix omtd: <http://w3id.org/meta-share/omtd-share/> .

clarin_el:speechRecognition
  skos:prefLabel "speech recognition"@en, "αναγνώριση ομιλίας"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:speakerIdentification .

clarin_el:speakerIdentification
  skos:prefLabel "αναγνώριση ομιλητή"@el, "speaker identification"@en ;
  skos:definition "the task/process of identifying/recognizing who the person speaking is"@en ;
  skos:exactMatch omtd:SpeakerIdentification ;
  skos:altLabel "SR"@en, "αναγνώριση φωνής"@el, "voice recognition"@en, "speaker recognition"@en, "VR"@en ;
  skos:broader clarin_el:speechRecognition ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  a skos:Concept ;
  skos:note "Speaker recognition, which can be classified into identification and verification, is the process of automatically recognizing who is speaking on the basis of individual information included in speech waves. This technique makes it possible to use the speaker's voice to verify their identity and control access to services such as voice dialing, banking by telephone, telephone shopping, database access services, information services, voice mail, security control for confidential information areas, and remote access to computers."@en .

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

