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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - checkOutTime
checkOutTime

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


(documentation checkOutTime EnglishLanguage "(checkOutTime ?HOTEL ?TIME) means that TravelerAccommodation ?HOTEL expects guests to CheckOutService before ?TIME") Hotel.kif 678-679
(domain checkOutTime 1 CognitiveAgent) Hotel.kif 681-681 O argumento numero 1 de checkOutTime e' uma instancia de Agente Cognitivo
(domain checkOutTime 2 TimePoint) Hotel.kif 682-682 O argumento numero 2 de checkOutTime e' uma instancia de Ponto no tempo
(instance checkOutTime BinaryPredicate) Hotel.kif 677-677 checkOutTime e' uma instancia de Predicado Binario

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


(format ChineseLanguage checkOutTime "其必須在 %2 之前 在 %1 check out ") domainEnglishFormat.kif 2986-2986
(format ChineseTraditionalLanguage checkOutTime "其必須在 %2 之前 在 %1 check out ") domainEnglishFormat.kif 2985-2985
(format EnglishLanguage checkOutTime "one must check out before %2 at %1") domainEnglishFormat.kif 2984-2984
(termFormat EnglishLanguage checkOutTime "check-out time") Hotel.kif 680-680

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


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