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


KB Term:  Term intersection
English Word: 

  AnnexRoom

Sigma KEE - AnnexRoom
AnnexRoom(annex room)

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


(documentation AnnexRoom EnglishLanguage "AnnexRoom is a HotelRoom that is not located in the main building of a hotel, or the building of the hotel that has the HotelFrontDesk") Hotel.kif 1130-1132
(instance AnnexRoom HotelRoomAttribute) Hotel.kif 1129-1129 Annex room is an instance of hotel room attribute

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


(termFormat EnglishLanguage AnnexRoom "annex room") Hotel.kif 1133-1133

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


(=>
    (and
        (element ?ROOM
            (PropertyFn ?HOTEL))
        (attribute ?ROOM AnnexRoom)
        (instance ?ROOM HotelRoom))
    (exists (?BLDG1 ?BLDG2 ?FRNT)
        (and
            (subOrganization ?FRNT ?HOTEL)
            (instance ?FRNT HotelFrontDesk)
            (located ?FRNT ?BLDG1)
            (element ?BLDG1
                (PropertyFn ?HOTEL))
            (element ?BLDG2
                (PropertyFn ?HOTEL))
            (part ?ROOM ?BLDG2)
            (not
                (equal ?BLDG1 ?BLDG2)))))
Hotel.kif 1135-1148


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