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

Formal Language: 



KB Term:  Term intersection
English Word: 

  SearchResultsPage

Sigma KEE - SearchResultsPage
SearchResultsPage

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


(documentation SearchResultsPage EnglishLanguage "A WebPage which contains SRPResults as a component.") UXExperimentalTerms.kif 2525-2526
(subclass SearchResultsPage WebPage) UXExperimentalTerms.kif 2523-2523 SearchResultsPage est une sous-classe de WebPage

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


(termFormat EnglishLanguage SearchResultsPage "search results page") UXExperimentalTerms.kif 2528-2528

appearance as argument number 3
-------------------------


(domain SRPEngagementFn 1 SearchResultsPage) UXExperimentalTerms.kif 3711-3711 Le nombre 1 argument de SRPEngagementFn est une instance de SearchResultsPage

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


(=>
    (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 3721-3739
(=>
    (instance ?PAGE SearchResultsPage)
    (exists (?RESULTS)
        (and
            (instance ?RESULTS SRPResults)
            (component ?RESULTS ?PAGE))))
UXExperimentalTerms.kif 2530-2535

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


(=>
    (and
        (inList ?ITEM ?RESULTS)
        (instance ?RESULTS SRPResults))
    (exists (?SRP)
        (and
            (instance ?SRP SearchResultsPage)
            (component ?RESULTS ?SRP))))
UXExperimentalTerms.kif 2491-2498


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

Show without tree


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