SearchEngine(search engine) |
appearance as argument number 1 |
(documentation SearchEngine EnglishLanguage "A computer program that retrieves documents or files or data from a database or from a computer network (especially from the internet).") | UXExperimentalTerms.kif 2362-2363 | |
(subclass SearchEngine ComputerProgram) | UXExperimentalTerms.kif 2360-2360 | Search engine is a subclass of computer program |
appearance as argument number 2 |
(instance PubMed SearchEngine) | Medicine.kif 4939-4939 | PubMed is an instance of search engine |
(termFormat EnglishLanguage SearchEngine "search engine") | UXExperimentalTerms.kif 2365-2365 | PubMed is an instance of search engine |
consequent |
(=> (instance ?BM BestMatchAlgorithm) (hasPurpose ?BM (exists (?SEARCHENGINE) (and (instance ?SEARCHENGINE SearchEngine) (agent ?BM ?SEARCHENGINE))))) |
UXExperimentalTerms.kif 2277-2283 |
|
(=> (instance ?QUERY SearchQuery) (exists (?QUESTION ?SEARCHENGINE) (and (instance ?QUESTION Questioning) (result ?QUESTION ?QUERY) (destination ?QUESTION ?SEARCHENGINE) (instance ?SEARCHENGINE SearchEngine)))) |
UXExperimentalTerms.kif 2417-2424 |
|