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 18899-18901
(subclass Immigrating Translocation) Mid-level-ontology.kif 18898-18898 Immigrating is a subclass of translocation

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


(termFormat ChineseLanguage Immigrating "移民") domainEnglishFormat.kif 29384-29384
(termFormat ChineseTraditionalLanguage Immigrating "移民") domainEnglishFormat.kif 29383-29383
(termFormat EnglishLanguage Immigrating "immigrating") domainEnglishFormat.kif 29382-29382

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 18903-18919
(=>
    (and
        (instance ?I Immigrating)
        (agent ?I ?A))
    (instance ?A Human))
Mid-level-ontology.kif 18921-18925


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