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

Formal Language: 



KB Term:  Term intersection
English Word: 

  FemaleLifeExpectancyAtBirthFn

Sigma KEE - FemaleLifeExpectancyAtBirthFn
FemaleLifeExpectancyAtBirthFn

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


(documentation FemaleLifeExpectancyAtBirthFn EnglishLanguage "(FealeLifeExpectancyAtBirthFn ?AREA ?YEAR) denotes the RealNumber that represents the average number of years to be lived by a group of female individuals born in the same year, if mortality at each age remains constant in the future.") People.kif 397-400
(domain FemaleLifeExpectancyAtBirthFn 1 GeopoliticalArea) People.kif 394-394 Die Zahl 1 Argument von FemaleLifeExpectancyAtBirthFn ist ein fall von GeopoliticalArea %n{nicht}
(domain FemaleLifeExpectancyAtBirthFn 2 Year) People.kif 395-395 Die Zahl 2 Argument von FemaleLifeExpectancyAtBirthFn ist ein fall von Year %n{nicht}
(instance FemaleLifeExpectancyAtBirthFn BinaryFunction) People.kif 393-393 FemaleLifeExpectancyAtBirthFn ist ein fall von BinaryFunction %n{nicht}
(range FemaleLifeExpectancyAtBirthFn RealNumber) People.kif 396-396 bildbereich von FemaleLifeExpectancyAtBirthFn ist ein fall von RealNumber {nicht}

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


(format ChineseLanguage FemaleLifeExpectancyAtBirthFn "%1 和 %2 的 female 出生预期寿命") domainEnglishFormat.kif 999-999
(format ChineseTraditionalLanguage FemaleLifeExpectancyAtBirthFn "%1 和 %2 的 female 出生預期壽命") domainEnglishFormat.kif 998-998
(format EnglishLanguage FemaleLifeExpectancyAtBirthFn "the female life expectancy at birth of %1 and %2") domainEnglishFormat.kif 997-997
(termFormat ChineseLanguage FemaleLifeExpectancyAtBirthFn "女性出生时的预期寿命") domainEnglishFormat.kif 23498-23498
(termFormat ChineseTraditionalLanguage FemaleLifeExpectancyAtBirthFn "女性出生時的預期壽命") domainEnglishFormat.kif 23497-23497
(termFormat EnglishLanguage FemaleLifeExpectancyAtBirthFn "female life expectancy at birth") domainEnglishFormat.kif 23496-23496

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


(<=>
    (and
        (instance ?YEAR
            (YearFn ?Y))
        (equal
            (FemaleLifeExpectancyAtBirthFn ?AREA ?YEAR) ?REALNUMBER))
    (exists (?LIST ?COUNT ?LIFEEXPECTANCYAGE ?BIRTH ?INDIVIDUAL ?DEATH)
        (and
            (instance ?LIST List)
            (instance
                (ListLengthFn ?LIST) ?COUNT)
            (forall (?LISTITEM)
                (=>
                    (inList ?LISTITEM ?LIST)
                    (and
                        (instance ?LISTITEM ?LIFEEXPECTANCYAGE)
                        (not
                            (exists (?NUMBER)
                                (and
                                    (instance ?NUMBER ?LIFEEXPECTANCYAGE)
                                    (not
                                        (inList ?NUMBER ?LIST)))))
                        (equal ?COUNT
                            (CardinalityFn
                                (KappaFn ?LIFEEXPECTANCYAGE
                                    (and
                                        (instance ?BIRTH Birth)
                                        (experiencer ?BIRTH ?INDIVIDUAL)
                                        (instance ?INDIVIDUAL Human)
                                        (attribute ?INDIVIDUAL Female)
                                        (during
                                            (WhenFn ?BIRTH) ?YEAR)
                                        (equal
                                            (WhereFn ?BIRTH
                                                (WhenFn ?BIRTH)) ?AREA)
                                        (instance ?DEATH Death)
                                        (experiencer ?DEATH ?INDIVIDUAL)
                                        (holdsDuring
                                            (WhenFn ?DEATH)
                                            (age ?INDIVIDUAL
                                                (MeasureFn ?LIFEEXPECTANCYAGE YearDuration))))))))))
            (average ?LIST ?REALNUMBER))))
People.kif 403-436 Year ist ein fall von das jahr Integer %n{nicht} und FemaleLifeExpectancyAtBirthFn GeopoliticalArea and ** Year ist gleich RealNumber %n{nicht} genau dann wenn es gibt List, ** Integer,, , SymbolicString,, , entity,, , ** entity, and und ** entity um ** List ist ein fall von List %n{nicht} und Laenge von ** List ist ein fall von ** ** Integer %n{nicht} und fuer alle ** ListITEM und average ** List and ** RealNumber


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