@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:semanticSearch
  skos:exactMatch omtd:SemanticSearch ;
  skos:definition "a type of search that seeks to improve search accuracy by understanding the searcher's intent and the contextual meaning of terms as they appear in the searchable dataspace, whether on the Web or within a closed system, to generate more relevant results"@en ;
  skos:prefLabel "semantic search"@en, "σημασιολογική αναζήτηση"@el ;
  skos:inScheme clarin_el:lrtInfrastructureScheme ;
  skos:broader clarin_el:informationRetrieval ;
  a skos:Concept .

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

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

