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 27423-27424
(instance CommunalAttribute RelationalAttribute) Mid-level-ontology.kif 27422-27422 Communal is an instance of relational attribute

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


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

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 27432-27434
(=>
    (attribute ?X CommunalAttribute)
    (modalAttribute
        (not
            (attribute ?X PrivateAttribute)) Likely))
Mid-level-ontology.kif 27441-27444

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 1902-1914
(=>
    (attribute ?X PrivateAttribute)
    (modalAttribute
        (not
            (attribute ?X CommunalAttribute)) Likely))
Mid-level-ontology.kif 27436-27439
(=>
    (instance ?ROOM SelfServiceLaundry)
    (attribute ?ROOM CommunalAttribute))
Mid-level-ontology.kif 25701-25703
(=>
    (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