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

Formal Language: 



KB Term:  Term intersection
English Word: 

  reservationEnd

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 Le nombre 1 argument de reservationEnd est une instance de point temporel
(domain reservationEnd 2 Reservation) Dining.kif 709-709 Le nombre 2 argument de reservationEnd est une instance de Reservation
(instance reservationEnd BinaryPredicate) Dining.kif 704-704 reservationEnd est une instance de pr�dicat binaire

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 simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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