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

Formal Language: 



KB Term:  Term intersection
English Word: 

  Reservation

Sigma KEE - Reservation
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 and 協議

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


(subclass DiningReservation Reservation) Dining.kif 744-744 子類 DiningReservation and Reservation
(subclass FlightReservation Reservation) Hotel.kif 2832-2832 子類 FlightReservation and Reservation
(subclass HotelReservation Reservation) Hotel.kif 2842-2842 子類 HotelReservation and Reservation
(subclass TourReservation Reservation) Hotel.kif 2837-2837 子類 TourReservation and Reservation
(subclass TravelReservation Reservation) Hotel.kif 2819-2819 子類 TravelReservation and Reservation
(termFormat EnglishLanguage Reservation "reservation") Dining.kif 643-643

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


(domain fulfillingEntity 2 Reservation) Dining.kif 687-687 fulfillingEntity, 2 and Reservation
(domain numberOfCustomers 2 Reservation) Dining.kif 730-730 numberOfCustomers, 2 and Reservation
(domain rateDetail 1 Reservation) Hotel.kif 2988-2988 rateDetail, 1 and Reservation
(domain reservationChannel 2 Reservation) Dining.kif 672-672 reservationChannel, 2 and Reservation
(domain reservationEnd 2 Reservation) Dining.kif 709-709 reservationEnd, 2 and Reservation
(domain reservationStart 2 Reservation) Dining.kif 702-702 reservationStart, 2 and Reservation
(domain reservedPackage 1 Reservation) Hotel.kif 2970-2970 reservedPackage, 1 and Reservation
(domain reservingEntity 2 Reservation) Dining.kif 657-657 reservingEntity, 2 and 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 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