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



KB Term:  Term intersection
English Word: 

Sigma KEE - checkOutTime
checkOutTime

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


(instance checkOutTime BinaryPredicate) Hotel.kif 681-681 check-out time is an instance of binary predicate
(documentation checkOutTime EnglishLanguage "(checkOutTime ?HOTEL ?TIME) means that TravelerAccommodation ?HOTEL expects guests to CheckOutService before ?TIME") Hotel.kif 682-683 check-out time is an instance of binary predicate
(domain checkOutTime 1 CognitiveAgent) Hotel.kif 685-685 The number 1 argument of check-out time is an instance of cognitive agent
(domain checkOutTime 2 TimePoint) Hotel.kif 686-686 The number 2 argument of check-out time is an instance of time point

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


(termFormat EnglishLanguage checkOutTime "check-out time") Hotel.kif 684-684
(format EnglishLanguage checkOutTime "one must check out before %2 at %1") domainEnglishFormat.kif 2980-2980
(format ChineseTraditionalLanguage checkOutTime "其必須在 %2 之前 在 %1 check out ") domainEnglishFormat.kif 2981-2981
(format ChineseLanguage checkOutTime "其必須在 %2 之前 在 %1 check out ") domainEnglishFormat.kif 2982-2982

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


(=>
    (and
        (checkOutTime ?HOTEL ?TIME)
        (guest ?GUEST ?HOTEL))
    (expects ?HOTEL
        (exists (?T ?C)
            (and
                (instance ?T ?TIME)
                (patient ?C ?GUEST)
                (instance ?C CheckOutService)
                (agent ?C ?HOTEL)
                (before
                    (BeginFn
                        (WhenFn ?C)) ?T)))))
Hotel.kif 688-699 If one must check out before X at Y and Z is a guest at Y, then Y expects there exist W, V such that W is an instance of X, Z is a patient of V, V is an instance of check-out service, Y is an agent of V, and the beginning of the time of existence of V happens before W will be true


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