@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/> .
@prefix dc: <http://purl.org/dc/terms/> .

clarin_el:terminologySearch
  skos:prefLabel "terminology search"@en, "αναζήτηση ορολογίας"@el ;
  a skos:Concept ;
  skos:broader clarin_el:informationRetrieval .

clarin_el:crossLanguageInformationRetrieval
  skos:prefLabel "cross-language information retrieval"@en, "διαγλωσσική ανάκτηση πληροφορίας"@el ;
  a skos:Concept ;
  skos:broader clarin_el:informationRetrieval .

clarin_el:textAndDataMining
  skos:prefLabel "text and data mining"@en, "εξόρυξη κειμένου και δεδομένων"@el ;
  a skos:Concept ;
  skos:narrower clarin_el:informationRetrieval .

clarin_el:multimediaRetrieval
  skos:prefLabel "multimedia retrieval"@en, "ανάκτηση πολυμέσων"@el ;
  a skos:Concept ;
  skos:broader clarin_el:informationRetrieval .

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

clarin_el:informationRetrieval
  skos:definition "the activity of obtaining information resources relevant to an information need from a collection of information resources; searches can be based on full-text or other content-based indexing"@en ;
  skos:note "Information Retrieval is the process of locating information that fits a user's information need, which is usually expressed as a search query. The fit of the retrieved information with the information need is referred to as \"relevance\". The information can be retrieved from databases (data retrieval) or from document collections (document retrieval), where documents can either be text documents or other media (audio, video, semi-structured data, multimedia). Success in information retrieval is generally defined by retrieving as much relevant information as possible (measured by 'recall') while minimising the irrelevant information retrieved (measured by 'precision'). The most widely used information retrieval systems today are Internet search engines."@en ;
  skos:prefLabel "information retrieval"@en, "ανάκτηση πληροφορίας"@el ;
  skos:narrower clarin_el:informationFiltering, clarin_el:multilingualInformationRetrieval, clarin_el:crossLanguageInformationRetrieval, clarin_el:terminologySearch, clarin_el:semanticSearch, clarin_el:multimediaRetrieval, clarin_el:exploratorySearch ;
  skos:broader clarin_el:textAndDataMining ;
  skos:exactMatch omtd:InformationRetrieval ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:altLabel "IR"@en ;
  a skos:Concept ;
  dc:source "Γεωργούλη , Α. (χ.χ.). “Τεχνητή Νοημοσύνη” – Μια εισαγωγική προσέγγιση. Ανάκτηση από openbook.gr: https://www.openbook.gr/techniti-noimosyni/" .

clarin_el:exploratorySearch
  skos:prefLabel "exploratory search"@en, "διερευνητική αναζήτηση"@el ;
  a skos:Concept ;
  skos:broader clarin_el:informationRetrieval .

clarin_el:informationFiltering
  skos:prefLabel "information filtering"@en, "φιλτράρισμα πληροφορίας"@el ;
  a skos:Concept ;
  skos:broader clarin_el:informationRetrieval .

clarin_el:multilingualInformationRetrieval
  skos:prefLabel "ανάκτηση πολυγλωσσικής πληροφορίας"@el, "multilingual information retrieval"@en ;
  a skos:Concept ;
  skos:broader clarin_el:informationRetrieval .

clarin_el:semanticSearch
  skos:prefLabel "semantic search"@en, "σημασιολογική αναζήτηση"@el ;
  a skos:Concept ;
  skos:broader clarin_el:informationRetrieval .

