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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - CommunalAttribute
CommunalAttribute(communal)communal

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


(documentation CommunalAttribute EnglishLanguage "CommunalAttribute describes how an Object is shared by many") Mid-level-ontology.kif 28817-28818
(instance CommunalAttribute RelationalAttribute) Mid-level-ontology.kif 28816-28816 Communal is an instance of relational attribute

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


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

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 28826-28828
(=>
    (attribute ?X CommunalAttribute)
    (modalAttribute
        (not
            (attribute ?X PrivateAttribute)) Likely))
Mid-level-ontology.kif 28835-28838

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 28830-28833
(=>
    (instance ?ROOM SelfServiceLaundry)
    (attribute ?ROOM CommunalAttribute))
Mid-level-ontology.kif 27094-27096
(=>
    (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