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



KB Term:  Term intersection
English Word: 

Sigma KEE - MetallicAlloy
MetallicAlloy(metallic alloy)fusible_metal, hard_solder, silver_solder, soft_solder, solder

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


(subclass MetallicAlloy Mixture) Mid-level-ontology.kif 10280-10280 Metallic alloy is a subclass of mixture
(documentation MetallicAlloy EnglishLanguage "A Mixture of two or more Metals, and possibly nonmetallic elements as well. For example, steel is an alloy containing iron and manganese.") Mid-level-ontology.kif 10281-10283 Metallic alloy is a subclass of mixture
(roomTempState MetallicAlloy Solid) Mid-level-ontology.kif 34068-34068 room temperature state metallic alloy and solid

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


(subclass Steel MetallicAlloy) Mid-level-ontology.kif 10295-10295 Steel is a subclass of metallic alloy
(subclass Brass MetallicAlloy) Mid-level-ontology.kif 10305-10305 Brass is a subclass of metallic alloy
(termFormat EnglishLanguage MetallicAlloy "metallic alloy") domainEnglishFormat.kif 37265-37265 Brass is a subclass of metallic alloy
(termFormat ChineseTraditionalLanguage MetallicAlloy "金屬合金") domainEnglishFormat.kif 37266-37266 Brass is a subclass of metallic alloy
(termFormat ChineseLanguage MetallicAlloy "金属合金") domainEnglishFormat.kif 37267-37267 Brass is a subclass of metallic alloy

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


(=>
    (instance ?ALLOY MetallicAlloy)
    (exists (?METAL1 ?METAL2)
        (and
            (instance ?METAL1 Metal)
            (instance ?METAL2 Metal)
            (not
                (equal ?METAL1 ?METAL2))
            (part ?METAL1 ?ALLOY)
            (part ?METAL2 ?ALLOY))))
Mid-level-ontology.kif 10285-10293 If X is an instance of metallic alloy, then All of the following hold: (1) there exist Y (2) Z such that Y is an instance of metal (3) Z is an instance of metal (4) equal Y (5) Z (6) Y is a part of X (7) Z is a part of X

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


(=>
    (and
        (instance ?S Soldering)
        (patient ?S ?OBJ1)
        (patient ?S ?OBJ2)
        (not
            (equal ?OBJ1 ?OBJ2)))
    (exists (?A)
        (and
            (instance ?A MetallicAlloy)
            (connects ?A ?OBJ1 ?OBJ2))))
Mid-level-ontology.kif 6749-6758 If X is an instance of soldering, Y is a patient of X, Z is a patient of X, and equal Y and Z, then there exists W such that W is an instance of metallic alloy, W connects Y, and Z


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