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协议subclass

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


(subclass DiningReservation Reservation) Dining.kif 744-744 DiningReservationReservationsubclass
(subclass FlightReservation Reservation) Hotel.kif 2832-2832 FlightReservationReservationsubclass
(subclass HotelReservation Reservation) Hotel.kif 2842-2842 HotelReservationReservationsubclass
(subclass TourReservation Reservation) Hotel.kif 2837-2837 TourReservationReservationsubclass
(subclass TravelReservation Reservation) Hotel.kif 2819-2819 TravelReservationReservationsubclass
(termFormat EnglishLanguage Reservation "reservation") Dining.kif 643-643

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


(domain fulfillingEntity 2 Reservation) Dining.kif 687-687 fulfillingEntity 的 2 数量 是 Reservationinstance
(domain numberOfCustomers 2 Reservation) Dining.kif 730-730 numberOfCustomers 的 2 数量 是 Reservationinstance
(domain rateDetail 1 Reservation) Hotel.kif 2988-2988 rateDetail 的 1 数量 是 Reservationinstance
(domain reservationChannel 2 Reservation) Dining.kif 672-672 reservationChannel 的 2 数量 是 Reservationinstance
(domain reservationEnd 2 Reservation) Dining.kif 709-709 reservationEnd 的 2 数量 是 Reservationinstance
(domain reservationStart 2 Reservation) Dining.kif 702-702 reservationStart 的 2 数量 是 Reservationinstance
(domain reservedPackage 1 Reservation) Hotel.kif 2970-2970 reservedPackage 的 1 数量 是 Reservationinstance
(domain reservingEntity 2 Reservation) Dining.kif 657-657 reservingEntity 的 2 数量 是 Reservationinstance

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