Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - SearchEngine
SearchEngine

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 SearchEngine est une sous-classe de programme d'ordinateur

appearance as argument number 2
-------------------------


(instance PubMed SearchEngine) Medicine.kif 4939-4939 PubMed est une instance de SearchEngine
(termFormat EnglishLanguage SearchEngine "search engine") UXExperimentalTerms.kif 2365-2365

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


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners