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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Suite
Suite

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


(documentation Suite EnglishLanguage "Suite describes an HotelRoom that has more than one Room within it") Hotel.kif 998-999
(instance Suite HotelRoomAttribute) Hotel.kif 997-997 SuiteHotelRoomAttributeinstance では %n

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


(subAttribute ChildrenSuite Suite) Hotel.kif 1024-1024 ChildrenSuiteSuitesubattribute では %n
(subAttribute HoneymoonSuite Suite) Hotel.kif 1142-1142 HoneymoonSuiteSuitesubattribute では %n
(successorAttribute DeluxeRoom Suite) Hotel.kif 1001-1001 DeluxeRoomSuite の immediate successor attribute では %n
(successorAttributeClosure StandardRoom Suite) Hotel.kif 989-989 StandardRoomSuitesuccessor attribute では %n
(termFormat EnglishLanguage Suite "suite") Hotel.kif 1000-1000

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


(=>
    (and
        (attribute ?X Suite)
        (instance ?X HotelUnit))
    (exists (?R1 ?R2)
        (and
            (instance ?R1 HotelRoom)
            (instance ?R2 HotelRoom)
            (orientation ?R1 ?X Inside)
            (orientation ?R2 ?X Inside)
            (not
                (equal ?R1 ?R2)))))
Hotel.kif 1003-1014
(=>
    (attribute ?X Suite)
    (exists (?AREA)
        (and
            (instance ?AREA SittingArea)
            (located ?AREA ?X))))
Hotel.kif 1016-1021


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