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



KB Term:  Term intersection
English Word: 

Sigma KEE - material
material

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


(instance material BinaryPredicate) Merge.kif 986-986 material is an instance of binary predicate
(domainSubclass material 1 Substance) Merge.kif 987-987 The number 1 argument of material is a subclass of substance
(domain material 2 CorpuscularObject) Merge.kif 988-988 The number 2 argument of material is an instance of corpuscular object
(documentation material EnglishLanguage "(material ?SUBSTANCE ?OBJECT) means that ?OBJECT is structurally made up in part of ?SUBSTANCE. This relation encompasses the concepts of 'composed of', 'made of', and 'formed of'. For example, plastic is a material of my computer monitor. Compare part and its subrelations, viz component and piece.") Merge.kif 990-994 The number 2 argument of material is an instance of corpuscular object

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


(subrelation ingredient material) Merge.kif 1281-1281 ingredient is a subrelation of material
(termFormat EnglishLanguage material "material") domainEnglishFormat.kif 36455-36455 ingredient is a subrelation of material
(termFormat ChineseTraditionalLanguage material "材料") domainEnglishFormat.kif 36456-36456 ingredient is a subrelation of material
(termFormat ChineseLanguage material "材料") domainEnglishFormat.kif 36457-36457 ingredient is a subrelation of material
(format EnglishLanguage material "%2 is %n made of %1") english_format.kif 152-152 ingredient is a subrelation of material

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


(=>
    (and
        (instance ?E Exhaust)
        (material Fuel ?E)
        (instance ?T Transfer)
        (instance ?ENG Engine)
        (origin ?T ?ENG)
        (instance ?CC CatalyticConverter)
        (destination ?T ?CC)
        (objectTransferred ?T ?E))
    (hasPurpose ?CC
        (exists (?C)
            (and
                (instance ?C Combustion)
                (instrument ?C ?CC)
                (patient ?C ?E)
                (eventLocated ?C ?CC)))))
Cars.kif 1604-1620 If All of the following hold: (1) X is an instance of exhaust (2) X is made of fuel (3) Y is an instance of transfer (4) Z is an instance of engine (5) Y originates at Z (6) W is an instance of catalytic converter (7) Y ends up at W (8) the object transferred in Y is X, then W has the purpose there exists V such that V is an instance of burning, W is an instrument for V, X is a patient of V, and V is located at W
(=>
    (and
        (instance ?SKI SnowSki)
        (material ?MAT ?SKI))
    (or
        (subclass ?MAT Metal)
        (subclass ?MAT Wood)
        (subclass ?MAT Plastic)))
Sports.kif 1068-1075 If X is an instance of ski and X is made of Y, then At least one of the following holds: (1) Y is a subclass of metal (2) Y is a subclass of wood (3) Y is a subclass of plastic

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


(=>
    (instance ?OBJ CorpuscularObject)
    (exists (?SUBSTANCE1 ?SUBSTANCE2)
        (and
            (subclass ?SUBSTANCE1 Substance)
            (subclass ?SUBSTANCE2 Substance)
            (material ?SUBSTANCE1 ?OBJ)
            (material ?SUBSTANCE2 ?OBJ)
            (not
                (equal ?SUBSTANCE1 ?SUBSTANCE2)))))
Merge.kif 1304-1312 If X is an instance of corpuscular object, then All of the following hold: (1) there exist Y (2) Z such that Y is a subclass of substance (3) Z is a subclass of substance (4) X is made of Y (5) X is made of Z (6) equal Y (7) Z
(=>
    (instance ?B Bone)
    (material BoneTissue ?B))
Merge.kif 15499-15501 If X is an instance of bone, then X is made of bone tissue
(=>
    (instance ?G Gland)
    (material EpithelialTissue ?G))
Merge.kif 15515-15517 If X is an instance of gland, then X is made of epithelial tissue
(=>
    (instance ?M Muscle)
    (material MuscleTissue Muscle))
Merge.kif 15527-15529 If X is an instance of muscle, then muscle is made of muscle tissue
(=>
    (instance ?SHOT FirearmShot)
    (exists (?C ?P ?CLASS ?X)
        (and
            (instance ?C CollectionOfObjects)
            (member ?P ?C)
            (instance ?P ?CLASS)
            (subclass ?CLASS SphericalObject)
            (approximateDiameter ?P
                (MeasureFn ?X Millimeter))
            (modalAttribute
                (and
                    (material ?CLASS Lead)
                    (lessThan ?X 10)) Likely))))
Mid-level-ontology.kif 1147-1160 If X is an instance of firearm shot, then there exist Y, Z,, , W and V such that Y is an instance of collection and Z is a member of Y and Z is an instance of W and W is a subclass of spherical object and the approximate diameter of Z is V millimeter(s) and the statement lead is made of W and V is less than 10 has the modal force of likely
(=>
    (instance ?S Spear)
    (modalAttribute
        (material Metal ?S) Likely))
Mid-level-ontology.kif 1247-1250 If X is an instance of spear, then the statement X is made of metal has the modal force of likely
(=>
    (instance ?S Strap)
    (modalAttribute
        (material Fabric ?S) Likely))
Mid-level-ontology.kif 1750-1752 If X is an instance of strap, then the statement X is made of fabric has the modal force of likely
(=>
    (instance ?CANDLE Candle)
    (material Wax ?CANDLE))
Mid-level-ontology.kif 3653-3655 If X is an instance of candle, then X is made of wax
(=>
    (instance ?COIN CurrencyCoin)
    (exists (?METAL)
        (and
            (subclass ?METAL Metal)
            (material ?METAL ?COIN))))
Mid-level-ontology.kif 4246-4251 If X is an instance of coin, then there exists Y such that Y is a subclass of metal and X is made of Y
(=>
    (instance ?WIRE Wire)
    (material Metal ?WIRE))
Mid-level-ontology.kif 4258-4260 If X is an instance of wire, then X is made of metal
(=>
    (instance ?S String)
    (material Fabric ?S))
Mid-level-ontology.kif 4301-4303 If X is an instance of string, then X is made of fabric
(=>
    (instance ?X Hammock)
    (and
        (material Fabric ?X)
        (exists (?POLE1 ?POLE2 ?GROUND)
            (and
                (orientation ?POLE1 ?POLE2 Near)
                (connected ?POLE1 ?X)
                (connected ?POLE2 ?X)
                (instance ?GROUND LandArea)
                (located ?X ?GROUND)
                (orientation ?X ?GROUND Above)))))
Mid-level-ontology.kif 4604-4615 If X is an instance of hammock, then X is made of fabric and All of the following hold: (1) there exist Y, Z (2) W such that Y is near to Z (3) Y is connected to X (4) Z is connected to X (5) W is an instance of land area (6) X is located at W (7) X is above to W
(=>
    (instance ?X BedLinen)
    (material Fabric ?X))
Mid-level-ontology.kif 4773-4775 If X is an instance of bed linen, then X is made of fabric
(=>
    (instance ?B Basket)
    (material Wicker ?B))
Mid-level-ontology.kif 5111-5113 If X is an instance of basket, then X is made of wicker
(=>
    (instance ?B Brick)
    (material Clay ?B))
Mid-level-ontology.kif 5367-5369 If X is an instance of brick, then X is made of clay
(=>
    (instance ?F CottonFabric)
    (material Cotton ?F))
Mid-level-ontology.kif 6581-6583 If X is an instance of cotton fabric, then X is made of cotton
(=>
    (instance ?SI SolderingIron)
    (exists (?X)
        (and
            (part ?X ?SI)
            (material Metal ?X))))
Mid-level-ontology.kif 6772-6777 If X is an instance of soldering iron, then there exists Y such that Y is a part of X and Y is made of metal
(=>
    (equal
        (MeasureFn ?X PoundForce)
        (JankaHardnessFn ?CLASS))
    (modalAttribute
        (exists (?T ?W ?P ?B ?H ?S)
            (and
                (instance ?T ?CLASS)
                (part ?W ?T)
                (instance ?W Wood)
                (instance ?P Pushing)
                (destination ?P ?W)
                (instance ?B Ball)
                (material ?B Steel)
                (patient ?P ?B)
                (sphereRadius ?B
                    (MeasureFn 5.64 Millimeter))
                (result ?P ?H)
                (instance ?H HoleRegion)
                (part ?H ?W)
                (surface ?S ?W)
                (distance ?S ?H
                    (MeasureFn 5.64 Millimeter))
                (measure ?P
                    (MeasureFn ?X PoundForce)))) Likely))
Mid-level-ontology.kif 10569-10592 If equal X pound force(s) and The Janka Hardness of Y is, then the statement there exist Z, W,, , V,, , U,, , T and S such that Z is an instance of Y and W is a part of Z and W is an instance of wood and V is an instance of pushing and V ends up at W and U is an instance of ball and steel is made of U and U is a patient of V and the radius of U is 5.64 millimeter(s) and T is a result of V and T is an instance of hole and T is a part of W and S is a surface of W and the distance between S and T is 5.64 millimeter(s) and the measure of V is X pound force(s) has the modal force of likely
(=>
    (instance ?X BotanicalTree)
    (material Wood ?X))
Mid-level-ontology.kif 10970-10972 If X is an instance of botanical tree, then X is made of wood
(=>
    (instance ?NC NerveCell)
    (material NervousTissue ?NC))
Mid-level-ontology.kif 12210-12212 If X is an instance of nerve cell, then X is made of nervous tissue
(=>
    (instance ?H Heart)
    (material InvoluntaryMuscle ?H))
Mid-level-ontology.kif 12835-12837 If X is an instance of heart, then X is made of involuntary muscle
(=>
    (instance ?C HolidayCard)
    (material Paper ?C))
Mid-level-ontology.kif 16478-16480 If X is an instance of holiday card, then X is made of paper
(=>
    (instance ?C PlayingCard)
    (material Paper ?C))
Mid-level-ontology.kif 18747-18749 If X is an instance of playing card, then X is made of paper
(=>
    (instance ?IRON FabricIron)
    (exists (?BASE)
        (and
            (bottom ?BASE ?IRON)
            (material Metal ?BASE)
            (attribute ?BASE Flat))))
Mid-level-ontology.kif 27509-27515 If X is an instance of iron, then there exists Y such that the bottom of X is Y, Y is made of metal, and flat is an attribute of Y
(=>
    (instance ?X ElectricalPlug)
    (material Metal ?X))
Mid-level-ontology.kif 28507-28509 If X is an instance of electrical plug, then X is made of metal

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25


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