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


KB Term:  Term intersection
English Word: 

Sigma KEE - WatchItem
WatchItem(watch item)

appearance as argument number 1
-------------------------


(subclass WatchItem Process) UXExperimentalTerms.kif 1587-1587 Watch item is a subclass of process
(documentation WatchItem EnglishLanguage "A Process where the patient was not a member of the agent's watchingListings collection before the EndFn of the WatchItem, but is afterward. This proccess signifies that the Object which is the patient of the WatchItem is inScopeOfInterest for the agent.") UXExperimentalTerms.kif 1591-1594 Watch item is a subclass of process

appearance as argument number 2
-------------------------


(termFormat EnglishLanguage WatchItem "watch item") UXExperimentalTerms.kif 1589-1589

antecedent
-------------------------


(=>
    (and
        (instance ?WATCH WatchItem)
        (instance ?AGENT AutonomousAgent)
        (instance ?OBJ Object)
        (agent ?WATCH ?AGENT)
        (patient ?WATCH ?OBJ))
    (inScopeOfInterest ?AGENT ?OBJ))
UXExperimentalTerms.kif 1596-1603 If X is an instance of watch item, Y is an instance of agent, Z is an instance of object, Y is an agent of X, and Z is a patient of X, then Y is interested in Z
(=>
    (and
        (instance ?WATCH WatchItem)
        (instance ?OBJ Object)
        (patient ?WATCH ?OBJ)
        (agent ?WATCH ?USER))
    (exists (?COLL ?SITE ?AFTER ?INTERVAL)
        (and
            (instance ?COLL Collection)
            (instance ?SITE WebSite)
            (instance ?INTERVAL TimeInterval)
            (watchingListings ?USER ?COLL ?SITE)
            (equal
                (BeginFn ?INTERVAL)
                (EndFn ?WATCH))
            (holdsDuring ?AFTER
                (member ?OBJ ?COLL)))))
UXExperimentalTerms.kif 1605-1621 If X is an instance of watch item, Y is an instance of object, Y is a patient of X, and Z is an agent of X, then All of the following hold: (1) there exist W, V,, , U (2) T such that W is an instance of collection (3) V is an instance of web site (4) T is an instance of timeframe (5) user Z on V is watching W (6) equal the beginning of T (7) the end of X (8) Y is a member of W holds during U


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



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