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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - cohabitant
cohabitant

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


(documentation cohabitant EnglishLanguage "(holdsDuring ?T1 (cohabitant ?H1 ?H2)) means that during the time ?T1, ?H1 and ?H2 have the same home.") Mid-level-ontology.kif 24094-24095
(domain cohabitant 1 Human) Mid-level-ontology.kif 24097-24097 The number 1 argument of cohabitant is an instance of human
(domain cohabitant 2 Human) Mid-level-ontology.kif 24098-24098 The number 2 argument of cohabitant is an instance of human
(instance cohabitant BinaryPredicate) Mid-level-ontology.kif 24090-24090 cohabitant is an instance of binary predicate
(instance cohabitant IntentionalRelation) Mid-level-ontology.kif 24092-24092 cohabitant is an instance of intentional relation
(instance cohabitant SymmetricRelation) Mid-level-ontology.kif 24091-24091 cohabitant is an instance of symmetric relation
(subrelation cohabitant mutualAcquaintance) Mid-level-ontology.kif 24100-24100 cohabitant is a subrelation of mutual acquaintance

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


(format ChineseLanguage cohabitant "%2 %n 是 %1 的 cohabitant ") domainEnglishFormat.kif 472-472
(format ChineseTraditionalLanguage cohabitant "%2 %n 是 %1 的 cohabitant ") domainEnglishFormat.kif 471-471
(format EnglishLanguage cohabitant "%2 is %n a cohabitant of %1") domainEnglishFormat.kif 470-470
(subrelation domesticPartner cohabitant) Mid-level-ontology.kif 24488-24488 domestic partner is a subrelation of cohabitant
(termFormat ChineseLanguage cohabitant "同居") domainEnglishFormat.kif 15527-15527 domestic partner is a subrelation of cohabitant
(termFormat ChineseTraditionalLanguage cohabitant "同居") domainEnglishFormat.kif 15526-15526 domestic partner is a subrelation of cohabitant
(termFormat EnglishLanguage cohabitant "cohabitant") domainEnglishFormat.kif 15525-15525 domestic partner is a subrelation of cohabitant

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


(=>
    (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 24300-24316
(=>
    (holdsDuring ?T1
        (cohabitant ?H1 ?H2))
    (exists (?UNIT)
        (and
            (instance ?UNIT SocialUnit)
            (holdsDuring ?T1
                (and
                    (member ?UNIT ?H1)
                    (member ?UNIT ?H2))))))
Mid-level-ontology.kif 24102-24110

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


(=>
    (and
        (instance ?UNIT SocialUnit)
        (holdsDuring ?T1
            (and
                (member ?UNIT ?H1)
                (member ?UNIT ?H2))))
    (holdsDuring ?T1
        (cohabitant ?H1 ?H2)))
Mid-level-ontology.kif 24112-24120


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