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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - functionRoomAmenity
functionRoomAmenity

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


(documentation functionRoomAmenity EnglishLanguage "(functionRoomAmenity ?RM ?PHYS) means that Physical ?PHYS is available for people who Renting HotelFunctionRoom ?RM") Hotel.kif 807-809
(domainSubclass functionRoomAmenity 1 HotelFunctionRoom) Hotel.kif 812-812 The number 1 argument of function room amenity is a subclass of hotel function room
(domainSubclass functionRoomAmenity 2 Physical) Hotel.kif 813-813 The number 2 argument of function room amenity is a subclass of physical
(instance functionRoomAmenity BinaryPredicate) Hotel.kif 806-806 function room amenity is an instance of binary predicate

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


(format ChineseLanguage functionRoomAmenity "%2 的使用对于 %1 是免费") domainEnglishFormat.kif 3512-3512
(format ChineseTraditionalLanguage functionRoomAmenity "%2 的使用對於 %1 是免費") domainEnglishFormat.kif 3511-3511
(format EnglishLanguage functionRoomAmenity "use of %2 is free for %1") domainEnglishFormat.kif 3510-3510
(subrelation freeFunctionRoomAmenity functionRoomAmenity) Hotel.kif 838-838 free function room amenity is a subrelation of function room amenity
(subrelation paidFunctionRoomAmenity functionRoomAmenity) Hotel.kif 870-870 free function room amenity is a subrelation of function room amenity
(termFormat EnglishLanguage functionRoomAmenity "function room amenity") Hotel.kif 810-810 free function room amenity is a subrelation of function room amenity

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


(=>
    (and
        (functionRoomAmenity ?FR ?PHY)
        (instance ?RM ?FR)
        (element ?RM
            (PropertyFn ?HOTEL))
        (instance ?RENT Renting)
        (patient ?RENT ?RM)
        (agent ?RENT ?HOTEL)
        (destination ?RENT ?CUST)
        (subclass ?PHY Object))
    (modalAttribute
        (exists (?O ?P)
            (and
                (instance ?O ?PHY)
                (instance ?P Process)
                (or
                    (resource ?P ?O)
                    (instrument ?P ?O)
                    (patient ?P ?O))
                (or
                    (agent ?P ?CUST)
                    (experiencer ?P ?CUST)))) Possibility))
Hotel.kif 815-836


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