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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - RadioactiveSubstance
RadioactiveSubstance

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


(documentation RadioactiveSubstance EnglishLanguage "RadioactiveSubstance is a material that emits radiation and can be harmful to one’s health.") Transportation.kif 4228-4229
(instance RadioactiveSubstance HazardousMaterialTransportAttribute) Transportation.kif 4227-4227

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


(termFormat EnglishLanguage RadioactiveSubstance "radioactive substance") Transportation.kif 4230-4230

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 4328-4341
(=>
    (and
        (attribute ?G RadioactiveSubstance)
        (instance ?G Substance))
    (exists (?R)
        (and
            (instance ?R RadiatingNuclear)
            (origin ?R ?G))))
Transportation.kif 4232-4239


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