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

Formal Language: 



KB Term:  Term intersection
English Word: 

  ListOnSite

Sigma KEE - ListOnSite
ListOnSite(list on site)

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 List on site is a subclass of intentional process

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


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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