ListOnSite
|
|
appearance as argument number 1 |
(documentation ListOnSite EnglishLanguage "An IntentionalProcess meant to represent the actions taken to initially list a Weblisting on a WebSite. There exists a TimeInterval before the processes occurred where the patient WebListing was not hostedOn the WebSite and a TimeInterval after which it does. The TimePoint marking the end of when the site is not hosted is the same as the end of the process (i.e. when WebListing began to be listed.") | UXExperimentalTerms.kif 260-264 | |
(subclass ListOnSite IntentionalProcess) | UXExperimentalTerms.kif 257-257 | ListOnSite ist eine teilkategorie von IntentionalProcess |
appearance as argument number 2 |
(termFormat EnglishLanguage ListOnSite "list on site") | UXExperimentalTerms.kif 258-258 |
antecedent |
(=> (instance ?LIST ListOnSite) (exists (?SITE ?ADVERT ?EARLIER ?AFTER ?OWNER) (and (instance ?SITE WebSite) (instance ?ADVERT WebListing) (instance ?EARLIER TimeInterval) (instance ?AFTER TimeInterval) (patient ?LIST ?ADVERT) (equal (EndFn ?EARLIER) (EndFn ?LIST)) (earlier ?LIST ?AFTER) (meetsTemporally ?LIST ?AFTER) (holdsDuring ?EARLIER (not (hostedOn ?ADVERT ?SITE))) (holdsDuring ?AFTER (hostedOn ?ADVERT ?SITE)) (agent ?LIST ?OWNER) (possesses ?OWNER ?SITE)))) |
UXExperimentalTerms.kif 266-286 |
|
consequent |
(=> (instance ?CHARGE InsertionFee) (exists (?ADVERT ?PROC ?OWNER) (and (instance ?ADVERT WebListing) (instance ?PROC ListOnSite) (instance ?OWNER AutonomousAgent) (patient ?PROC ?ADVERT) (causes ?PROC ?CHARGE) (agent ?CHARGE ?OWNER) (agent ?PROC ?OWNER)))) |
UXExperimentalTerms.kif 220-230 |
|