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

Formal Language: 



KB Term:  Term intersection
English Word: 

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 17375-17377
(subclass Immigrating Translocation) Mid-level-ontology.kif 17374-17374

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 17379-17395
(=>
    (and
        (instance ?I Immigrating)
        (agent ?I ?A))
    (instance ?A Human))
Mid-level-ontology.kif 17397-17401


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