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



KB Term:  Term intersection
English Word: 

Sigma KEE - geopoliticalSubdivision
geopoliticalSubdivision

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


(instance geopoliticalSubdivision AsymmetricRelation) Merge.kif 14401-14401 geopolitical subdivision is an instance of asymmetric relation
(instance geopoliticalSubdivision TransitiveRelation) Merge.kif 14402-14402 geopolitical subdivision is an instance of transitive relation
(subrelation geopoliticalSubdivision geographicSubregion) Merge.kif 14403-14403 geopolitical subdivision is a subrelation of geographic subregion
(domain geopoliticalSubdivision 1 GeopoliticalArea) Merge.kif 14404-14404 The number 1 argument of geopolitical subdivision is an instance of geopolitical area
(domain geopoliticalSubdivision 2 GeopoliticalArea) Merge.kif 14405-14405 The number 2 argument of geopolitical subdivision is an instance of geopolitical area
(documentation geopoliticalSubdivision EnglishLanguage "(geopoliticalSubdivision ?AREA1 ?AREA2) means that ?AREA1 is any geopolitical part of ?AREA2, that is, ?AREA1 is an integral geographicSubregion of ?AREA2 (not a DependencyOrSpecialSovereigntyArea), having its own associated GovernmentOrganization which is subordinated to or constrained by the government of ?AREA2. Cf. dependentGeopoliticalArea.") Merge.kif 14406-14411 The number 2 argument of geopolitical subdivision is an instance of geopolitical area

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


(subrelation primaryGeopoliticalSubdivision geopoliticalSubdivision) Mid-level-ontology.kif 34178-34178 primary geopolitical subdivision is a subrelation of geopolitical subdivision
(subrelation administrativeCenter geopoliticalSubdivision) Government.kif 385-385 administrative center is a subrelation of geopolitical subdivision
(termFormat EnglishLanguage geopoliticalSubdivision "geopolitical subdivision") domainEnglishFormat.kif 25844-25844 administrative center is a subrelation of geopolitical subdivision
(termFormat ChineseTraditionalLanguage geopoliticalSubdivision "地緣政治細分") domainEnglishFormat.kif 25845-25845 administrative center is a subrelation of geopolitical subdivision
(termFormat ChineseLanguage geopoliticalSubdivision "地缘政治细分") domainEnglishFormat.kif 25846-25846 administrative center is a subrelation of geopolitical subdivision
(format EnglishLanguage geopoliticalSubdivision "%1 is %n a geopolitical part of %2") english_format.kif 814-814 administrative center is a subrelation of geopolitical subdivision
(format JapaneseLanguage geopoliticalSubdivision "%1 は %2 の geopolitical 部分では %n") english_format.kif 815-815 administrative center is a subrelation of geopolitical subdivision

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


(=>
    (geopoliticalSubdivision ?SUB ?AREA)
    (not
        (instance ?SUB IndependentState)))
Government.kif 395-397 If X is a geopolitical part of Y, then X is not an instance of independent state
(=>
    (geopoliticalSubdivision ?AREA ?COUNTRY)
    (not
        (dependentGeopoliticalArea ?AREA ?COUNTRY)))
Government.kif 446-449 If X is a geopolitical part of Y, then X is a dependent of Y
(=>
    (and
        (diplomaticRepresentationType ?AGENT1 ?POSITION ?AGENT2)
        (geopoliticalSubdivision ?AGENT2 ?AGENT3)
        (instance ?AGENT3 Nation))
    (diplomaticRepresentationType ?AGENT1 ?POSITION ?AGENT3))
Government.kif 4527-4532 If X diplomatic representation type Y for Z, Z is a geopolitical part of W, and W is an instance of nation, then X diplomatic representation type Y for W
(=>
    (and
        (diplomaticOrganizationType ?AGENT1 ?TYPE ?AGENT2)
        (geopoliticalSubdivision ?AGENT2 ?AGENT3)
        (instance ?AGENT3 Nation))
    (diplomaticOrganizationType ?AGENT1 ?TYPE ?AGENT3))
Government.kif 4660-4665 If X is diplomatic organization type Y for Z, Z is a geopolitical part of W, and W is an instance of nation, then X is diplomatic organization type Y for W

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


(<=>
    (instance ?DISTRICT CityDistrict)
    (exists (?CITY)
        (and
            (instance ?CITY City)
            (geopoliticalSubdivision ?DISTRICT ?CITY))))
Mid-level-ontology.kif 9401-9406 X is an instance of city district if, only if there exists Y such that Y is an instance of city, and X is a geopolitical part of Y
(=>
    (and
        (instance ?WAR CivilWar)
        (contestParticipant ?WAR ?AGENT))
    (exists (?NATION)
        (and
            (instance ?NATION Nation)
            (geopoliticalSubdivision ?AGENT ?NATION))))
Mid-level-ontology.kif 21592-21599 If X is an instance of civil war and Y participates in X, then there exists Z such that Z is an instance of nation and Y is a geopolitical part of Z
(=>
    (and
        (instance ?EXPORT Exporting)
        (patient ?EXPORT ?ITEM)
        (instance ?AREA1 GeopoliticalArea)
        (holdsDuring
            (BeginFn
                (WhenFn ?EXPORT))
            (located ?ITEM ?AREA1)))
    (exists (?AREA2)
        (and
            (instance ?AREA2 GeopoliticalArea)
            (not
                (geopoliticalSubdivision ?AREA1 ?AREA2))
            (not
                (geopoliticalSubdivision ?AREA2 ?AREA1))
            (holdsDuring
                (EndFn
                    (WhenFn ?EXPORT))
                (located ?ITEM ?AREA2)))))
Economy.kif 2667-2680 If X is an instance of exporting, Y is a patient of X, Z is an instance of geopolitical area, and Y is located at Z holds during the beginning of the time of existence of X, then there exists W such that W is an instance of geopolitical area, Z is not a geopolitical part of W, W is not a geopolitical part of Z, and Y is located at W holds during the end of the time of existence of X
(=>
    (and
        (instance ?IMPORT Importing)
        (patient ?IMPORT ?ITEM)
        (instance ?AREA1 GeopoliticalArea)
        (holdsDuring
            (BeginFn
                (WhenFn ?IMPORT))
            (located ?ITEM ?AREA1)))
    (exists (?AREA2)
        (and
            (instance ?AREA2 GeopoliticalArea)
            (not
                (geopoliticalSubdivision ?AREA1 ?AREA2))
            (not
                (geopoliticalSubdivision ?AREA2 ?AREA1))
            (holdsDuring
                (EndFn
                    (WhenFn ?IMPORT))
                (located ?ITEM ?AREA2)))))
Economy.kif 2827-2846 If X is an instance of importing, Y is a patient of X, Z is an instance of geopolitical area, and Y is located at Z holds during the beginning of the time of existence of X, then there exists W such that W is an instance of geopolitical area, Z is not a geopolitical part of W, W is not a geopolitical part of Z, and Y is located at W holds during the end of the time of existence of X
(=>
    (and
        (instance ?GEO
            (GeographicPartTypeFn ?TYPE ?AREA))
        (subclass ?TYPE GeopoliticalArea)
        (instance ?AREA GeopoliticalArea))
    (geopoliticalSubdivision ?GEO ?AREA))
Geography.kif 8595-8600 If X is an instance of all the instances of Y in Z, Y is a subclass of geopolitical area, and Z is an instance of geopolitical area, then X is a geopolitical part of Z
(=>
    (dependentGeopoliticalArea ?AREA ?COUNTRY)
    (not
        (geopoliticalSubdivision ?AREA ?COUNTRY)))
Government.kif 441-444 If X is a dependent of Y, then X is not a geopolitical part of Y

appearance as argument number 0
-------------------------


(geopoliticalSubdivision Shanghai China) CountriesAndRegions.kif 4251-4251 Shanghai is a geopolitical part of china
(geopoliticalSubdivision Beijing China) CountriesAndRegions.kif 4255-4255 Beijing is a geopolitical part of china
(geopoliticalSubdivision Chongqing China) CountriesAndRegions.kif 4259-4259 Chongqing is a geopolitical part of china
(geopoliticalSubdivision Tianjin China) CountriesAndRegions.kif 4263-4263 Tianjin is a geopolitical part of china
(geopoliticalSubdivision Guangzhou China) CountriesAndRegions.kif 4267-4267 Guangzhou is a geopolitical part of china
(geopoliticalSubdivision Shenzhen China) CountriesAndRegions.kif 4271-4271 Shenzhen is a geopolitical part of china
(geopoliticalSubdivision Chengdu China) CountriesAndRegions.kif 4275-4275 Chengdu is a geopolitical part of china
(geopoliticalSubdivision Nanjing China) CountriesAndRegions.kif 4279-4279 Nanjing is a geopolitical part of china
(geopoliticalSubdivision Wuhan China) CountriesAndRegions.kif 4283-4283 Wuhan is a geopolitical part of china
(geopoliticalSubdivision Xian China) CountriesAndRegions.kif 4287-4287 Xi'an is a geopolitical part of china


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners