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


KB Term:  Term intersection
English Word: 

Sigma KEE - webVisitor
webVisitor

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


(domain webVisitor 1 AutonomousAgent) ComputerInput.kif 2951-2951 The number 1 argument of web visitor is an instance of agent
(domain webVisitor 2 WebSite) ComputerInput.kif 2952-2952 The number 2 argument of web visitor is an instance of web site
(documentation webVisitor EnglishLanguage "A relationship between an AutonomousAgent and a WebSite, stating that the agent has visited the site.") ComputerInput.kif 2953-2954 The number 2 argument of web visitor is an instance of web site
(instance webVisitor BinaryPredicate) UXExperimentalTerms.kif 1198-1198 web visitor is an instance of binary predicate
(domain webVisitor 1 Human) UXExperimentalTerms.kif 1200-1200 The number 1 argument of web visitor is an instance of human
(documentation webVisitor EnglishLanguage "(webvisitor ?HUMAN ?SITE) means that there exists an AccessingWebPage where ?HUMAN is the agent, and the page accessed is a component of ?SITE.") UXExperimentalTerms.kif 1206-1207 The number 1 argument of web visitor is an instance of human

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


(termFormat EnglishLanguage webVisitor "web visitor") UXExperimentalTerms.kif 1204-1204
(format EnglishLanguage webVisitor "%1 is a visitor to %2") domainEnglishFormat.kif 4980-4980
(format ChineseTraditionalLanguage webVisitor "%1 是對於 %2 的 visitor ") domainEnglishFormat.kif 4981-4981
(format ChineseLanguage webVisitor "%1 是对于 %2 的 visitor ") domainEnglishFormat.kif 4982-4982

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


(=>
    (webVisitor ?A ?WS)
    (exists (?AWS ?WP)
        (and
            (instance ?AWS AccessingWebPage)
            (instance ?WP WebPage)
            (component ?WP ?WS)
            (agent ?AWS ?A)
            (patient ?AWS ?WP))))
ComputerInput.kif 2956-2964 If X is a visitor to Y, then there exist Z, W such that Z is an instance of accessing web page, W is an instance of web page, W is a component of Y, X is an agent of Z, and W is a patient of Z
(=>
    (webVisitor ?VISITOR ?SITE)
    (exists (?ID ?BROWSER)
        (and
            (instance ?ID Identifier)
            (instance ?BROWSER WebBrowser)
            (browserID ?ID ?BROWSER ?SITE)
            (represents ?ID ?VISITOR))))
UXExperimentalTerms.kif 1209-1216 If X is a visitor to Y, then there exist Z, W such that Z is an instance of identifier, W is an instance of web browser, Z is the ID of W when accessing Y, and Z expresses X
(=>
    (webVisitor ?VISITOR ?SITE)
    (exists (?ACCESSING ?PAGE)
        (and
            (instance ?ACCESSING AccessingWebPage)
            (instance ?PAGE WebPage)
            (patient ?ACCESSING ?PAGE)
            (component ?PAGE ?SITE)
            (agent ?ACCESSING ?VISITOR))))
UXExperimentalTerms.kif 1218-1226 If X is a visitor to Y, then there exist Z, W such that Z is an instance of accessing web page, W is an instance of web page, W is a patient of Z, W is a component of Y, and X is an agent of Z

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


(=>
    (underageUser ?HUMAN ?SITE)
    (webVisitor ?HUMAN ?SITE))
UXExperimentalTerms.kif 1074-1076 If X is an underage user of Y, then X is a visitor to Y
(=>
    (visitorParameter ?VISITOR ?FORMULA ?SITE)
    (webVisitor ?VISITOR ?SITE))
UXExperimentalTerms.kif 1171-1173 If X is known about Y who visits Z, then Y is a visitor to Z


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