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


KB Term:  Term intersection
English Word: 

Sigma KEE - SelfServiceCheckOut
SelfServiceCheckOut(self-service check-out)

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


(subclass SelfServiceCheckOut CheckOutService) Hotel.kif 2223-2223 Self-service check-out is a subclass of check-out service
(documentation SelfServiceCheckOut EnglishLanguage "SelfServiceCheckOut is a type of CheckOutService that does not involve interfacing with a Human. Instead, some automated process is put in place") Hotel.kif 2224-2226 Self-service check-out is a subclass of check-out service

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


(termFormat EnglishLanguage SelfServiceCheckOut "self-service check-out") Hotel.kif 2227-2227
(subclass VideoCheckOut SelfServiceCheckOut) Hotel.kif 2236-2236 Video check-out is a subclass of self-service check-out

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


(=>
    (instance ?CHECK SelfServiceCheckOut)
    (exists (?AGENT)
        (and
            (agent ?CHECK ?AGENT)
            (not
                (instance ?AGENT Human)))))
Hotel.kif 2229-2234 If X is an instance of self-service check-out, then there exists Y such that Y is an agent of X and Y is not an instance of human


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.0-ac69cf7a (2026-05-13) is open source software produced by Articulate Software and its partners