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

Formal Language: 



KB Term:  Term intersection
English Word: 

  Immigrating

Sigma KEE - Immigrating
Immigrating

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 17347-17349
(subclass Immigrating Translocation) Mid-level-ontology.kif 17346-17346

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


(termFormat ChineseLanguage Immigrating "移民") domainEnglishFormat.kif 29373-29373
(termFormat ChineseTraditionalLanguage Immigrating "移民") domainEnglishFormat.kif 29372-29372
(termFormat EnglishLanguage Immigrating "immigrating") domainEnglishFormat.kif 29371-29371

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 17351-17367
(=>
    (and
        (instance ?I Immigrating)
        (agent ?I ?A))
    (instance ?A Human))
Mid-level-ontology.kif 17369-17373


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