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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - SingleFamilyResidence
SingleFamilyResidence(single family residence)army_hut, field_hut, hut

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


(documentation SingleFamilyResidence ChineseLanguage "这是为了成为一个单一 SocialUnithomePermanentResidence。这个类别包括 Houses、ApartmentUnits 和 CondominiumUnits。") chinese_format.kif 3602-3604
(documentation SingleFamilyResidence EnglishLanguage "A PermanentResidence which is intended to be the home of a single SocialUnit. This class covers Houses, ApartmentUnits, and CondominiumUnits.") Merge.kif 15956-15958
(subclass SingleFamilyResidence PermanentResidence) Merge.kif 15955-15955 Single family residence is a subclass of permanent residence

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


(disjoint ApartmentBuilding SingleFamilyResidence) Mid-level-ontology.kif 8098-8098 Apartment building is disjoint from single family residence
(disjoint CondominiumBuilding SingleFamilyResidence) Mid-level-ontology.kif 8113-8113 Condominium building is disjoint from single family residence
(disjoint Dormitory SingleFamilyResidence) Mid-level-ontology.kif 8141-8141 Dormitory is disjoint from single family residence
(subclass ApartmentUnit SingleFamilyResidence) Mid-level-ontology.kif 8028-8028 Apartment unit is a subclass of single family residence
(subclass CondominiumUnit SingleFamilyResidence) Mid-level-ontology.kif 8078-8078 Condominium unit is a subclass of single family residence
(subclass House SingleFamilyResidence) Merge.kif 15905-15905 House is a subclass of single family residence
(termFormat ChineseLanguage SingleFamilyResidence "单身家庭住所") domainEnglishFormat.kif 53172-53172 House is a subclass of single family residence
(termFormat ChineseTraditionalLanguage SingleFamilyResidence "單身家庭住所") domainEnglishFormat.kif 53171-53171 House is a subclass of single family residence
(termFormat EnglishLanguage SingleFamilyResidence "single family residence") domainEnglishFormat.kif 53170-53170 House is a subclass of single family residence

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


(=>
    (and
        (instance ?UNIT SingleFamilyResidence)
        (home ?PERSON ?UNIT)
        (possesses ?PERSON ?UNIT)
        (not
            (instance ?UNIT Building)))
    (instance ?UNIT CondominiumUnit))
Mid-level-ontology.kif 8082-8088
(=>
    (instance ?RESIDENCE SingleFamilyResidence)
    (hasPurpose ?RESIDENCE
        (forall (?AGENT1 ?AGENT2)
            (=>
                (and
                    (home ?AGENT1 ?RESIDENCE)
                    (home ?AGENT2 ?RESIDENCE))
                (exists (?UNIT)
                    (and
                        (instance ?UNIT SocialUnit)
                        (member ?AGENT1 ?UNIT)
                        (member ?AGENT2 ?UNIT)))))))
Merge.kif 15960-15972


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