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

Formal Language: 



KB Term:  Term intersection
English Word: 

  WatchItem

Sigma KEE - WatchItem
WatchItem

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 WatchItem est une sous-classe de processus

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 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