objectGeographicCoordinates |
appearance as argument number 1 |
(documentation objectGeographicCoordinates EnglishLanguage "(objectGeographicCoordinates ?OBJECT ?LAT ?LONG) means that the Object ?OBJECT is found at the geographic coordinates ?LAT and ?LONG.") | Geography.kif 328-331 | |
(domain objectGeographicCoordinates 1 Object) | Geography.kif 324-324 | 域 物件地理坐標, 1 and Object |
(domain objectGeographicCoordinates 2 Latitude) | Geography.kif 325-325 | 域 物件地理坐標, 2 and 緯度 |
(domain objectGeographicCoordinates 3 Longitude) | Geography.kif 326-326 | 域 物件地理坐標, 3 and 經度 |
(instance objectGeographicCoordinates TernaryPredicate) | Geography.kif 323-323 | 例 物件地理坐標 and TernaryPredicate |
appearance as argument number 2 |
(format ChineseLanguage objectGeographicCoordinates "%1 %n 是 对于 %3 的 object 地理座标 %2 ") | domainEnglishFormat.kif 1815-1815 | |
(format ChineseTraditionalLanguage objectGeographicCoordinates "%1 %n 是 對於 %3 的 object 地理座標 %2 ") | domainEnglishFormat.kif 1814-1814 | |
(format EnglishLanguage objectGeographicCoordinates "%1 is %n object geographic coordinates %2 for %3") | domainEnglishFormat.kif 1813-1813 | |
(termFormat ChineseLanguage objectGeographicCoordinates "物件地理坐标") | domainEnglishFormat.kif 41544-41544 | |
(termFormat ChineseTraditionalLanguage objectGeographicCoordinates "物件地理坐標") | domainEnglishFormat.kif 41543-41543 | |
(termFormat EnglishLanguage objectGeographicCoordinates "object geographic coordinates") | domainEnglishFormat.kif 41542-41542 |
antecedent |
(=> (and (instance ?REGION GeographicArea) (objectGeographicCoordinates (GeographicCenterFn ?REGION) ?LAT ?LONG)) (objectGeographicCoordinates ?REGION ?LAT ?LONG)) |
Geography.kif 348-353 |
|
consequent |
appearance as argument number 0 |
(objectGeographicCoordinates (GeographicCenterFn SouthernOcean) (LatitudeFn South (MeasureFn 65.0 AngularDegree) (MeasureFn 0.0 ArcMinute)) (LongitudeFn East (MeasureFn 0.0 AngularDegree) (MeasureFn 0.0 ArcMinute))) |
Geography.kif 4662-4669 | 南部海洋 的 geographic 中心 是 對於 在 測量 0.0 and 圓周角度 東 的 meridian 的 object 地理座標 測量 65.0 and 圓周角度 的 region 南 |