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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - CommunalAttribute
CommunalAttribute

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


(documentation CommunalAttribute EnglishLanguage "CommunalAttribute describes how an Object is shared by many") Mid-level-ontology.kif 29060-29061
(instance CommunalAttribute RelationalAttribute) Mid-level-ontology.kif 29059-29059 CommunalAttribute and RelationalAttribute

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


(termFormat EnglishLanguage CommunalAttribute "communal") Mid-level-ontology.kif 29062-29062

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


(=>
    (and
        (attribute ?X CommunalAttribute)
        (instance ?X Table)
        (instance ?E1 Eating)
        (agent ?E1 ?GRP1)
        (instance ?GRP1 GroupOfPeople)
        (eventLocated ?E1 ?X))
    (modalAttribute
        (exists (?GRP2 ?E2 ?X2)
            (and
                (instance ?E2 Eating)
                (agent ?E2 ?GRP2)
                (not
                    (equal ?GRP1 ?GRP2))
                (instance ?GRP2 GroupOfPeople)
                (eventLocated ?E2 ?X2)
                (meetsTemporally
                    (WhenFn ?E1)
                    (WhenFn ?E2))
                (equal ?X ?X2))) Possibility))
Dining.kif 1207-1224
(=>
    (attribute ?X CommunalAttribute)
    (instance ?X Object))
Mid-level-ontology.kif 29069-29071
(=>
    (attribute ?X CommunalAttribute)
    (modalAttribute
        (not
            (attribute ?X PrivateAttribute)) Likely))
Mid-level-ontology.kif 29078-29081

consequent
-------------------------


(=>
    (and
        (instance ?X Nursery)
        (element ?X
            (PropertyFn ?HOTEL))
        (attribute ?HOTEL TravelerAccommodation))
    (exists (?NANNY ?CARE)
        (and
            (attribute ?X CommunalAttribute)
            (employs ?HOTEL ?NANNY)
            (hasPurpose ?NANNY
                (and
                    (instance ?CARE ChildCareService)
                    (serviceProvider ?CARE ?NANNY))))))
Hotel.kif 1913-1925
(=>
    (attribute ?X PrivateAttribute)
    (modalAttribute
        (not
            (attribute ?X CommunalAttribute)) Likely))
Mid-level-ontology.kif 29073-29076
(=>
    (instance ?ROOM SelfServiceLaundry)
    (attribute ?ROOM CommunalAttribute))
Mid-level-ontology.kif 27077-27079
(=>
    (instance ?X Buffet)
    (attribute ?X CommunalAttribute))
Dining.kif 267-269


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