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

Formal Language: 



KB Term:  Term intersection
English Word: 

  HotelPackage

Sigma KEE - HotelPackage
HotelPackage

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


(documentation HotelPackage EnglishLanguage "HotelPackage is a type of Proposition initiated by a hotel or travel management company that includes a stay at a hotel as well as other inclusions that take advantage of a hotel's amenities") Hotel.kif 2726-2728
(subclass HotelPackage Proposition) Hotel.kif 2725-2725 HotelPackage e' uma sub-classe de Proposicao

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


(subclass GolfPackage HotelPackage) Hotel.kif 2805-2805 GolfPackage e' uma sub-classe de HotelPackage
(termFormat EnglishLanguage HotelPackage "hotel package") Hotel.kif 2729-2729

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


(domain accommodationProvider 1 HotelPackage) Hotel.kif 2765-2765 O argumento numero 1 de accommodationProvider e' uma instancia de HotelPackage
(domain mealPlanInclusion 1 HotelPackage) Hotel.kif 2797-2797 O argumento numero 1 de mealPlanInclusion e' uma instancia de HotelPackage
(domain physicalInclusion 1 HotelPackage) Hotel.kif 2776-2776 O argumento numero 1 de physicalInclusion e' uma instancia de HotelPackage
(domain policyInclusion 1 HotelPackage) Hotel.kif 2790-2790 O argumento numero 1 de policyInclusion e' uma instancia de HotelPackage
(domain processInclusion 1 HotelPackage) Hotel.kif 2783-2783 O argumento numero 1 de processInclusion e' uma instancia de HotelPackage
(domain roomStay 1 HotelPackage) Hotel.kif 2737-2737 O argumento numero 1 de roomStay e' uma instancia de HotelPackage

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


(=>
    (and
        (propositionOwner ?AGENT ?HP)
        (instance ?HP HotelPackage)
        (accommodationProvider ?HP ?HOTEL)
        (roomStay ?HP ?NUM ?ROOM)
        (instance ?R ?ROOM)
        (element ?R
            (PropertyFn ?HOTEL))
        (buys ?CUST ?AGENT ?HP))
    (exists (?TI)
        (and
            (equal ?TI
                (MeasureFn ?NUM DayDuration))
            (holdsDuring ?TI
                (guest ?CUST ?HOTEL)))))
Hotel.kif 2744-2757
(=>
    (instance ?X HotelPackage)
    (exists (?UNIT ?INT)
        (roomStay ?X ?INT ?UNIT)))
Hotel.kif 2800-2803


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