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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Immigrating
Immigrating(immigrating)aliyah, immigration, in-migration

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


(documentation Immigrating EnglishLanguage "Any Translocation by a Human from one Nation to another Nation where the person is not a citizen for the purpose of taking up residence.") Mid-level-ontology.kif 18437-18439
(subclass Immigrating Translocation) Mid-level-ontology.kif 18436-18436 Immigrating is a subclass of translocation

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


(termFormat ChineseLanguage Immigrating "移民") domainEnglishFormat.kif 29401-29401
(termFormat ChineseTraditionalLanguage Immigrating "移民") domainEnglishFormat.kif 29400-29400
(termFormat EnglishLanguage Immigrating "immigrating") domainEnglishFormat.kif 29399-29399

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


(=>
    (and
        (instance ?I Immigrating)
        (agent ?I ?A))
    (exists (?N1 ?N2)
        (and
            (instance ?N1 Nation)
            (instance ?N2 Nation)
            (origin ?I ?N1)
            (destination ?I ?N2)
            (not
                (equal ?N1 ?N2))
            (member ?A
                (CitizenryFn ?N1))
            (not
                (member ?A
                    (CitizenryFn ?N2)))
            (hasPurpose ?I
                (inhabits ?A ?N2)))))
Mid-level-ontology.kif 18441-18457
(=>
    (and
        (instance ?I Immigrating)
        (agent ?I ?A))
    (instance ?A Human))
Mid-level-ontology.kif 18459-18463


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