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


KB Term:  Term intersection
English Word: 

Sigma KEE - FlammableSolid
FlammableSolid(flammable solid)

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


(documentation FlammableSolid EnglishLanguage "FlammableSolid is a solid that can be easily ignited and cause fires.") Transportation.kif 4160-4161
(instance FlammableSolid HazardousMaterialTransportAttribute) Transportation.kif 4159-4159 Flammable solid is an instance of hazardous material transport attribute

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


(termFormat EnglishLanguage FlammableSolid "flammable solid") Transportation.kif 4162-4162

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


(=>
    (and
        (attribute ?G ?H)
        (instance ?G Substance)
        (instance ?H HazardousMaterialTransportAttribute)
        (not
            (attribute ?G HazardousExplosives))
        (not
            (attribute ?G HazardousGases))
        (not
            (attribute ?G FlammableLiquid))
        (not
            (attribute ?G FlammableSolid))
        (not
            (attribute ?G OxidizingSubstance))
        (not
            (attribute ?G ToxicandInfectiousSubstance))
        (not
            (attribute ?G RadioactiveSubstance))
        (not
            (attribute ?G CorrosiveSubstance)))
    (equal ?H HazardousMiscellaneous))
Transportation.kif 4326-4339
(=>
    (attribute ?G FlammableSolid)
    (and
        (instance ?G Substance)
        (attribute ?G Solid)
        (attribute ?G Flammable)))
Transportation.kif 4164-4169


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