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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - Steel
Steel(steel)steel

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


(documentation Steel EnglishLanguage "A MetallicAlloy made from Iron and other elements.") Mid-level-ontology.kif 9702-9702
(subclass Steel MetallicAlloy) Mid-level-ontology.kif 9701-9701 Steel is a subclass of metallic alloy

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


(termFormat ChineseLanguage Steel "钢") domainEnglishFormat.kif 55263-55263
(termFormat ChineseTraditionalLanguage Steel "鋼") domainEnglishFormat.kif 55262-55262
(termFormat EnglishLanguage Steel "steel") domainEnglishFormat.kif 55261-55261

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


(=>
    (instance ?STEEL Steel)
    (exists (?IRON)
        (and
            (instance ?IRON Iron)
            (part ?IRON ?STEEL))))
Mid-level-ontology.kif 9704-9709

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


(=>
    (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 9964-9987
(=>
    (instance ?R Rusting)
    (exists (?I ?O)
        (and
            (patient ?R ?I)
            (or
                (instance ?I Iron)
                (instance ?I Steel))
            (result ?R ?O)
            (instance ?O Rust))))
Transportation.kif 4285-4294


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