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

Formal Language: 



KB Term:  Term intersection
English Word: 

  DescendantsFn

Sigma KEE - DescendantsFn
DescendantsFn

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


(documentation DescendantsFn EnglishLanguage "(DescendantsFn ?PERSON) denotes all and only the descendants of ?PERSON, i.e. the Group consisting of ?OFFSPRING who satisfy the following formula: (ancestor ?OFFSPRING ?PERSON).") Mid-level-ontology.kif 7462-7464
(domain DescendantsFn 1 Human) Mid-level-ontology.kif 7460-7460 O argumento numero 1 de DescendantsFn e' uma instancia de Humano
(instance DescendantsFn UnaryFunction) Mid-level-ontology.kif 7459-7459 DescendantsFn e' uma instancia de funcao Unaria
(range DescendantsFn FamilyGroup) Mid-level-ontology.kif 7461-7461 O contra-dominio de DescendantsFn e' uma instancia de Grupo Familiar

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


(format ChineseLanguage DescendantsFn "%1 的后裔") domainEnglishFormat.kif 720-720
(format ChineseTraditionalLanguage DescendantsFn "%1 的後裔") domainEnglishFormat.kif 719-719
(format EnglishLanguage DescendantsFn "the descendants of %1") domainEnglishFormat.kif 718-718
(termFormat ChineseLanguage DescendantsFn "后人") domainEnglishFormat.kif 19194-19194
(termFormat ChineseTraditionalLanguage DescendantsFn "後人") domainEnglishFormat.kif 19193-19193
(termFormat EnglishLanguage DescendantsFn "descendants") domainEnglishFormat.kif 19192-19192

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


(=>
    (and
        (instance ?PERSON Human)
        (equal
            (DescendantsFn ?PERSON) ?DESCENDANTS))
    (forall (?MEMBER)
        (<=>
            (member ?MEMBER ?DESCENDANTS)
            (ancestor ?MEMBER ?PERSON))))
Mid-level-ontology.kif 7466-7473


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