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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - roomAmenity
roomAmenity

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


(documentation roomAmenity EnglishLanguage "(roomAmenity ?ROOM ?PHYS) means that TravelerAccommodation provides Physical ?PHYS in HotelUnit ?ROOM") Hotel.kif 274-275
(domainSubclass roomAmenity 1 HotelUnit) Hotel.kif 278-278 The number 1 argument of room amenity is a subclass of hotel unit
(domainSubclass roomAmenity 2 Physical) Hotel.kif 279-279 The number 2 argument of room amenity is a subclass of physical
(instance roomAmenity BinaryPredicate) Hotel.kif 273-273 room amenity is an instance of binary predicate

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


(format ChineseLanguage roomAmenity "%2 是 amenity 在 %1 ") domainEnglishFormat.kif 4438-4438
(format ChineseTraditionalLanguage roomAmenity "%2 是 amenity 在 %1 ") domainEnglishFormat.kif 4437-4437
(format EnglishLanguage roomAmenity "%2 is an amenity in %1") domainEnglishFormat.kif 4436-4436
(subrelation freeRoomAmenity roomAmenity) Hotel.kif 334-334 free room amenity is a subrelation of room amenity
(subrelation paidRoomAmenity roomAmenity) Hotel.kif 380-380 paid room amenity is a subrelation of room amenity
(termFormat EnglishLanguage roomAmenity "room amenity") Hotel.kif 276-276

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


(=>
    (and
        (guest ?CUST ?HOTEL)
        (stays ?CUST ?R)
        (element ?R
            (PropertyFn ?HOTEL))
        (instance ?R ?ROOM)
        (roomAmenity ?ROOM ?OBJ)
        (subclass ?OBJ Object))
    (exists (?O)
        (and
            (instance ?O ?OBJ)
            (located ?O ?R)
            (confersRight
                (exists (?PROC)
                    (and
                        (agent ?PROC ?CUST)
                        (or
                            (instrument ?PROC ?O)
                            (patient ?PROC ?O)
                            (resource ?PROC ?O)))) ?HOTEL ?CUST))))
Hotel.kif 294-313
(=>
    (and
        (roomAmenity ?ROOM ?OBJ)
        (subclass ?OBJ Object))
    (forall (?R)
        (=>
            (instance ?R ?ROOM)
            (exists (?O)
                (and
                    (instance ?R ?ROOM)
                    (instance ?O ?OBJ)
                    (located ?O ?R))))))
Hotel.kif 281-292
(=>
    (and
        (roomAmenity ?ROOM ?SVC)
        (subclass ?SVC Process))
    (modalAttribute
        (exists (?X ?S ?HOTEL ?PROC)
            (and
                (instance ?X ?ROOM)
                (element ?X
                    (PropertyFn ?HOTEL))
                (agent ?S ?HOTEL)
                (or
                    (instance ?S ?SVC)
                    (and
                        (instance ?PROC ?SVC)
                        (subProcess ?S ?PROC)))
                (located ?S ?X))) Possibility))
Hotel.kif 317-332
(=>
    (roomAmenity ?HR TemperatureControl)
    (exists (?DEVICE ?ROOM ?TEMP)
        (and
            (instance ?ROOM ?HR)
            (instance ?DEVICE AirConditioner)
            (instance ?TEMP TemperatureControl)
            (located ?TEMP ?ROOM)
            (part ?TEMP ?DEVICE))))
Hotel.kif 1494-1502
(=>
    (roomAmenity ?ROOM MotionPicture)
    (exists (?R ?MS ?MP)
        (and
            (instance ?R ?ROOM)
            (instance ?MS MediaSystem)
            (located ?MS ?R)
            (instance ?MP MotionPicture)
            (modalAttribute
                (exists (?RL)
                    (and
                        (instance ?RL RadiatingLight)
                        (instrument ?RL ?MS)
                        (patient ?RL ?MP))) Possibility))))
Hotel.kif 1506-1519
(=>
    (roomAmenity ?X HotelMiniBar)
    (exists (?ROOM ?BAR ?HOTEL)
        (and
            (instance ?ROOM ?X)
            (element ?ROOM
                (PropertyFn ?HOTEL))
            (instance ?BAR HotelMiniBar)
            (located ?BAR ?ROOM)
            (forall (?ITEM)
                (=>
                    (member ?ITEM ?BAR)
                    (exists (?AMT)
                        (price ?ITEM ?AMT ?HOTEL)))))))
Hotel.kif 1727-1739

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


(=>
    (allRoomsPhysicalAmenity ?INV ?OBJ)
    (forall (?X)
        (=>
            (memberType ?INV ?X)
            (roomAmenity ?X ?OBJ))))
Hotel.kif 171-176
(=>
    (allRoomsServiceAmenity ?INV ?OBJ)
    (forall (?X)
        (=>
            (memberType ?INV ?X)
            (roomAmenity ?X ?OBJ))))
Hotel.kif 218-223
(=>
    (someRoomsPhysicalAmenity ?INV ?OBJ)
    (exists (?X)
        (and
            (memberType ?INV ?X)
            (roomAmenity ?X ?OBJ))))
Hotel.kif 187-192
(=>
    (someRoomsServiceAmenity ?INV ?SVC)
    (exists (?X)
        (and
            (memberType ?INV ?X)
            (roomAmenity ?X ?SVC))))
Hotel.kif 203-208


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