Browsing Interface : Welcome guest : log in
Home |  Graph |  LogLearn |  Editor |  ]  KB:  Language: 
  Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - GeographicEastFn
GeographicEastFn

appearance as argument number 1
-------------------------


(instance GeographicEastFn UnaryFunction) Geography.kif 1781-1781 Geographic east is an instance of unary function
(domain GeographicEastFn 1 GeographicArea) Geography.kif 1783-1783 The number 1 argument of geographic east is an instance of geographic area
(range GeographicEastFn GeographicArea) Geography.kif 1784-1784 The range of geographic east is an instance of geographic area
(documentation GeographicEastFn EnglishLanguage "(GeographicEastFn ?REGION) denotes the eastern half of the geographicSubregion of GeographicArea ?REGION.") Geography.kif 1785-1787 The range of geographic east is an instance of geographic area

appearance as argument number 2
-------------------------


(relatedInternalConcept GeographicNorthFn GeographicEastFn) Geography.kif 1705-1705 Geographic North is internally related to geographic east
(names "geographic east" GeographicEastFn) Geography.kif 1782-1782 Geographic east has name "geographic east"
(termFormat EnglishLanguage GeographicEastFn "geographic east") Geography.kif 1788-1788 Geographic east has name "geographic east"

antecedent
-------------------------


(=>
    (and
        (instance ?REGION GeographicArea)
        (geographicSubregion
            (GeographicNorthFn ?REGION) ?REGION)
        (geographicSubregion
            (GeographicEastFn ?REGION) ?REGION))
    (overlapsSpatially
        (GeographicNorthFn ?REGION)
        (GeographicEastFn ?REGION)))
Geography.kif 1722-1727 If X is an instance of geographic area, geographic North X is a geographic subregion of X, and geographic east X is a geographic subregion of X, then geographic North X and geographic east X overlapsSpatially
(=>
    (and
        (instance ?REGION GeographicArea)
        (geographicSubregion
            (GeographicSouthFn ?REGION) ?REGION)
        (geographicSubregion
            (GeographicEastFn ?REGION) ?REGION))
    (overlapsSpatially
        (GeographicSouthFn ?REGION)
        (GeographicEastFn ?REGION)))
Geography.kif 1760-1765 If X is an instance of geographic area, geographic South X is a geographic subregion of X, and geographic east X is a geographic subregion of X, then geographic South X and geographic east 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
            (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
            (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

consequent
-------------------------


(=>
    (and
        (instance ?REGION GeographicArea)
        (geographicSubregion
            (GeographicNorthFn ?REGION) ?REGION)
        (geographicSubregion
            (GeographicEastFn ?REGION) ?REGION))
    (overlapsSpatially
        (GeographicNorthFn ?REGION)
        (GeographicEastFn ?REGION)))
Geography.kif 1722-1727 If X is an instance of geographic area, geographic North X is a geographic subregion of X, and geographic east X is a geographic subregion of X, then geographic North X and geographic east X overlapsSpatially
(=>
    (and
        (instance ?REGION GeographicArea)
        (geographicSubregion
            (GeographicSouthFn ?REGION) ?REGION)
        (geographicSubregion
            (GeographicEastFn ?REGION) ?REGION))
    (overlapsSpatially
        (GeographicSouthFn ?REGION)
        (GeographicEastFn ?REGION)))
Geography.kif 1760-1765 If X is an instance of geographic area, geographic South X is a geographic subregion of X, and geographic east X is a geographic subregion of X, then geographic South X and geographic east 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
            (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
            (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


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners