(=>
(browserID ?STRING ?BROWSER ?SITE)
(exists (?WEBPAGE ?ACCESSING ?AGENT ?BPROC)
(and
(instance ?WEBPAGE WebPage)
(subString ?WEBPAGE ?SITE)
(instance ?ACCESSING AccessingWebPage)
(instance ?AGENT AutonomousAgent)
(agent ?ACCESSING ?AGENT)
(programRunning ?BPROC ?BROWSER)
(causes ?BPROC ?ACCESSING)
(destination ?ACCESSING ?WEBPAGE)
(represents ?STRING ?AGENT)))) |
UXExperimentalTerms.kif 736-748 |
If X is the ID of Y when accessing Z, then All of the following hold: (1) there exist W, V,, , U (2) T such that W is an instance of web page (3) W is a sub-string of Z (4) V is an instance of accessing web page (5) U is an instance of agent (6) U is an agent of V (7) Y is a program running of T (8) T causes V (9) V ends up at W (10) X expresses U |