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


KB Term:  Term intersection
English Word: 

Sigma KEE - SRPResults
SRPResults(search results)

appearance as argument number 1
-------------------------


(subclass SRPResults List) UXExperimentalTerms.kif 2469-2469 Search results is a subclass of list
(documentation SRPResults EnglishLanguage "A List containing WebListings or WebPages the is the result of a BestMatchAlgorithm, and is a component of a SearchResultsPage.") UXExperimentalTerms.kif 2473-2474 Search results is a subclass of list

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


(termFormat EnglishLanguage SRPResults "search results") UXExperimentalTerms.kif 2471-2471

antecedent
-------------------------


(=>
    (instance ?RESULTS SRPResults)
    (exists (?BM)
        (and
            (instance ?BM BestMatchAlgorithm)
            (result ?BM ?RESULTS))))
UXExperimentalTerms.kif 2476-2481 If X is an instance of search results, then there exists Y such that Y is an instance of best match sort and X is a result of Y
(=>
    (and
        (inList ?ITEM ?RESULTS)
        (instance ?RESULTS SRPResults))
    (or
        (instance ?ITEM WebListing)
        (instance ?ITEM WebPage)))
UXExperimentalTerms.kif 2483-2489 If X is a member of Y and Y is an instance of search results, then X is an instance of web listing or X is an instance of web page
(=>
    (and
        (inList ?ITEM ?RESULTS)
        (instance ?RESULTS SRPResults))
    (exists (?SRP)
        (and
            (instance ?SRP SearchResultsPage)
            (component ?RESULTS ?SRP))))
UXExperimentalTerms.kif 2491-2498 If X is a member of Y and Y is an instance of search results, then there exists Z such that Z is an instance of search results page and Y is a component of Z
(=>
    (and
        (instance ?PAGE SearchResultsPage)
        (instance ?RESULTS SRPResults)
        (component ?RESULTS ?PAGE))
    (equal
        (DivisionFn
            (CardinalityFn
                (KappaFn ?CLICK
                    (and
                        (instance ?CLICK RequestingHyperlink)
                        (patient ?CLICK ?ELEMENT)
                        (destination ?CLICK ?LINKEDPAGE)
                        (instance ?ELEMENT HypertextLink)
                        (component ?ELEMENT ?PAGE)
                        (or
                            (instance ?LINKEDPAGE ProductDescriptionPage)
                            (instance ?LINKEDPAGE ViewItemPage)))))
            (ListLengthFn ?RESULTS))
        (SRPEngagementFn ?PAGE)))
UXExperimentalTerms.kif 3720-3738 If X is an instance of search results page, Y is an instance of search results, and Y is a component of X, then equal the number of instances in the class described by Z, length of Y, and qualifying clicks on X

consequent
-------------------------


(=>
    (instance ?BM BestMatchAlgorithm)
    (hasPurpose ?BM
        (exists (?RESULT)
            (and
                (instance ?RESULT SRPResults)
                (result ?BM ?RESULT)))))
UXExperimentalTerms.kif 2293-2299 If X is an instance of best match sort, then X has the purpose there exists Y such that Y is an instance of search results and Y is a result of X
(=>
    (searchResult ?RESULT ?SA)
    (exists (?RESULTS)
        (and
            (instance ?RESULTS SRPResults)
            (inList ?RESULT ?RESULTS))))
UXExperimentalTerms.kif 2331-2336 If X results from searching for Y, then there exists Z such that Z is an instance of search results and X is a member of Z
(=>
    (and
        (instance ?SEO SEO)
        (patient ?SEO ?PAGE))
    (hasPurpose ?SEO
        (exists (?SRPRESULT_BEFORE ?SRPRESULT_AFTER ?BEFORE ?AFTER ?BM1 ?BM2)
            (and
                (instance ?SRPRESULT_BEFORE SRPResults)
                (instance ?SRPRESULT_AFTER SRPResults)
                (equal ?PAGE
                    (ListOrderFn ?SRPRESULT_BEFORE ?BEFORE))
                (equal ?PAGE
                    (ListOrderFn ?SRPRESULT_AFTER ?AFTER))
                (instance ?BM1 BestMatchAlgorithm)
                (instance ?BM2 BestMatchAlgorithm)
                (earlier
                    (WhenFn ?BM1)
                    (WhenFn ?BM2))
                (earlier
                    (WhenFn ?SEO)
                    (WhenFn ?BM2))
                (earlier
                    (WhenFn ?BM1)
                    (WhenFn ?SEO))
                (greaterThan ?BEFORE ?AFTER)))))
UXExperimentalTerms.kif 2388-2404 If X is an instance of search engine optimization and Y is a patient of X, then All of the following hold: (1) X has the purpose there exist ?SRPRESULT_BEFORE, ?SRPRESULT_AFTER,, , W,, , V,, , U (2) T such that ?SRPRESULT_BEFORE is an instance of search results (3) ?SRPRESULT_AFTER is an instance of search results (4) equal Y (5) S element of ?SRPRESULT_BEFORE (6) equal Y (7) R element of ?SRPRESULT_AFTER (8) U is an instance of best match sort (9) T is an instance of best match sort (10) the time of existence of U happens earlier than the time of existence of T (11) the time of existence of X happens earlier than the time of existence of T (12) the time of existence of U happens earlier than the time of existence of X (13) W is greater than V
(=>
    (instance ?PAGE SearchResultsPage)
    (exists (?RESULTS)
        (and
            (instance ?RESULTS SRPResults)
            (component ?RESULTS ?PAGE))))
UXExperimentalTerms.kif 2530-2535 If X is an instance of search results page, then there exists Y such that Y is an instance of search results and Y is a component of X


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