(=>
(and
(viewedItemList ?USER ?LIST)
(instance ?ACCESSING AccessingWebPage)
(equal
(FirstFn ?LIST) ?ACCESSING))
(not
(exists (?ACCESSING2)
(and
(instance ?ACCESSING2 AccessingWebPage)
(agent ?ACCESSING2 ?USER)
(earlier
(WhenFn ?ACCESSING2)
(WhenFn ?ACCESSING)))))) |
UXExperimentalTerms.kif 783-797 |
If X is the list of items viewed by Y, Z is an instance of accessing web page, and equal the first of X and Z, then there doesn't exist W such that W is an instance of accessing web page, Y is an agent of W, and the time of existence of W happens earlier than the time of existence of Z |