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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - MigrantsPerThousandFn
MigrantsPerThousandFn

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


(documentation MigrantsPerThousandFn EnglishLanguage "(MigrantsPerThousandFn ?AREA) denotes the RealNumber that represents the number of migrants per thousand individuals in the population of the GeopoliticalArea ?AREA. This entry includes the figure for the difference between the number of persons entering and leaving a country during the year per 1,000 persons (based on midyear population). An excess of persons entering the country is referred to as net immigration (e.g., 3.56 migrants/ 1,000 population), an excess of persons leaving the country as net emigration (e.g., -9.26 migrants/ 1,000 population). The net migration rate indicates the contribution of migration to the overall level of population change. High levels of migration can cause problems such as increasing unemployment and potential ethnic strife (if people are coming in) or a reduction in the labor force, perhaps in certain key sectors (if people are leaving).") People.kif 141-153
(domain MigrantsPerThousandFn 1 GeopoliticalArea) People.kif 138-138 Il numero 1 argomenti di MigrantsPerThousandFn è un istanza di AreaGeopolitica
(domain MigrantsPerThousandFn 2 Year) People.kif 139-139 Il numero 2 argomenti di MigrantsPerThousandFn è un istanza di Anno
(instance MigrantsPerThousandFn BinaryFunction) People.kif 137-137 MigrantsPerThousandFn è un' istanza di FunzioneBinaria
(range MigrantsPerThousandFn RealNumber) People.kif 140-140 rango di MigrantsPerThousandFn è un'istanza di NumeroReale

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


(format ChineseLanguage MigrantsPerThousandFn "%1 和 %2 每一千的 migrants ") domainEnglishFormat.kif 1711-1711
(format ChineseTraditionalLanguage MigrantsPerThousandFn "%1 和 %2 每一千的 migrants ") domainEnglishFormat.kif 1710-1710
(format EnglishLanguage MigrantsPerThousandFn "the migrants per thousand of %1 and %2") domainEnglishFormat.kif 1709-1709
(termFormat ChineseLanguage MigrantsPerThousandFn "每千人移民") domainEnglishFormat.kif 37505-37505
(termFormat ChineseTraditionalLanguage MigrantsPerThousandFn "每千人移民") domainEnglishFormat.kif 37504-37504
(termFormat EnglishLanguage MigrantsPerThousandFn "migrants per thousand") domainEnglishFormat.kif 37503-37503

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


(<=>
    (and
        (instance ?YEAR
            (YearFn ?Y))
        (equal
            (MigrantsPerThousandFn ?AREA ?YEAR) ?REALNUMBER))
    (and
        (equal
            (SubtractionFn ?Y ?PY) 1)
        (instance ?PREVIOUSYEAR
            (YearFn ?PY))
        (holdsDuring ?YEAR
            (equal
                (PopulationFn ?AREA) ?POPULATION))
        (equal
            (DivisionFn ?POPULATION 1000) ?THOUSANDS)
        (equal ?IMMIGRATION
            (CardinalityFn
                (KappaFn ?PERSON
                    (and
                        (instance ?PERSON Human)
                        (holdsDuring ?PREVIOUSYEAR
                            (not
                                (inhabits ?PERSON ?AREA)))
                        (holdsDuring ?YEAR
                            (inhabits ?PERSON ?AREA))))))
        (equal ?EMMIGRATION
            (CardinalityFn
                (KappaFn ?PERSON
                    (and
                        (instance ?PERSON Human)
                        (holdsDuring ?PREVIOUSYEAR
                            (inhabits ?PERSON ?AREA))
                        (holdsDuring ?YEAR
                            (not
                                (inhabits ?PERSON ?AREA)))))))
        (equal
            (SubtractionFn ?IMMIGRATION ?EMMIGRATION) ?MIGRATIONCOUNT)
        (equal
            (DivisionFn ?MIGRATIONCOUNT ?THOUSANDS) ?REALNUMBER)))
People.kif 156-187 Anno è un' istanza di l' anno NumeroIntero MigrantsPerThousandFn AreaGeopolitica and Anno is uguale a NumeroReale ( NumeroIntero + NumeroIntero is uguale a 1 Entit� è un' istanza di l' anno NumeroIntero PopulationFn AreaGeopolitica is uguale a NumeroReale vales durante Anno NumeroReale + 1000 is uguale a NumeroReale NumeroIntero is uguale a il numero di istanzia in la classe descritta da Stringa NumeroIntero is uguale a il numero di istanzia in la classe descritta da Stringa ( NumeroIntero + NumeroIntero is uguale a NumeroReale NumeroReale + NumeroReale is uguale a NumeroReale


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