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



KB Term:  Term intersection
English Word: 

  MereologicalSumFn

Sigma KEE - MereologicalSumFn
MereologicalSumFn

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


(instance MereologicalSumFn SpatialRelation) Merge.kif 10010-10010 Mereological sum is an instance of spatial relation
(instance MereologicalSumFn BinaryFunction) Merge.kif 10011-10011 Mereological sum is an instance of binary function
(instance MereologicalSumFn TotalValuedRelation) Merge.kif 10012-10012 Mereological sum is an instance of total valued relation
(domain MereologicalSumFn 1 Object) Merge.kif 10013-10013 The number 1 argument of mereological sum is an instance of object
(domain MereologicalSumFn 2 Object) Merge.kif 10014-10014 The number 2 argument of mereological sum is an instance of object
(range MereologicalSumFn Object) Merge.kif 10015-10015 The range of mereological sum is an instance of object
(relatedInternalConcept MereologicalSumFn MereologicalProductFn) Merge.kif 10016-10016 Mereological sum is internally related to mereological product
(relatedInternalConcept MereologicalSumFn MereologicalDifferenceFn) Merge.kif 10017-10017 Mereological sum is internally related to mereological difference
(documentation MereologicalSumFn EnglishLanguage "(MereologicalSumFn ?OBJ1 ?OBJ2) denotes the Object consisting of the parts which belong to either ?OBJ1 or ?OBJ2.") Merge.kif 10019-10021 Mereological sum is internally related to mereological difference

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


(termFormat EnglishLanguage MereologicalSumFn "mereological sum") domainEnglishFormat.kif 37193-37193
(termFormat ChineseTraditionalLanguage MereologicalSumFn "mereological 總和") domainEnglishFormat.kif 37194-37194
(termFormat ChineseLanguage MereologicalSumFn "mereological 总和") domainEnglishFormat.kif 37195-37195
(format EnglishLanguage MereologicalSumFn "the union of the parts of %1 and %2") english_format.kif 401-401

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


(=>
    (and
        (instance ?OBJ SelfConnectedObject)
        (equal ?OBJ
            (MereologicalSumFn ?PART1 ?PART2)))
    (connected ?PART1 ?PART2))
Merge.kif 9740-9744 If X is an instance of self connected object and equal X, the union of the parts of Y, and Z, then Y is connected to Z
(=>
    (and
        (equal ?OBJ
            (MereologicalSumFn ?PART1 ?PART2))
        (connected ?PART1 ?PART2))
    (instance ?OBJ SelfConnectedObject))
Merge.kif 9746-9750 If equal X, the union of the parts of Y, and Z and Y is connected to Z, then X is an instance of self connected object
(=>
    (equal ?OBJ3
        (MereologicalSumFn ?OBJ1 ?OBJ2))
    (forall (?PART)
        (<=>
            (part ?PART ?OBJ3)
            (or
                (part ?PART ?OBJ1)
                (part ?PART ?OBJ2)))))
Merge.kif 10023-10030 If equal X, the union of the parts of Y, and Z, then For all Object W: W is a part of X if and only if W is a part of Y or W is a part of Z

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


(=>
    (and
        (hole ?HOLE1 ?OBJ)
        (hole ?HOLE2 ?OBJ))
    (forall (?HOLE3)
        (=>
            (part ?HOLE3
                (MereologicalSumFn ?HOLE1 ?HOLE2))
            (hole ?HOLE3 ?OBJ))))
Merge.kif 10121-10128 If X is a hole in Y and Z is a hole in Y, then For all HoleRegion W: if W is a part of the union of the parts of X and Z, then W is a hole in Y
(=>
    (instance ?AREA WaterArea)
    (exists (?BED ?HOLE ?WATER)
        (and
            (equal
                (HoleHostFn ?HOLE) ?BED)
            (instance ?WATER Water)
            (properlyFills ?WATER ?HOLE)
            (equal
                (MereologicalSumFn ?BED ?WATER) ?AREA))))
Merge.kif 14438-14445 If X is an instance of water area, then All of the following hold: (1) there exist Y, Z (2) W such that equal the host of the hole Z (3) Y (4) W is an instance of water (5) W properly fills Z (6) equal the union of the parts of Y (7) W (8) X
(=>
    (attribute ?T SymmetricShape)
    (exists (?C1 ?C2)
        (and
            (copy ?C1 ?C2)
            (equal ?T
                (MereologicalSumFn ?C1 ?C2)))))
Mid-level-ontology.kif 3469-3475 If symmetric shape is an attribute of X, then there exist Y, Z such that Y is a copy of Z, equal X, the union of the parts of Y, and Z
(=>
    (instance ?S Hydrocarbon)
    (exists (?P1 ?P2)
        (and
            (equal ?S
                (MereologicalSumFn ?P1 ?P2))
            (instance ?P1 Carbon)
            (instance ?P2 Hydrogen))))
Mid-level-ontology.kif 9946-9952 If X is an instance of hydrocarbon, then there exist Y, Z such that equal X, the union of the parts of Y, Z, Y is an instance of carbon, and Z is an instance of hydrogen
(=>
    (half ?HALF ?WHOLE)
    (exists (?OTHER)
        (and
            (half ?OTHER ?WHOLE)
            (not
                (equal ?OTHER ?HALF))
            (equal ?WHOLE
                (MereologicalSumFn ?HALF ?OTHER)))))
Mid-level-ontology.kif 14735-14741 If X is half of Y, then there exists Z such that Z is half of Y, equal Z, X, equal Y, the union of the parts of X, and Z
(=>
    (third ?T ?W)
    (exists (?O1 ?O2)
        (and
            (third ?O1 ?W)
            (third ?O2 ?W)
            (not
                (equal ?O1 ?T))
            (not
                (equal ?O2 ?T))
            (not
                (equal ?O1 ?O2))
            (equal ?W
                (MereologicalSumFn ?T
                    (MereologicalSumFn ?O1 ?O2))))))
Mid-level-ontology.kif 14750-14761 If X is a third of Y, then All of the following hold: (1) there exist Z (2) W such that Z is a third of Y (3) W is a third of Y (4) equal Z (5) X (6) equal W (7) X (8) equal Z (9) W (10) equal Y (11) the union of the parts of X (12) the union of the parts of Z (13) W
(=>
    (instance ?Estate RealEstate)
    (or
        (instance ?Estate StationaryArtifact)
        (instance ?Estate LandArea)
        (exists (?Artifact ?Area)
            (and
                (instance ?Artifact StationaryArtifact)
                (instance ?Area LandArea)
                (equal ?Estate
                    (MereologicalSumFn ?Artifact ?Area))))))
FinancialOntology.kif 1399-1408 If X is an instance of real estate, then At least one of the following holds: (1) X is an instance of stationary artifact (2) X is an instance of land area (3) there exist Y, Z such that Y is an instance of stationary artifact, Z is an instance of land area, equal X, the union of the parts of Y, and Z


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