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



KB Term:  Term intersection
English Word: 

  overlapsSpatially

Sigma KEE - overlapsSpatially
overlapsSpatially

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


(subrelation overlapsSpatially connected) Merge.kif 4136-4136 overlap spatially is a subrelation of connected
(domain overlapsSpatially 1 Object) Merge.kif 4137-4137 The number 1 argument of overlap spatially is an instance of object
(domain overlapsSpatially 2 Object) Merge.kif 4138-4138 The number 2 argument of overlap spatially is an instance of object
(instance overlapsSpatially ReflexiveRelation) Merge.kif 4140-4140 overlap spatially is an instance of reflexive relation
(instance overlapsSpatially SymmetricRelation) Merge.kif 4141-4141 overlap spatially is an instance of symmetric relation
(documentation overlapsSpatially EnglishLanguage "(overlapsSpatially ?OBJ1 ?OBJ2) means that the Objects ?OBJ1 and ?OBJ2 have some parts in common. This is a reflexive and symmetric (but not transitive) relation.") Merge.kif 4144-4146 overlap spatially is an instance of symmetric relation

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


(format EnglishLanguage overlapsSpatially "%1 and %2 %n{doesn't} overlapsSpatially") Merge.kif 4142-4142
(disjointRelation meetsSpatially overlapsSpatially) Merge.kif 9799-9799 meets spatially and overlap spatially are disjoint
(relatedInternalConcept partiallyOverlapping overlapsSpatially) Geography.kif 666-666 partially overlapping is internally related to overlap spatially
(termFormat EnglishLanguage overlapsSpatially "overlap spatially") domainEnglishFormat.kif 43775-43775 partially overlapping is internally related to overlap spatially
(termFormat ChineseTraditionalLanguage overlapsSpatially "在空間上重疊") domainEnglishFormat.kif 43776-43776 partially overlapping is internally related to overlap spatially
(termFormat ChineseLanguage overlapsSpatially "在空间上重叠") domainEnglishFormat.kif 43777-43777 partially overlapping is internally related to overlap spatially

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


(=>
    (overlapsSpatially ?OBJ1 ?OBJ2)
    (exists (?OBJ3)
        (and
            (part ?OBJ3 ?OBJ1)
            (part ?OBJ3 ?OBJ2))))
Merge.kif 9805-9810 If X and Y overlapsSpatially, then there exists Z such that Z is a part of X and Z is a part of Y
(=>
    (and
        (hole ?HOLE1 ?OBJ1)
        (hole ?HOLE2 ?OBJ2)
        (overlapsSpatially ?HOLE1 ?HOLE2))
    (overlapsSpatially ?OBJ1 ?OBJ2))
Merge.kif 10138-10143 If X is a hole in Y, Z is a hole in W, and X and Z overlapsSpatially, then Y and W overlapsSpatially
(=>
    (and
        (instance ?A Region)
        (instance ?B Region)
        (overlapsSpatially ?A ?B))
    (partiallyOverlapping ?A ?B))
Geography.kif 670-675 If X is an instance of region, Y is an instance of region, and X and Y overlapsSpatially, then X is partiallyOverlapping with Y
(=>
    (and
        (overlapsSpatially ?ONE ?TWO)
        (instance ?TWO Region)
        (not
            (equal ?ONE ?TWO)))
    (partlyLocated ?ONE ?TWO))
Geography.kif 4892-4897 If X and Y overlapsSpatially, Y is an instance of region, and equal X and Y, then X is partly located in Y

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


(=>
    (equal ?F
        (FrontFn ?O))
    (not
        (overlapsSpatially ?F
            (BackFn ?O))))
Merge.kif 907-912 If equal X and the front of Y, then X and the back of Y doesn't overlapsSpatially
(=>
    (equal ?B
        (BackFn ?O))
    (not
        (overlapsSpatially ?B
            (FrontFn ?O))))
Merge.kif 914-919 If equal X and the back of Y, then X and the front of Y doesn't overlapsSpatially
(=>
    (and
        (instance ?OBJ1 Object)
        (partlyLocated ?OBJ1 ?OBJ2))
    (overlapsSpatially ?OBJ1 ?OBJ2))
Merge.kif 4161-4165 If X is an instance of object and X is partly located in Y, then X and Y overlapsSpatially
(=>
    (connected ?OBJ1 ?OBJ2)
    (or
        (meetsSpatially ?OBJ1 ?OBJ2)
        (overlapsSpatially ?OBJ1 ?OBJ2)))
Merge.kif 9734-9738 If X is connected to Y, then X meets Y or X and Y overlapsSpatially
(=>
    (and
        (part ?OBJ3 ?OBJ1)
        (part ?OBJ3 ?OBJ2))
    (overlapsSpatially ?OBJ1 ?OBJ2))
Merge.kif 9812-9816 If X is a part of Y and X is a part of Z, then Y and Z overlapsSpatially
(=>
    (and
        (member ?OBJ1 ?COLL)
        (member ?OBJ2 ?COLL)
        (not
            (equal ?OBJ1 ?OBJ2)))
    (not
        (overlapsSpatially ?OBJ1 ?OBJ2)))
Merge.kif 9818-9824 If X is a member of Y, Z is a member of Y, and equal X and Z, then X and Z doesn't overlapsSpatially
(=>
    (and
        (instance ?REL CaseRole)
        (instance ?OBJ Object)
        (?REL ?PROCESS ?OBJ))
    (exists (?TIME)
        (overlapsSpatially
            (WhereFn ?PROCESS ?TIME) ?OBJ)))
Merge.kif 9826-9832 If X is an instance of case role, Y is an instance of object, and X Z and Y, then there exists W such that the place where Z was at W and Y overlapsSpatially
(=>
    (overlapsPartially ?OBJ1 ?OBJ2)
    (overlapsSpatially ?OBJ1 ?OBJ2))
Merge.kif 9868-9870 If X partially overlaps with Y, then X and Y overlapsSpatially
(=>
    (interiorPart ?OBJ1 ?OBJ2)
    (forall (?PART)
        (=>
            (superficialPart ?PART ?OBJ2)
            (not
                (overlapsSpatially ?OBJ1 ?PART)))))
Merge.kif 9926-9932 If X is a interior part of Y, then For all Object Z: if Z is a superficial part of Y, then X and Z doesn't overlapsSpatially
(=>
    (hole ?HOLE ?OBJ)
    (not
        (overlapsSpatially ?HOLE ?OBJ)))
Merge.kif 10107-10110 If X is a hole in Y, then X and Y doesn't overlapsSpatially
(=>
    (and
        (hole ?HOLE ?OBJ1)
        (part ?OBJ1 ?OBJ2))
    (or
        (overlapsSpatially ?HOLE ?OBJ2)
        (hole ?HOLE ?OBJ2)))
Merge.kif 10130-10136 If X is a hole in Y and Y is a part of Z, then X and Z overlapsSpatially or X is a hole in Z
(=>
    (and
        (hole ?HOLE1 ?OBJ1)
        (hole ?HOLE2 ?OBJ2)
        (overlapsSpatially ?HOLE1 ?HOLE2))
    (overlapsSpatially ?OBJ1 ?OBJ2))
Merge.kif 10138-10143 If X is a hole in Y, Z is a hole in W, and X and Z overlapsSpatially, then Y and W overlapsSpatially
(=>
    (and
        (fills ?OBJ1 ?HOLE)
        (attribute ?OBJ2 Fillable))
    (not
        (overlapsSpatially ?OBJ1 ?OBJ2)))
Merge.kif 10259-10264 If X fills Y and fillable is an attribute of Z, then X and Z doesn't overlapsSpatially
(=>
    (equal ?OBJ1
        (HoleSkinFn ?HOLE))
    (=>
        (overlapsSpatially ?OBJ2 ?OBJ1)
        (exists (?OBJ3)
            (and
                (superficialPart ?OBJ3
                    (HoleHostFn ?HOLE))
                (meetsSpatially ?HOLE ?OBJ3)
                (overlapsSpatially ?OBJ2 ?OBJ3)))))
Merge.kif 10302-10310 Assuming equal X and the surface of the hole Y, it follows that: if Z and X overlapsSpatially, then there exists W such that W is a superficial part of the host of the hole Y, Y meets W, Z, and W overlapsSpatially
(=>
    (equal ?OBJ1
        (HoleSkinFn ?HOLE))
    (=>
        (and
            (superficialPart ?OBJ3
                (HoleHostFn ?HOLE))
            (meetsSpatially ?HOLE ?OBJ3)
            (overlapsSpatially ?OBJ2 ?OBJ3))
        (overlapsSpatially ?OBJ2 ?OBJ1)))
Merge.kif 10312-10319 Assuming equal X and the surface of the hole Y, it follows that: if Z is a superficial part of the host of the hole Y, Y meets Z, and W and Z overlapsSpatially, then W and X overlapsSpatially
(=>
    (and
        (physicalEnd ?E1 ?O)
        (physicalEnd ?E2 ?O)
        (not
            (equal ?E1 ?E2)))
    (not
        (overlapsSpatially ?E1 ?E2)))
Mid-level-ontology.kif 1526-1533 If one end of X is Y, one end of X is Z, and equal Y and Z, then Y and Z doesn't overlapsSpatially
(=>
    (instance ?SKIN Skin)
    (exists (?SURFACE ?ANIMAL)
        (and
            (surface ?SURFACE ?ANIMAL)
            (part ?SKIN ?ANIMAL)
            (instance ?ANIMAL Animal)
            (overlapsSpatially ?SKIN ?SURFACE))))
Mid-level-ontology.kif 12469-12476 If X is an instance of skin, then there exist Y, Z such that Y is a surface of Z, X is a part of Z, Z is an instance of animal, X, and Y overlapsSpatially
(=>
    (and
        (instance ?TORSO Torso)
        (instance ?LIMB Limb))
    (not
        (overlapsSpatially ?TORSO ?LIMB)))
Mid-level-ontology.kif 14427-14432 If X is an instance of torso and Y is an instance of limb, then X and Y doesn't overlapsSpatially
(=>
    (coilCount ?WC ?N)
    (exists (?C ?C2F)
        (and
            (instance ?C CollectionOfObjects)
            (memberCount ?C ?N)
            (forall (?M)
                (=>
                    (member ?M ?C)
                    (and
                        (attribute ?M ?C2F)
                        (instance ?C2F ClosedTwoDimensionalFigure)
                        (part ?M ?WC)
                        (not
                            (exists (?M2)
                                (and
                                    (overlapsSpatially ?M2 ?M)
                                    (member ?M2 ?C))))))))))
Cars.kif 3006-3023 If the number of coils in X is Y, then All of the following hold: (1) there exist Z (2) W such that Z is an instance of collection (3) Y is a member count of Z (4) V V is a member of ZW is an attribute of V (5) W is an instance of closed two dimensional figure (6) V is a part of X (7) there doesn't exist U such that U (8) V overlapsSpatially (9) U is a member of Z
(=>
    (and
        (instance ?REGION GeographicArea)
        (geographicSubregion
            (GeographicNorthFn ?REGION) ?REGION)
        (geographicSubregion
            (GeographicSouthFn ?REGION) ?REGION))
    (not
        (overlapsSpatially
            (GeographicNorthFn ?REGION)
            (GeographicSouthFn ?REGION))))
Geography.kif 1714-1720 If X is an instance of geographic area, geographic North X is a geographic subregion of X, and geographic South X is a geographic subregion of X, then geographic North X and geographic South X doesn't overlapsSpatially
(=>
    (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
            (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
            (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
            (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
            (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

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25

appearance as argument number 0
-------------------------


(overlapsSpatially MiddleEastRegion Asia) Geography.kif 146-146 Middle east region and asia overlapsSpatially
(overlapsSpatially CaribbeanRegion SouthAmerica) Geography.kif 166-166 Caribbean region and south america overlapsSpatially
(overlapsSpatially CaribbeanRegion NorthAmerica) Geography.kif 167-167 Caribbean region and north america overlapsSpatially
(overlapsSpatially MiddleAmerica NorthAmerica) Geography.kif 168-168 Middle america and north america overlapsSpatially
(overlapsSpatially MiddleAmerica SouthAmerica) Geography.kif 169-169 Middle america and south america overlapsSpatially
(overlapsSpatially CentralAfrica NorthernHemisphere) Geography.kif 187-187 Central africa and northern hemisphere overlapsSpatially
(overlapsSpatially CentralAfrica SouthernHemisphere) Geography.kif 188-188 Central africa and southern hemisphere overlapsSpatially
(overlapsSpatially EasternAfrica NorthernHemisphere) Geography.kif 191-191 Eastern africa and northern hemisphere overlapsSpatially
(overlapsSpatially EasternAfrica SouthernHemisphere) Geography.kif 192-192 Eastern africa and southern hemisphere overlapsSpatially
(overlapsSpatially NorthernAfrica EasternHemisphere) Geography.kif 194-194 Northern africa and eastern hemisphere overlapsSpatially
(overlapsSpatially NorthernAfrica WesternHemisphere) Geography.kif 195-195 Northern africa and western hemisphere overlapsSpatially
(overlapsSpatially WesternAfrica EasternHemisphere) Geography.kif 201-201 Western africa and eastern hemisphere overlapsSpatially
(overlapsSpatially WesternAfrica WesternHemisphere) Geography.kif 202-202 Western africa and western hemisphere overlapsSpatially
(overlapsSpatially WesternAfrica NorthernHemisphere) Geography.kif 203-203 Western africa and northern hemisphere overlapsSpatially
(overlapsSpatially WesternAfrica SouthernHemisphere) Geography.kif 204-204 Western africa and southern hemisphere overlapsSpatially
(overlapsSpatially WesternEurope EasternHemisphere) Geography.kif 221-221 Western europe and eastern hemisphere overlapsSpatially
(overlapsSpatially WesternEurope WesternHemisphere) Geography.kif 222-222 Western europe and western hemisphere overlapsSpatially
(overlapsSpatially SouthwesternEurope EasternHemisphere) Geography.kif 228-228 Southwestern europe and eastern hemisphere overlapsSpatially
(overlapsSpatially SouthwesternEurope WesternHemisphere) Geography.kif 229-229 Southwestern europe and western hemisphere overlapsSpatially
(overlapsSpatially EasternSouthAmerica NorthernHemisphere) Geography.kif 242-242 Eastern south america and northern hemisphere overlapsSpatially
(overlapsSpatially EasternSouthAmerica SouthernHemisphere) Geography.kif 243-243 Eastern south america and southern hemisphere overlapsSpatially
(overlapsSpatially NorthernSouthAmerica NorthernHemisphere) Geography.kif 246-246 Northern south america and northern hemisphere overlapsSpatially
(overlapsSpatially NorthernSouthAmerica SouthernHemisphere) Geography.kif 247-247 Northern south america and southern hemisphere overlapsSpatially
(overlapsSpatially WesternSouthAmerica NorthernHemisphere) Geography.kif 253-253 Western south america and northern hemisphere overlapsSpatially
(overlapsSpatially WesternSouthAmerica SouthernHemisphere) Geography.kif 254-254 Western south america and southern hemisphere overlapsSpatially

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25


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

Show without tree


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