(=>
(instance ?REQUEST ViewItemRequest)
(exists (?CLICK ?ACCESSING ?PAGE)
(and
(instance ?CLICK RequestingHyperlink)
(instance ?PAGE ViewItemPage)
(instance ?ACCESSING AccessingWebPage)
(causes ?CLICK ?ACCESSING)
(destination ?ACCESSING ?PAGE)
(subProcess ?CLICK ?REQUEST)))) |
UXExperimentalTerms.kif 1559-1568 |
If X is an instance of view item request, then All of the following hold: (1) there exist Y, Z (2) W such that Y is an instance of requesting hyperlink (3) W is an instance of next generation view item (4) Z is an instance of accessing web page (5) Y causes Z (6) Z ends up at W (7) Y is a subprocess of X |