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

Formal Language: 



KB Term:  Term intersection
English Word: 

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

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


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

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


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

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