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

Formal Language: 



KB Term:  Term intersection
English Word: 

  HotelFunctionRoom

Sigma KEE - HotelFunctionRoom
HotelFunctionRoom(hotel function room)

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


(documentation HotelFunctionRoom EnglishLanguage "HotelFunctionRoom is a Room found in a HotelBuilding that is rented out and can be used for virtually any purpose.") Hotel.kif 1687-1688
(subclass HotelFunctionRoom Room) Hotel.kif 1686-1686 Hotel function room is a subclass of room

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


(termFormat EnglishLanguage HotelFunctionRoom "hotel function room") Hotel.kif 1689-1689

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


(domainSubclass functionRoomAmenity 1 HotelFunctionRoom) Hotel.kif 808-808 The number 1 argument of function room amenity is a subclass of hotel function room

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


(=>
    (and
        (instance ?X HotelFunctionRoom)
        (element ?X
            (PropertyFn ?HOTEL)))
    (hasPurpose ?X
        (exists (?RENT)
            (and
                (instance ?RENT Renting)
                (patient ?RENT ?X)))))
Hotel.kif 1696-1704
(=>
    (instance ?X HotelFunctionRoom)
    (exists (?HOTEL)
        (element ?X
            (PropertyFn ?HOTEL))))
Hotel.kif 1691-1694
(=>
    (instance ?X HotelFunctionRoom)
    (modalAttribute
        (exists (?MTG)
            (and
                (instance ?MTG FormalMeeting)
                (located ?MTG ?X))) Possibility))
Hotel.kif 1706-1712


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