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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - roomStay
roomStay

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


(documentation roomStay EnglishLanguage "(roomStay ?PACKAGE ?QTY ?ROOM) means that the package includes a ?QTY number of days stay at room type ?ROOM at the TravelerAccommodation") Hotel.kif 2732-2734
(domain roomStay 1 HotelPackage) Hotel.kif 2737-2737 roomStay 的 1 数量 是 HotelPackageinstance
(domain roomStay 2 Integer) Hotel.kif 2738-2738 roomStay 的 2 数量 是 整数instance
(domainSubclass roomStay 3 HotelUnit) Hotel.kif 2739-2739 roomStay 的 3 数量 是 HotelUnitsubclass
(instance roomStay TernaryPredicate) Hotel.kif 2731-2731 roomStay三元谓语instance

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


(format ChineseLanguage roomStay "%1 指定 %2 天数 stay 在 %3 ") domainEnglishFormat.kif 4450-4450
(format ChineseTraditionalLanguage roomStay "%1 指定 %2 天數 stay 在 %3 ") domainEnglishFormat.kif 4449-4449
(format EnglishLanguage roomStay "%1 specifies %2 days stay at %3") domainEnglishFormat.kif 4448-4448
(termFormat EnglishLanguage roomStay "room stay") Hotel.kif 2735-2735

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

consequent
-------------------------


(=>
    (instance ?X HotelPackage)
    (exists (?UNIT ?INT)
        (roomStay ?X ?INT ?UNIT)))
Hotel.kif 2800-2803


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