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


KB Term:  Term intersection
English Word: 

Sigma KEE - SelfConnectedObject
SelfConnectedObject(self connected object)A-horizon, A_horizon, B-horizon, B_horizon, C-horizon, C_horizon, absorbate, absorbent, absorbent_material, absorber, acrylic, acrylic_fiber, adsorbate, adsorbent, adsorbent_material, ball, bar, bed, belay, belting, black_body, blackbody, blade, blank, bodied, body, bog_soil, broken, building_material, cannel_coal, chunk, cinder, clinker, clod, clump, coal, coal_seam, coalface, continuum, crash_barrier, debris, detritus, diamagnet, diapir, drift, drumlin, dust, ember, faced, feedstock...

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


(subclass SelfConnectedObject Object) Merge.kif 855-855 Self connected object is a subclass of object
(documentation SelfConnectedObject EnglishLanguage "A SelfConnectedObject is any Object that does not consist of two or more disconnected parts.") Merge.kif 857-858 Self connected object is a subclass of object

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


(subclass OrganicThing SelfConnectedObject) Merge.kif 860-860 Organic thing is a subclass of self connected object
(range FrontFn SelfConnectedObject) Merge.kif 872-872 The range of front is an instance of self connected object
(range BackFn SelfConnectedObject) Merge.kif 892-892 The range of back is an instance of self connected object
(subclass Substance SelfConnectedObject) Merge.kif 1076-1076 Substance is a subclass of self connected object
(subclass CorpuscularObject SelfConnectedObject) Merge.kif 1261-1261 Corpuscular object is a subclass of self connected object
(disjoint Collection SelfConnectedObject) Merge.kif 1297-1297 Collection is disjoint from self connected object
(subclass Transitway SelfConnectedObject) Merge.kif 14441-14441 Transitway is a subclass of self connected object
(rangeSubclass FoodForFn SelfConnectedObject) Merge.kif 15034-15034 The values returned by food for fn are subclasses of self connected object
(subclass Food SelfConnectedObject) Merge.kif 15049-15049 Food is a subclass of self connected object
(subclass Ramp SelfConnectedObject) Mid-level-ontology.kif 2842-2842 Ramp is a subclass of self connected object
(subclass BodyOfWater SelfConnectedObject) Geography.kif 6050-6050 Body of water is a subclass of self connected object
(subclass Iceberg SelfConnectedObject) Geography.kif 6281-6281 Iceberg is a subclass of self connected object
(termFormat EnglishLanguage SelfConnectedObject "self connected object") english_format.kif 834-834 Iceberg is a subclass of self connected object

appearance as argument number 3
-------------------------


(domain FrontFn 1 SelfConnectedObject) Merge.kif 871-871 The number 1 argument of front is an instance of self connected object
(domain BackFn 1 SelfConnectedObject) Merge.kif 891-891 The number 1 argument of back is an instance of self connected object
(domain hole 2 SelfConnectedObject) Merge.kif 1005-1005 The number 2 argument of hole is an instance of self connected object
(domain contains 1 SelfConnectedObject) Merge.kif 1054-1054 The number 1 argument of contains is an instance of self connected object
(domain weight 1 SelfConnectedObject) Merge.kif 7352-7352 The number 1 argument of weight is an instance of self connected object
(domain height 1 SelfConnectedObject) Merge.kif 7622-7622 The number 1 argument of height is an instance of self connected object
(domain surface 1 SelfConnectedObject) Merge.kif 9833-9833 The number 1 argument of surface is an instance of self connected object
(domain surface 2 SelfConnectedObject) Merge.kif 9834-9834 The number 2 argument of surface is an instance of self connected object
(domain bottom 1 SelfConnectedObject) Merge.kif 9867-9867 The number 1 argument of bottom is an instance of self connected object
(domain bottom 2 SelfConnectedObject) Merge.kif 9868-9868 The number 2 argument of bottom is an instance of self connected object
(domain top 1 SelfConnectedObject) Merge.kif 9882-9882 The number 1 argument of top is an instance of self connected object
(domain top 2 SelfConnectedObject) Merge.kif 9883-9883 The number 2 argument of top is an instance of self connected object
(domain side 1 SelfConnectedObject) Merge.kif 9897-9897 The number 1 argument of side is an instance of self connected object
(domain side 2 SelfConnectedObject) Merge.kif 9898-9898 The number 2 argument of side is an instance of self connected object
(domain capacity 1 SelfConnectedObject) Mid-level-ontology.kif 7636-7636 The number 1 argument of capacity is an instance of self connected object
(domain onboard 1 SelfConnectedObject) Mid-level-ontology.kif 19188-19188 The number 1 argument of onboard is an instance of self connected object
(domain centerOfMass 1 SelfConnectedObject) Mid-level-ontology.kif 19265-19265 The number 1 argument of center of mass is an instance of self connected object
(domain centerOfMass 2 SelfConnectedObject) Mid-level-ontology.kif 19266-19266 The number 2 argument of center of mass is an instance of self connected object
(domain approximateDiameter 1 SelfConnectedObject) Mid-level-ontology.kif 19828-19828 The number 1 argument of approximate diameter is an instance of self connected object
(domain memberAtTime 1 SelfConnectedObject) Mid-level-ontology.kif 25059-25059 The number 1 argument of member at time is an instance of self connected object
(domainSubclass ingredientAmount 1 SelfConnectedObject) Food.kif 1662-1662 The number 1 argument of amount of ingredient is a subclass of self connected object
(domainSubclass ingredientAmount 2 SelfConnectedObject) Food.kif 1663-1663 The number 2 argument of amount of ingredient is a subclass of self connected object
(domainSubclass trafficableForTrafficType 2 SelfConnectedObject) Transportation.kif 3655-3655 The number 2 argument of trafficable for traffic type is a subclass of self connected object

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


(=>
    (instance ?OBJ SelfConnectedObject)
    (side
        (FrontFn ?OBJ) ?OBJ))
Merge.kif 884-886 If X is an instance of self connected object, then a side of X is the front of X
(=>
    (instance ?OBJ SelfConnectedObject)
    (side
        (BackFn ?OBJ) ?OBJ))
Merge.kif 904-906 If X is an instance of self connected object, then a side of X is the back of X
(=>
    (and
        (instance ?OBJ SelfConnectedObject)
        (equal ?OBJ
            (MereologicalSumFn ?PART1 ?PART2)))
    (connected ?PART1 ?PART2))
Merge.kif 9671-9675 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
        (instance ?SCO SelfConnectedObject)
        (instance ?C Compressing)
        (patient ?C ?SCO)
        (holdsDuring
            (ImmediatePastFn
                (WhenFn ?C))
            (measure ?SCO
                (MeasureFn ?N1 ?V)))
        (instance ?V UnitOfVolume)
        (holdsDuring
            (ImmediateFutureFn
                (WhenFn ?C))
            (measure ?SCO
                (MeasureFn ?N2 ?V))))
    (greaterThan ?N1 ?N2))
Cars.kif 1971-1983 If All of the following hold: (1) X is an instance of self connected object (2) Y is an instance of compressing (3) X is a patient of Y (4) the measure of X is Z W(s) holds during immediately before the time of existence of Y (5) W is an instance of unit of volume (6) the measure of X is V W(s) holds during immediately after the time of existence of Y, then Z is greater than V
(=>
    (and
        (instance ?X PartInspection)
        (patient ?X ?P)
        (instance ?P SelfConnectedObject))
    (exists (?A ?M)
        (and
            (part ?P ?A)
            (instance ?A Artifact)
            (instance ?M Manufacture)
            (result ?M ?A)
            (subProcess ?X ?M))))
Economy.kif 2054-2065 If X is an instance of part inspection, Y is a patient of X, and Y is an instance of self connected object, then there exist Z, W such that Y is a part of Z, Z is an instance of artifact, W is an instance of manufacture, Z is a result of W, and X is a subprocess of W
(=>
    (and
        (maximumPayloadCapacity ?V
            (MeasureFn ?WEIGHT ?UNITWEIGHT))
        (maximumPayloadHeightWidth ?V
            (MeasureFn ?HEIGHT ?UNITHEIGHT)
            (MeasureFn ?WIDTH ?UNITWIDTH))
        (instance ?O SelfConnectedObject)
        (weight ?O
            (MeasureFn ?WEO ?WEOU))
        (width ?O
            (MeasureFn ?WO ?WOU))
        (height ?O
            (MeasureFn ?HO ?HOU))
        (equal ?WEOU ?UNITWEIGHT)
        (equal ?WOU ?UNITWIDTH)
        (equal ?HOU ?UNITHEIGHT)
        (lessThanOrEqualTo ?WEO ?WEIGHT)
        (lessThanOrEqualTo ?WO ?WIDTH)
        (lessThanOrEqualTo ?HO ?HEIGHT))
    (capability
        (KappaFn ?TRANSPORT
            (and
                (instance ?TRANSPORT Transportation)
                (patient ?TRANSPORT ?O))) instrument ?V))
MilitaryDevices.kif 144-169 If All of the following hold: (1) X Y(s) is a maximum payload capacity of Z (2) Z is maximum payload height width W V(s) for U T(s) (3) S is an instance of self connected object (4) R Q(s) is a weight of S (5) the width of S is P O(s) (6) the height of S is N M(s) (7) equal Q and Y (8) equal O and T (9) equal M and V (10) R is less than or equal to X (11) P is less than or equal to U (12) N is less than or equal to W, then Z is capable of doing the class described by L as a instrument
(=>
    (and
        (meceCollection ?COLL1 ?COLL2)
        (member ?MEMBER ?COLL2)
        (instance ?MEMBER SelfConnectedObject))
    (instance ?MEMBER Collection))
UXExperimentalTerms.kif 4619-4624 If X and Y are mutually exclusive, Z is a member of Y, and Z is an instance of self connected object, then Z is an instance of collection
(=>
    (and
        (meceCollection ?COLL1 ?COLL2)
        (member ?MEMBER ?COLL1)
        (instance ?MEMBER SelfConnectedObject))
    (exists (?COLL3)
        (and
            (instance ?COLL3 Collection)
            (member ?MEMBER ?COLL3)
            (member ?COLL3 ?COLL2))))
UXExperimentalTerms.kif 4626-4635 If X and Y are mutually exclusive, Z is a member of X, and Z is an instance of self connected object, then there exists W such that W is an instance of collection, Z is a member of W, and W is a member of Y
(=>
    (and
        (meceCollection ?COLL1 ?COLL2)
        (instance ?COLL3 Collection)
        (instance ?COLL4 Collection)
        (instance ?MEMBER SelfConnectedObject)
        (member ?MEMBER ?COLL1)
        (member ?COLL3 ?COLL2)
        (member ?COLL4 ?COLL2)
        (not
            (equal ?COLL3 ?COLL4)))
    (not
        (and
            (member ?MEMBER ?COLL3)
            (member ?MEMBER ?COLL4))))
UXExperimentalTerms.kif 4637-4651 If All of the following hold: (1) X and Y are mutually exclusive (2) Z is an instance of collection (3) W is an instance of collection (4) V is an instance of self connected object (5) V is a member of X (6) Z is a member of Y (7) W is a member of Y (8) equal Z and W, then ~{ V is a member of Z } or ~{ V is a member of W }

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


(=>
    (and
        (equal ?OBJ
            (MereologicalSumFn ?PART1 ?PART2))
        (connected ?PART1 ?PART2))
    (instance ?OBJ SelfConnectedObject))
Merge.kif 9677-9681 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
(=>
    (instance ?COMBINE Combining)
    (exists (?OBJ)
        (and
            (instance ?OBJ SelfConnectedObject)
            (patient ?COMBINE ?OBJ))))
Merge.kif 12651-12656 If X is an instance of combining, then there exists Y such that Y is an instance of self connected object and Y is a patient of X
(=>
    (instance ?SEPARATE Separating)
    (exists (?OBJ)
        (and
            (instance ?OBJ SelfConnectedObject)
            (patient ?SEPARATE ?OBJ))))
Merge.kif 12667-12672 If X is an instance of separating, then there exists Y such that Y is an instance of self connected object and Y is a patient of X
(=>
    (instance ?LABEL Label)
    (exists (?OBJ)
        (and
            (instance ?OBJ SelfConnectedObject)
            (connected ?LABEL ?OBJ)
            (refers ?LABEL ?OBJ))))
Mid-level-ontology.kif 15976-15982 If X is an instance of label, then there exists Y such that Y is an instance of self connected object, X is connected to Y, and X includes a reference to Y
(=>
    (attribute ?X PartialVacuum)
    (exists (?O ?G ?P1 ?P2 ?PM)
        (and
            (instance ?O SelfConnectedObject)
            (instance ?G Region)
            (not
                (equal ?G ?X))
            (connected ?X ?O)
            (connected ?G ?O)
            (measure ?G
                (MeasureFn ?P1 ?PM))
            (measure ?X
                (MeasureFn ?P2 ?PM))
            (instance ?PM UnitOfAtmosphericPressure)
            (greaterThan ?P1 ?P2))))
Cars.kif 383-396 If partial vacuum is an attribute of X, then there exist Y, Z,, , W,, , V and U such that Y is an instance of self connected object and Z is an instance of region and equal Z and X and X is connected to Y and Z is connected to Y and the measure of Z is W U(s) and the measure of X is V U(s) and U is an instance of unit of atmospheric pressure and W is greater than V
(=>
    (attribute ?X Pressurized)
    (exists (?O ?G ?P1 ?P2 ?PM)
        (and
            (instance ?O SelfConnectedObject)
            (instance ?G Region)
            (not
                (equal ?G ?X))
            (connected ?X ?O)
            (connected ?G ?O)
            (measure ?G
                (MeasureFn ?P1 ?PM))
            (measure ?X
                (MeasureFn ?P2 ?PM))
            (instance ?PM UnitOfAtmosphericPressure)
            (greaterThan ?P2 ?P1))))
Cars.kif 403-416 If pressurized is an attribute of X, then there exist Y, Z,, , W,, , V and U such that Y is an instance of self connected object and Z is an instance of region and equal Z and X and X is connected to Y and Z is connected to Y and the measure of Z is W U(s) and the measure of X is V U(s) and U is an instance of unit of atmospheric pressure and V is greater than W
(=>
    (instance ?X PartInspection)
    (hasPurpose ?X
        (exists (?O ?P)
            (and
                (instance ?O SelfConnectedObject)
                (patient ?X ?O)
                (instance ?P Proposition)
                (refers ?P ?O)
                (modalAttribute
                    (conforms ?O ?P) Necessity)))))
Economy.kif 2067-2077 If X is an instance of part inspection, then X has the purpose there exist Y, Z such that Y is an instance of self connected object, Y is a patient of X, Z is an instance of proposition, Z includes a reference to Y, and the statement Y conforms to Z has the modal force of necessity
(=>
    (instance ?P ProductAssembly)
    (exists (?O ?Q ?W)
        (and
            (patient ?P ?O)
            (patient ?P ?Q)
            (not
                (equal ?O ?Q))
            (instance ?O SelfConnectedObject)
            (instance ?Q SelfConnectedObject)
            (part ?O ?W)
            (part ?Q ?W)
            (instance ?W Artifact)
            (result ?P ?W))))
Economy.kif 2144-2157 If X is an instance of Product assembly, then All of the following hold: (1) there exist Y, Z (2) W such that Y is a patient of X (3) Z is a patient of X (4) equal Y (5) Z (6) Y is an instance of self connected object (7) Z is an instance of self connected object (8) Y is a part of W (9) Z is a part of W (10) W is an instance of artifact (11) W is a result of X
(=>
    (and
        (instance ?P ThreeDPrinting)
        (instance ?O Artifact)
        (result ?P ?O))
    (exists (?A ?X ?B ?Y)
        (and
            (instance ?A Making)
            (subProcess ?A ?P)
            (instance ?X SelfConnectedObject)
            (part ?X ?O)
            (result ?A ?X)
            (instance ?B Making)
            (subProcess ?B ?P)
            (instance ?Y SelfConnectedObject)
            (part ?Y ?O)
            (overlapsSpatially ?X ?Y)
            (orientation ?X ?Y Below)
            (during
                (WhenFn ?A)
                (WhenFn ?P))
            (during
                (WhenFn ?B)
                (WhenFn ?P))
            (earlier
                (WhenFn ?A)
                (WhenFn ?B)))))
QoSontology.kif 537-563 If X is an instance of 3D printing, Y is an instance of artifact, and Y is a result of X, then All of the following hold: (1) there exist Z, W,, , V (2) U such that Z is an instance of making (3) Z is a subprocess of X (4) W is an instance of self connected object (5) W is a part of Y (6) W is a result of Z (7) V is an instance of making (8) V is a subprocess of X (9) U is an instance of self connected object (10) U is a part of Y (11) W (12) U overlapsSpatially (13) W is below to U (14) the time of existence of Z takes place during the time of existence of X (15) the time of existence of V takes place during the time of existence of X (16) the time of existence of Z happens earlier than the time of existence of V


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 is open source software produced by Articulate Software and its partners