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

Formal Language: 



KB Term:  Term intersection
English Word: 

  viewedListing

Sigma KEE - viewedListing
viewedListing

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


(documentation viewedListing EnglishLanguage "(viewedListing ?AGENT ?LISTING) means that there is an instance of AccessingWebPage where ?AGENT is the agent of the accessing and a component of the page is the WebListing ?LISTING") UXExperimentalTerms.kif 1526-1528
(domain viewedListing 1 AutonomousAgent) UXExperimentalTerms.kif 1532-1532 Le nombre 1 argument de viewedListing est une instance de AutonomousAgent
(domain viewedListing 2 WebListing) UXExperimentalTerms.kif 1534-1534 Le nombre 2 argument de viewedListing est une instance de WebListing
(instance viewedListing BinaryPredicate) UXExperimentalTerms.kif 1524-1524 viewedListing est une instance de pr�dicat binaire

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


(format ChineseLanguage viewedListing "%1 viewed %2 ") domainEnglishFormat.kif 4926-4926
(format ChineseTraditionalLanguage viewedListing "%1 viewed %2 ") domainEnglishFormat.kif 4925-4925
(format EnglishLanguage viewedListing "%1 viewed %2") domainEnglishFormat.kif 4924-4924
(termFormat EnglishLanguage viewedListing "viewed listing") UXExperimentalTerms.kif 1530-1530

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


(=>
    (viewedListing ?AGENT ?LISTING)
    (exists (?PAGE ?ACCESSING)
        (and
            (instance ?PAGE WebPage)
            (instance ?ACCESSING AccessingWebPage)
            (component ?LISTING ?PAGE)
            (agent ?ACCESSING ?AGENT)
            (destination ?ACCESSING ?PAGE))))
UXExperimentalTerms.kif 1536-1544

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


(=>
    (and
        (instance ?REQUEST ViewItemRequest)
        (instance ?ACCESSING AccessingWebPage)
        (instance ?PAGE ViewItemPage)
        (instance ?AGENT AutonomousAgent)
        (instance ?LISTING Advertising)
        (subProcess ?ACCESSING ?REQUEST)
        (component ?PAGE ?LISTING)
        (destination ?ACCESSING ?PAGE)
        (agent ?ACCESSING ?AGENT))
    (viewedListing ?AGENT ?LISTING))
UXExperimentalTerms.kif 1570-1581


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