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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - reservationEnd
reservationEnd

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


(documentation reservationEnd EnglishLanguage "(reservationEnd ?TIME ?RESERVE) means that the use of a resource or consumption of a service which is the object of ?RESERVE is expected to end at ?TIME") Dining.kif 705-707
(domain reservationEnd 1 TimePoint) Dining.kif 708-708 The number 1 argument of reservation end is an instance of time point
(domain reservationEnd 2 Reservation) Dining.kif 709-709 The number 2 argument of reservation end is an instance of reservation
(instance reservationEnd BinaryPredicate) Dining.kif 704-704 reservation end is an instance of binary predicate

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


(format ChineseLanguage reservationEnd "%2 ends 在 %1 ") domainEnglishFormat.kif 4398-4398
(format ChineseTraditionalLanguage reservationEnd "%2 ends 在 %1 ") domainEnglishFormat.kif 4397-4397
(format EnglishLanguage reservationEnd "%2 ends at %1") domainEnglishFormat.kif 4396-4396
(termFormat EnglishLanguage reservationEnd "reservation end") domainEnglishFormat.kif 65924-65924

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


(=>
    (and
        (reservationStart ?TIME1 ?R)
        (reservationEnd ?TIME2 ?R)
        (reservingEntity ?CUST ?R)
        (fulfillingEntity ?AGENT ?R))
    (modalAttribute
        (holdsDuring
            (TimeIntervalFn ?TIME1 ?TIME2)
            (exists (?P)
                (and
                    (instance ?P IntentionalProcess)
                    (agent ?P ?AGENT)
                    (destination ?P ?CUST)))) Likely))
Dining.kif 711-724
(=>
    (and
        (reservedRoom ?RESERVE ?ROOMTYPE)
        (reservationStart ?RESERVE ?TIME1)
        (reservationEnd ?RESERVE ?TIME2)
        (reservingEntity ?RESERVE ?CUST))
    (modalAttribute
        (holdsDuring
            (TimeIntervalFn ?TIME1 ?TIME2)
            (exists (?X)
                (and
                    (instance ?X ?ROOMTYPE)
                    (stays ?CUST ?X)))) Likely))
Hotel.kif 2951-2963


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