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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - cousin
cousin

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


(documentation cousin EnglishLanguage "(cousin ?PERSON1 ?PERSON2) means that ?PERSON1 and ?PERSON2 are cousins, i.e. ?PERSON1 and ?PERSON2 have grandparents (but not parents) in common.") Mid-level-ontology.kif 23053-23055
(domain cousin 1 Human) Mid-level-ontology.kif 23056-23056 Die Zahl 1 Argument von cousin ist ein fall von Human %n{nicht}
(domain cousin 2 Human) Mid-level-ontology.kif 23057-23057 Die Zahl 2 Argument von cousin ist ein fall von Human %n{nicht}
(instance cousin BinaryPredicate) Mid-level-ontology.kif 23059-23059 cousin ist ein fall von BinaryPredicate %n{nicht}
(subrelation cousin familyRelation) Mid-level-ontology.kif 23058-23058 cousin ist eine teilrelation von familyRelation

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


(format ChineseLanguage cousin "%1 %n %2 是 cousins ") domainEnglishFormat.kif 3134-3134
(format ChineseTraditionalLanguage cousin "%1 %n %2 是 cousins ") domainEnglishFormat.kif 3133-3133
(format EnglishLanguage cousin "%1 and %2 are cousins") domainEnglishFormat.kif 3132-3132
(termFormat ChineseLanguage cousin "表姐") domainEnglishFormat.kif 17652-17652
(termFormat ChineseTraditionalLanguage cousin "表姐") domainEnglishFormat.kif 17651-17651
(termFormat EnglishLanguage cousin "cousin") domainEnglishFormat.kif 17650-17650

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


(<=>
    (cousin ?P1 ?P2)
    (and
        (exists (?G1 ?G2)
            (and
                (grandmother ?P1 ?G1)
                (grandfather ?P1 ?G2)
                (grandmother ?P2 ?G1)
                (grandfather ?P2 ?G2)))
        (not
            (exists (?M ?F)
                (and
                    (mother ?P1 ?M)
                    (father ?P1 ?F)
                    (mother ?P2 ?M)
                    (father ?P2 ?F))))))
Mid-level-ontology.kif 23061-23076 cousin Human and ** Human genau dann wenn es gibt Woman und Man um grandmother ** Human and ** Woman und grandfather ** Human and ** Man und grandmother ** ** Human and ** Woman und grandfather ** ** Human and ** Man und es gibt nicht Organism und ** Organism um ** Organism ist die mutter von ** Human %n{nicht} und ** ** Organism ist der vater von ** Human %n{nicht} und ** Organism ist die mutter von ** ** Human %n{nicht} und ** ** Organism ist der vater von ** ** Human %n{nicht}


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