GeographicCenterFn
|
|
Sigma KEE - GeographicCenterFn
|
appearance as argument number 1
|
|
|
appearance as argument number 2
|
|
|
antecedent
|
|
(=>
(and
(instance ?REGION GeographicArea)
(instance
(GeographicCenterFn ?REGION) GeographicArea))
(geographicSubregion
(GeographicCenterFn ?REGION) ?REGION)) |
Geography.kif 1684-1688 |
If X is an instance of geographic area and the geographic center of X is an instance of geographic area, then the geographic center of X is a geographic subregion of X |
(=>
(and
(instance ?REGION GeographicArea)
(objectGeographicCoordinates
(GeographicCenterFn ?REGION) ?LAT ?LONG))
(objectGeographicCoordinates ?REGION ?LAT ?LONG)) |
Geography.kif 1690-1695 |
If X is an instance of geographic area and the geographic center of X is object geographic coordinates Y for Z, then X is object geographic coordinates Y for Z |
(=>
(and
(instance ?REGION GeographicArea)
(geographicSubregion
(GeographicNorthFn ?REGION) ?REGION)
(geographicSubregion
(GeographicCenterFn ?REGION) ?REGION))
(overlapsSpatially
(GeographicNorthFn ?REGION)
(GeographicCenterFn ?REGION))) |
Geography.kif 1736-1741 |
If X is an instance of geographic area, geographic North X is a geographic subregion of X, and the geographic center of X is a geographic subregion of X, then geographic North X and the geographic center of X overlapsSpatially |
(=>
(and
(instance ?REGION GeographicArea)
(geographicSubregion
(GeographicSouthFn ?REGION) ?REGION)
(geographicSubregion
(GeographicCenterFn ?REGION) ?REGION))
(overlapsSpatially
(GeographicSouthFn ?REGION)
(GeographicCenterFn ?REGION))) |
Geography.kif 1774-1779 |
If X is an instance of geographic area, geographic South X is a geographic subregion of X, and the geographic center of X is a geographic subregion of X, then geographic South X and the geographic center of X overlapsSpatially |
(=>
(and
(instance ?REGION GeographicArea)
(geographicSubregion
(GeographicEastFn ?REGION) ?REGION)
(geographicSubregion
(GeographicCenterFn ?REGION) ?REGION))
(overlapsSpatially
(GeographicEastFn ?REGION)
(GeographicCenterFn ?REGION))) |
Geography.kif 1805-1810 |
If X is an instance of geographic area, geographic east X is a geographic subregion of X, and the geographic center of X is a geographic subregion of X, then geographic east X and the geographic center of X overlapsSpatially |
(=>
(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 |
|
consequent
|
|
(=>
(and
(instance ?REGION GeographicArea)
(instance
(GeographicCenterFn ?REGION) GeographicArea))
(geographicSubregion
(GeographicCenterFn ?REGION) ?REGION)) |
Geography.kif 1684-1688 |
If X is an instance of geographic area and the geographic center of X is an instance of geographic area, then the geographic center of X is a geographic subregion of X |
(=>
(and
(instance ?REGION GeographicArea)
(geographicSubregion
(GeographicNorthFn ?REGION) ?REGION)
(geographicSubregion
(GeographicCenterFn ?REGION) ?REGION))
(overlapsSpatially
(GeographicNorthFn ?REGION)
(GeographicCenterFn ?REGION))) |
Geography.kif 1736-1741 |
If X is an instance of geographic area, geographic North X is a geographic subregion of X, and the geographic center of X is a geographic subregion of X, then geographic North X and the geographic center of X overlapsSpatially |
(=>
(and
(instance ?REGION GeographicArea)
(geographicSubregion
(GeographicSouthFn ?REGION) ?REGION)
(geographicSubregion
(GeographicCenterFn ?REGION) ?REGION))
(overlapsSpatially
(GeographicSouthFn ?REGION)
(GeographicCenterFn ?REGION))) |
Geography.kif 1774-1779 |
If X is an instance of geographic area, geographic South X is a geographic subregion of X, and the geographic center of X is a geographic subregion of X, then geographic South X and the geographic center of X overlapsSpatially |
(=>
(and
(instance ?REGION GeographicArea)
(geographicSubregion
(GeographicEastFn ?REGION) ?REGION)
(geographicSubregion
(GeographicCenterFn ?REGION) ?REGION))
(overlapsSpatially
(GeographicEastFn ?REGION)
(GeographicCenterFn ?REGION))) |
Geography.kif 1805-1810 |
If X is an instance of geographic area, geographic east X is a geographic subregion of X, and the geographic center of X is a geographic subregion of X, then geographic east X and the geographic center of X overlapsSpatially |
(=>
(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 |
(=>
(and
(instance ?DIRECTION DirectionalAttribute)
(instance ?AREA GeographicArea)
(instance
(DirectionalSubregionFn ?DIRECTION ?AREA) GeographicArea))
(orientation
(DirectionalSubregionFn ?DIRECTION ?AREA)
(GeographicCenterFn ?AREA) ?DIRECTION)) |
Geography.kif 1976-1981 |
If X is an instance of directional attribute, Y is an instance of geographic area, and the directional subregion of X and Y is an instance of geographic area, then the directional subregion of X and Y is X to the geographic center of Y |
|