@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:lrtInfrastructureScheme
  skos:prefLabel "Λεξικό CLARIN:EL"@el, "CLARIN:EL Dictionary"@en ;
  a skos:ConceptScheme .

clarin_el:informationExtraction
  skos:prefLabel "information extraction"@en, "εξαγωγή πληροφορίας"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:speechRetrieval .

clarin_el:speechRetrieval
  skos:exactMatch omtd:SpeechRetrieval ;
  skos:altLabel "SR"@en, "spoken document retrieval"@en, "ανάκτηση προφορικών εγγράφων"@el, "SDR"@en ;
  skos:prefLabel "speech retrieval"@en, "ανάκτηση ομιλίας"@el ;
  a skos:Concept ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:broader clarin_el:informationExtraction ;
  skos:note "Speech Retrieval is the process of retrieving spoken audio material (documents)in response to a search query. Search queries can be spoken or textual. Speech retrieval makes use of techniques from speech recognition, natural language understanding and information retrieval. Possible applications are the indexing of archives of broadcast material, and monitoring of telephone conversations."@en .

