(=>
(instance ?STATE StateOrProvince)
(exists (?LAND)
(and
(instance ?LAND Nation)
(properPart ?STATE ?LAND)))) |
Merge.kif 14409-14414 |
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 9576-9578 |
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 27052-27057 |
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 27084-27089 |
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 27109-27114 |
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 27166-27171 |
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 8589-8593 |
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 |