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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - BusinessCenter
BusinessCenter(business center)

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


(documentation BusinessCenter EnglishLanguage "BusinessCenter is a type of facility that is equipped with different objects that allow a person to do his Working") Hotel.kif 1662-1663
(subclass BusinessCenter Room) Hotel.kif 1661-1661 Business center is a subclass of room

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


(termFormat EnglishLanguage BusinessCenter "business center") Hotel.kif 1664-1664

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


(=>
    (instance ?X BusinessCenter)
    (hasPurpose ?X
        (exists (?PERSON ?WORK ?OBJ)
            (and
                (attribute ?PERSON BusinessPerson)
                (instance ?WORK Working)
                (instance ?OBJ Object)
                (located ?OBJ ?X)
                (agent ?WORK ?PERSON)
                (or
                    (instrument ?WORK ?OBJ)
                    (resource ?WORK ?OBJ)
                    (patient ?WORK ?OBJ))))))
Hotel.kif 1666-1679
(=>
    (instance ?X BusinessCenter)
    (modalAttribute
        (exists (?COMP)
            (and
                (instance ?COMP Computer)
                (located ?COMP ?X))) Likely))
Hotel.kif 1681-1687
(=>
    (instance ?X BusinessCenter)
    (modalAttribute
        (exists (?IC)
            (and
                (instance ?IC InternetConnection)
                (located ?IC ?X))) Likely))
Hotel.kif 1689-1695


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