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 reservationEnd の数値 1 引数は 時点instance では
(domain reservationEnd 2 Reservation) Dining.kif 709-709 reservationEnd の数値 2 引数は Reservationinstance では
(instance reservationEnd BinaryPredicate) Dining.kif 704-704 reservationEnd2進述語instance では

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


(format ChineseLanguage reservationEnd "%2 ends 在 %1 ") domainEnglishFormat.kif 4402-4402
(format ChineseTraditionalLanguage reservationEnd "%2 ends 在 %1 ") domainEnglishFormat.kif 4401-4401
(format EnglishLanguage reservationEnd "%2 ends at %1") domainEnglishFormat.kif 4400-4400
(termFormat EnglishLanguage reservationEnd "reservation end") domainEnglishFormat.kif 65945-65945

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


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