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

Formal Language: 



KB Term:  Term intersection
English Word: 

  cohabitant

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 22980-22981
(domain cohabitant 1 Human) Mid-level-ontology.kif 22983-22983 同居, 1 and Human
(domain cohabitant 2 Human) Mid-level-ontology.kif 22984-22984 同居, 2 and Human
(instance cohabitant BinaryPredicate) Mid-level-ontology.kif 22976-22976 同居 and BinaryPredicate
(instance cohabitant IntentionalRelation) Mid-level-ontology.kif 22978-22978 同居 and 有意圖的關係
(instance cohabitant SymmetricRelation) Mid-level-ontology.kif 22977-22977 同居 and SymmetricRelation
(subrelation cohabitant mutualAcquaintance) Mid-level-ontology.kif 22986-22986 子關係 同居 and 相識熟人

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 23374-23374 子關係 國內的合作夥伴 and 同居
(termFormat ChineseLanguage cohabitant "同居") domainEnglishFormat.kif 15512-15512
(termFormat ChineseTraditionalLanguage cohabitant "同居") domainEnglishFormat.kif 15511-15511
(termFormat EnglishLanguage cohabitant "cohabitant") domainEnglishFormat.kif 15510-15510

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 23186-23202
(=>
    (holdsDuring ?T1
        (cohabitant ?H1 ?H2))
    (exists (?UNIT)
        (and
            (instance ?UNIT SocialUnit)
            (holdsDuring ?T1
                (and
                    (member ?UNIT ?H1)
                    (member ?UNIT ?H2))))))
Mid-level-ontology.kif 22988-22996

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


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


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