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


KB Term:  Term intersection
English Word: 

Sigma KEE - daughter
daughter

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


(instance daughter BinaryPredicate) Merge.kif 16795-16795 daughter is an instance of binary predicate
(subrelation daughter parent) Merge.kif 16796-16796 daughter is a subrelation of parent
(domain daughter 1 Organism) Merge.kif 16797-16797 The number 1 argument of daughter is an instance of organism
(domain daughter 2 Organism) Merge.kif 16798-16798 The number 2 argument of daughter is an instance of organism
(documentation daughter EnglishLanguage "The general relationship of daughterhood. (daughter ?CHILD ?PARENT) means that ?CHILD is the biological daughter of ?PARENT.") Merge.kif 16799-16801 The number 2 argument of daughter is an instance of organism

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


(format EnglishLanguage daughter "%1 is the daughter of %2") domainEnglishFormat.kif 3160-3160
(format ChineseTraditionalLanguage daughter "%1 是 %2 的 daughter ") domainEnglishFormat.kif 3161-3161
(format ChineseLanguage daughter "%1 是 %2 的 daughter ") domainEnglishFormat.kif 3162-3162
(termFormat EnglishLanguage daughter "daughter") domainEnglishFormat.kif 18648-18648
(termFormat ChineseTraditionalLanguage daughter "女兒") domainEnglishFormat.kif 18649-18649
(termFormat ChineseLanguage daughter "女儿") domainEnglishFormat.kif 18650-18650

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


(=>
    (daughter ?CHILD ?PARENT)
    (attribute ?CHILD Female))
Merge.kif 16803-16805 If X is the daughter of Y, then female is an attribute of X

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


(=>
    (and
        (parent ?CHILD ?PARENT)
        (instance ?CHILD Woman))
    (daughter ?CHILD ?PARENT))
Mid-level-ontology.kif 25351-25355 If X is a parent of Y and Y is an instance of woman, then Y is the daughter of X
(<=>
    (niece ?N ?H)
    (exists (?S)
        (and
            (sibling ?S ?H)
            (daughter ?N ?S))))
Mid-level-ontology.kif 25441-25446 X is the niece of Y if, only if there exists Z such that Z is a sibling of Y, and X is the daughter of Z
(=>
    (fathersBrothersDaughter ?P ?H)
    (exists (?F ?UNC)
        (and
            (father ?P ?F)
            (brother ?F ?UNC)
            (daughter ?UNC ?H))))
ArabicCulture.kif 685-691 If X is the father's brother's daughter of Y, then there exist Z, W such that Z is a father of X, Z is the brother of W, and W is the daughter of Y
(=>
    (mothersBrothersDaughter ?P ?H)
    (exists (?M ?UNC)
        (and
            (mother ?P ?M)
            (brother ?M ?UNC)
            (daughter ?UNC ?H))))
ArabicCulture.kif 713-719 If the mother's brother's daughter of X is Y, then there exist Z, W such that Z is a mother of X, Z is the brother of W, and W is the daughter of Y
(=>
    (fathersSistersDaughter ?P ?H)
    (exists (?F ?AUN)
        (and
            (father ?P ?F)
            (sister ?F ?AUN)
            (daughter ?AUN ?H))))
ArabicCulture.kif 741-747 If X is the father's sister's daughter of Y, then there exist Z, W such that Z is a father of X, Z is the sister of W, and W is the daughter of Y
(=>
    (mothersSistersDaughter ?P ?H)
    (exists (?M ?AUN)
        (and
            (mother ?P ?M)
            (sister ?M ?AUN)
            (daughter ?AUN ?H))))
ArabicCulture.kif 769-775 If the mother's sister's daughter of X is Y, then there exist Z, W such that Z is a mother of X, Z is the sister of W, and W is the daughter of Y


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.0-ac69cf7a (2026-05-13) is open source software produced by Articulate Software and its partners