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



KB Term:  Term intersection
English Word: 

  SocialDevelopment

Sigma KEE - CondominiumUnit
CondominiumUnit(condominium unit)
condo, condominium

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


(subclass CondominiumUnit SingleFamilyResidence) Mid-level-ontology.kif 8233-8233 Condominium unit is a subclass of single family residence
(documentation CondominiumUnit EnglishLanguage "A SingleFamilyResidence that may be owned by a member of the SocialUnit that lives there.") Mid-level-ontology.kif 8234-8235 Condominium unit is a subclass of single family residence
(externalImage CondominiumUnit "http://upload.wikimedia.org/wikipedia/en/ d/ d1/ Aqualbview.jpg") pictureList.kif 8433-8433 Condominium unit is a subclass of single family residence

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


(termFormat EnglishLanguage CondominiumUnit "condominium unit") domainEnglishFormat.kif 16524-16524
(termFormat ChineseTraditionalLanguage CondominiumUnit "共管公寓單位") domainEnglishFormat.kif 16525-16525
(termFormat ChineseLanguage CondominiumUnit "共管公寓单位") domainEnglishFormat.kif 16526-16526

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


(=>
    (instance ?UNIT CondominiumUnit)
    (exists (?BUILDING)
        (and
            (instance ?BUILDING CondominiumBuilding)
            (part ?UNIT ?BUILDING))))
Mid-level-ontology.kif 8245-8250 If X is an instance of condominium unit, then there exists Y such that Y is an instance of condominium building and X is a part of Y

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


(=>
    (and
        (instance ?UNIT SingleFamilyResidence)
        (home ?PERSON ?UNIT)
        (possesses ?PERSON ?UNIT)
        (not
            (instance ?UNIT Building)))
    (instance ?UNIT CondominiumUnit))
Mid-level-ontology.kif 8237-8243 If X is an instance of single family residence, the home of Y is X, Y possesses X, and X is not an instance of building, then X is an instance of condominium unit
(=>
    (instance ?BUILDING CondominiumBuilding)
    (exists (?UNIT1 ?UNIT2)
        (and
            (instance ?UNIT1 CondominiumUnit)
            (instance ?UNIT2 CondominiumUnit)
            (part ?UNIT1 ?BUILDING)
            (part ?UNIT2 ?BUILDING)
            (not
                (equal ?UNIT1 ?UNIT2)))))
Mid-level-ontology.kif 8272-8280 If X is an instance of condominium building, then All of the following hold: (1) there exist Y (2) Z such that Y is an instance of condominium unit (3) Z is an instance of condominium unit (4) Y is a part of X (5) Z is a part of X (6) equal Y (7) Z


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners