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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - Continent
Continent(大陆)

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


(documentation Continent ChineseLanguage "按照美国中情局关于世界事实一书的定义,Continent 包括 七个地块:AfricaNorthAmericaSouthAmericaAntarcticaEuropeAsiaOceania。注:Australia在其他某些系统被定义为大陆,但是在事实这书则被列入 Oceania。因此,没有 一个 Nation 同时也是 Continent。") chinese_format.kif 3341-3344
(documentation Continent EnglishLanguage "As defined in the CIA World Fact Book, Continent covers seven land masses: Africa, NorthAmerica, SouthAmerica, Antarctica, Europe, Asia, and Oceania. Note that Australia, counted as a continent in some other systems, is included in Oceania in the Fact Book. As a consequence, there is no Nation which is also a Continent.") Merge.kif 14336-14341
(externalImage Continent "http://upload.wikimedia.org/wikipedia/commons/ 1/ 19/ Continents_vide_couleurs.png") pictureList.kif 2558-2558
(externalImage Continent "http://upload.wikimedia.org/wikipedia/commons/ 7/ 77/ Continental_models.gif") pictureList.kif 2450-2450
(subclass Continent LandArea) Merge.kif 14334-14334 大陆土地面积subclass

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


(disjoint Nation Continent) Geography.kif 3677-3677 国家 和 % 2 是 disjoint
(instance Africa Continent) Geography.kif 3679-3679 非洲大陆instance
(instance Antarctica Continent) Geography.kif 3695-3695 南极洲大陆instance
(instance Asia Continent) Geography.kif 3706-3706 亚洲大陆instance
(instance Europe Continent) CountriesAndRegions.kif 43-43 欧洲大陆instance
(instance NorthAmerica Continent) Geography.kif 3685-3685 北美大陆instance
(instance Oceania Continent) Geography.kif 3712-3712 大洋洲大陆instance
(instance SouthAmerica Continent) Geography.kif 3689-3689 南美洲大陆instance
(termFormat ChineseLanguage Continent "大陆") chinese_format.kif 956-956 南美洲大陆instance
(termFormat EnglishLanguage Continent "continent") english_format.kif 1119-1119 南美洲大陆instance
(termFormat FrenchLanguage Continent "continent") french_format.kif 632-632 南美洲大陆instance
(termFormat Hindi Continent "mahaadvIpa") terms-hindi.txt 163-163 南美洲大陆instance
(termFormat ItalianLanguage Continent "Continente") terms-it.txt 166-166 南美洲大陆instance
(termFormat JapaneseLanguage Continent "大陸") japanese_format.kif 2317-2317 南美洲大陆instance
(termFormat PortugueseLanguage Continent "Continente") portuguese_format.kif 584-584 南美洲大陆instance
(termFormat cb Continent "mapugnganon") terms-cb.txt 168-168 南美洲大陆instance
(termFormat cz Continent "continent") terms-cz.txt 200-200 南美洲大陆instance
(termFormat de Continent "Kontinent") terms-de.txt 459-459 南美洲大陆instance
(termFormat ro Continent "continent") relations-ro.kif 653-653 南美洲大陆instance
(termFormat tg Continent "Kontinente") terms-tg.txt 167-167 南美洲大陆instance

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


(<=>
    (instance ?CONTINENT Continent)
    (or
        (equal Africa ?CONTINENT)
        (equal NorthAmerica ?CONTINENT)
        (equal SouthAmerica ?CONTINENT)
        (equal Antarctica ?CONTINENT)
        (equal Europe ?CONTINENT)
        (equal Asia ?CONTINENT)
        (equal Oceania ?CONTINENT)))
Geography.kif 3662-3671 实体大陆instance 若且唯若 equal 非洲 and 那个 实体equal 北美 and 那个 实体equal 南美洲 and 那个 实体equal 南极洲 and 那个 实体equal 欧洲 and 那个 实体equal 亚洲 and 那个 实体equal 大洋洲 and 那个 实体
(=>
    (and
        (instance ?LAND Continent)
        (not
            (equal ?LAND Antarctica)))
    (orientation Antarctica ?LAND South))
Geography.kif 292-296
(=>
    (instance ?AREA Continent)
    (geographicSubregion ?AREA PlanetEarth))
Geography.kif 3673-3675
(=>
    (instance ?AREA Continent)
    (meetsSpatially ?AREA WorldOcean))
Geography.kif 4748-4750

consequent
-------------------------


(=>
    (instance ?E Pandemic)
    (exists (?H1 ?H2 ?N1 ?N2 ?C1 ?C2)
        (and
            (involvedInEvent ?E ?H1)
            (involvedInEvent ?E ?H2)
            (not
                (equal ?H1 ?H2))
            (instance ?N1 Nation)
            (instance ?N2 Nation)
            (not
                (equal ?N1 ?N2))
            (instance ?C1 Continent)
            (instance ?C2 Continent)
            (not
                (equal ?C1 ?C2))
            (holdsDuring
                (WhenFn ?E)
                (or
                    (and
                        (located ?H1 ?C1)
                        (located ?H2 ?C2))
                    (and
                        (located ?H1 ?N1)
                        (located ?H2 ?N2)))))))
Medicine.kif 3538-3562
(=>
    (instance ?LAND1 LandArea)
    (exists (?LAND2)
        (and
            (part ?LAND1 ?LAND2)
            (or
                (instance ?LAND2 Continent)
                (instance ?LAND2 Island)))))
Merge.kif 14312-14319