(=>
(and
(instance ?REGION GeographicArea)
(geographicSubregion
(GeographicNorthFn ?REGION) ?REGION)
(geographicSubregion
(GeographicWestFn ?REGION) ?REGION))
(overlapsSpatially
(GeographicNorthFn ?REGION)
(GeographicWestFn ?REGION))) |
Geography.kif 1729-1734 |
If X is an instance of geographic area, geographic North X is a geographic subregion of X, and geographic west X is a geographic subregion of X, then geographic North X and geographic west X overlapsSpatially |
(=>
(and
(instance ?REGION GeographicArea)
(geographicSubregion
(GeographicSouthFn ?REGION) ?REGION)
(geographicSubregion
(GeographicWestFn ?REGION) ?REGION))
(overlapsSpatially
(GeographicSouthFn ?REGION)
(GeographicWestFn ?REGION))) |
Geography.kif 1767-1772 |
If X is an instance of geographic area, geographic South X is a geographic subregion of X, and geographic west X is a geographic subregion of X, then geographic South X and geographic west X overlapsSpatially |
(=>
(and
(instance ?REGION GeographicArea)
(geographicSubregion
(GeographicEastFn ?REGION) ?REGION)
(geographicSubregion
(GeographicWestFn ?REGION) ?REGION))
(orientation
(GeographicEastFn ?REGION)
(GeographicWestFn ?REGION) East)) |
Geography.kif 1790-1795 |
If X is an instance of geographic area, geographic east X is a geographic subregion of X, and geographic west X is a geographic subregion of X, then geographic east X is east of to geographic west X |
(=>
(and
(instance ?REGION GeographicArea)
(geographicSubregion
(GeographicEastFn ?REGION) ?REGION)
(geographicSubregion
(GeographicWestFn ?REGION) ?REGION))
(not
(overlapsSpatially
(GeographicEastFn ?REGION)
(GeographicWestFn ?REGION)))) |
Geography.kif 1797-1803 |
If X is an instance of geographic area, geographic east X is a geographic subregion of X, and geographic west X is a geographic subregion of X, then geographic east X and geographic west X doesn't overlapsSpatially |
(=>
(and
(instance ?REGION GeographicArea)
(geographicSubregion
(GeographicWestFn ?REGION) ?REGION)
(geographicSubregion
(GeographicEastFn ?REGION) ?REGION))
(orientation
(GeographicWestFn ?REGION)
(GeographicEastFn ?REGION) West)) |
Geography.kif 1821-1826 |
If X is an instance of geographic area, geographic west X is a geographic subregion of X, and geographic east X is a geographic subregion of X, then geographic west X is west of to geographic east X |
(=>
(and
(instance ?REGION GeographicArea)
(geographicSubregion
(GeographicWestFn ?REGION) ?REGION)
(geographicSubregion
(GeographicCenterFn ?REGION) ?REGION))
(overlapsSpatially
(GeographicWestFn ?REGION)
(GeographicCenterFn ?REGION))) |
Geography.kif 1828-1833 |
If X is an instance of geographic area, geographic west X is a geographic subregion of X, and the geographic center of X is a geographic subregion of X, then geographic west X and the geographic center of X overlapsSpatially |