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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - WatchItem
WatchItem(watch item)

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


(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
(subclass WatchItem Process) UXExperimentalTerms.kif 1587-1587 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
(=>
    (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


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