@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:multimediaRetrieval
  skos:prefLabel "ανάκτηση πολυμέσων"@el, "multimedia retrieval"@en ;
  skos:altLabel "ανάκτηση πολυμεσικής πληροφορίας"@el, "MR"@en, "MMIR"@en, "multimedia information retrieval"@en, "multimedia mining"@en ;
  a skos:Concept ;
  skos:note "The research on multimedia retrieval focuses on the development of tools and techniques to support the easy access to information in digital archives. It exploits the synergy that exists between language & speech technology, image processing and database technology. The results can be used in innovative applications that support various content management tasks, e.g. automatic indexing of large text collections and disclosure of audiovisual archives, search technology and filtering of dynamic information streams. (taken from: http://parlevink.cs.utwente.nl/?page=onderwerp&onderwerpID=2"@en ;
  skos:definition "the activity of obtaining multimedia information resources relevant to an information need from a collection of multimedia information resources"@en ;
  skos:broader clarin_el:informationRetrieval ;
  skos:exactMatch omtd:MultimediaRetrieval ;
  skos:inScheme clarin_el:lrtInfrastructureScheme .

clarin_el:informationRetrieval
  skos:prefLabel "information retrieval"@en, "ανάκτηση πληροφορίας"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:multimediaRetrieval .

