(=>
(instance ?STATE StateOrProvince)
(exists (?LAND)
(and
(instance ?LAND Nation)
(properPart ?STATE ?LAND)))) |
Merge.kif 14551-14556 |
If X is an instance of state or province, then there exists Y such that Y is an instance of nation and X is a proper part of Y |
(<=>
(instance ?STATE StateOrProvince)
(instance
(GovernmentFn ?STATE) StateGovernment)) |
Mid-level-ontology.kif 9686-9688 |
X is an instance of state or province if and only if the government of X is an instance of state government |
(=>
(and
(postNeighborhood ?PLACE ?NEIGHBORHOOD)
(geographicSubregion ?NEIGHBORHOOD ?STATE)
(instance ?STATE StateOrProvince))
(postDistrict ?PLACE ?STATE)) |
Mid-level-ontology.kif 26972-26977 |
If X is in Y, Y is a geographic subregion of Z, and Z is an instance of state or province, then X is in Z |
(=>
(and
(postCity ?PLACE ?CITY)
(geographicSubregion ?CITY ?AREA)
(instance ?AREA StateOrProvince))
(postDistrict ?PLACE ?AREA)) |
Mid-level-ontology.kif 27004-27009 |
If X is in Y, Y is a geographic subregion of Z, and Z is an instance of state or province, then X is in Z |
(<=>
(and
(located ?PLACE ?GEO)
(instance ?PLACE PostalPlace)
(instance ?GEO StateOrProvince))
(postDistrict ?PLACE ?GEO)) |
Mid-level-ontology.kif 27029-27034 |
X is located at Y, X is an instance of postal place, Y is an instance of state or province if, and only if X is in Y |
(=>
(and
(postPostcodeArea ?PLACE ?AREA)
(geographicSubregion ?AREA ?GEO)
(instance ?GEO StateOrProvince))
(postDistrict ?PLACE ?GEO)) |
Mid-level-ontology.kif 27086-27091 |
If X is in post code Y, Y is a geographic subregion of Z, and Z is an instance of state or province, then X is in Z |
(=>
(and
(instance ?GEO
(GeographicPartTypeFn StateOrProvince ?AREA))
(instance ?AREA Nation))
(primaryGeopoliticalSubdivision ?GEO ?AREA)) |
Geography.kif 8602-8606 |
If X is an instance of all the instances of state or province in Y and Y is an instance of nation, then Y is a primary geopolitical subdivision of X |