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

Formal Language: 



KB Term:  Term intersection
English Word: 

  NuclearFamily

Sigma KEE - NuclearFamily
NuclearFamily

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


(documentation NuclearFamily EnglishLanguage "A NuclearFamily is a SocialUnit composed of at least two and not more than three generations of familyRelations: parents, their children, and possibly the parents' parents (children's grandparents).") Mid-level-ontology.kif 23233-23236
(externalImage NuclearFamily "http://upload.wikimedia.org/wikipedia/commons/ 5/ 54/ TheodoreRooseveltFamily.jpg") pictureList.kif 4788-4788
(subclass NuclearFamily FamilyGroup) Mid-level-ontology.kif 23230-23230
(subclass NuclearFamily SocialUnit) Mid-level-ontology.kif 23231-23231

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


(termFormat ChineseLanguage NuclearFamily "核心家庭") domainEnglishFormat.kif 41363-41363
(termFormat ChineseTraditionalLanguage NuclearFamily "核心家庭") domainEnglishFormat.kif 41362-41362
(termFormat EnglishLanguage NuclearFamily "nuclear family") domainEnglishFormat.kif 41361-41361

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


(=>
    (and
        (parent ?CHILD ?PARENT1)
        (parent ?CHILD ?PARENT2)
        (holdsDuring ?T1
            (and
                (spouse ?PARENT1 ?PARENT2)
                (cohabitant ?PARENT1 ?PARENT2)
                (cohabitant ?CHILD ?PARENT1))))
    (exists (?FAM)
        (and
            (instance ?FAM NuclearFamily)
            (holdsDuring ?T1
                (and
                    (member ?CHILD ?FAM)
                    (member ?PARENT1 ?FAM)
                    (member ?PARENT2 ?FAM))))))
Mid-level-ontology.kif 23238-23254


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 is open source software produced by Articulate Software and its partners