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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Reservation
Reservation(reservation)booking, reservation

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


(documentation Reservation EnglishLanguage "a Reservation is a type of Agreement between 2 agents that some resource offered by the one agent is allotted for use or consumption by another at a specific bounded time") Dining.kif 640-642
(subclass Reservation Agreement) Dining.kif 639-639 Reservation is a subclass of agreement

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


(subclass DiningReservation Reservation) Dining.kif 744-744 Dining reservation is a subclass of reservation
(subclass FlightReservation Reservation) Hotel.kif 2832-2832 Flight reservation is a subclass of reservation
(subclass HotelReservation Reservation) Hotel.kif 2842-2842 Hotel reservation is a subclass of reservation
(subclass TourReservation Reservation) Hotel.kif 2837-2837 Tour reservation is a subclass of reservation
(subclass TravelReservation Reservation) Hotel.kif 2819-2819 Travel reservation is a subclass of reservation
(termFormat EnglishLanguage Reservation "reservation") Dining.kif 643-643

appearance as argument number 3
-------------------------


(domain fulfillingEntity 2 Reservation) Dining.kif 687-687 The number 2 argument of fulfilling entity is an instance of reservation
(domain numberOfCustomers 2 Reservation) Dining.kif 730-730 The number 2 argument of number of customers is an instance of reservation
(domain rateDetail 1 Reservation) Hotel.kif 2988-2988 The number 1 argument of rate detail is an instance of reservation
(domain reservationChannel 2 Reservation) Dining.kif 672-672 The number 2 argument of reservation channel is an instance of reservation
(domain reservationEnd 2 Reservation) Dining.kif 709-709 The number 2 argument of reservation end is an instance of reservation
(domain reservationStart 2 Reservation) Dining.kif 702-702 The number 2 argument of reservation start is an instance of reservation
(domain reservedPackage 1 Reservation) Hotel.kif 2970-2970 The number 1 argument of reserved package is an instance of reservation
(domain reservingEntity 2 Reservation) Dining.kif 657-657 The number 2 argument of reserving entity is an instance of reservation

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


(=>
    (and
        (instance ?AGENT AutonomousAgent)
        (potentialCustomer ?CUST ?AGENT)
        (modalAttribute
            (and
                (instance ?R Reserving)
                (destination ?R ?AGENT)) Necessity)
        (conditionalProbability
            (exists (?RES1)
                (and
                    (instance ?RES1 Reservation)
                    (reservingEntity ?CUST ?RES1)
                    (fulfillingEntity ?AGENT ?RES1)))
            (customer ?CUST ?AGENT) ?NUM1)
        (conditionalProbability
            (not
                (exists (?RES2)
                    (and
                        (instance ?RES2 Reservation)
                        (reservingEntity ?CUST ?RES2)
                        (fulfillingEntity ?AGENT ?RES2))))
            (customer ?CUST ?AGENT) ?NUM2))
    (lessThan ?NUM2 ?NUM1))
Dining.kif 772-795
(=>
    (instance ?R Reservation)
    (exists (?P)
        (and
            (instance ?P Reserving)
            (result ?P ?R))))
Dining.kif 645-650


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