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

Formal Language: 



KB Term:  Term intersection
English Word: 

  DeviceNormal

Sigma KEE - DeviceNormal
DeviceNormal(device normal)

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


(documentation DeviceNormal EnglishLanguage "An Attribute stating that the Device has not be subject to Damaging, at least not without a Repairing, and can function as to its intended hasPurpose.") Mid-level-ontology.kif 29413-29415
(instance DeviceNormal InternalAttribute) Mid-level-ontology.kif 29412-29412 Device normal is an instance of internal attribute

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


(contraryAttribute DeviceDamaged DeviceNormal) Mid-level-ontology.kif 29438-29438 Device damaged is the opposite of device normal
(termFormat EnglishLanguage DeviceNormal "device normal") domainEnglishFormat.kif 64763-64763

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


(=>
    (and
        (attribute ?D DeviceNormal)
        (hasPurpose ?D ?F))
    (modalAttribute ?F Possibility))
Mid-level-ontology.kif 29431-29435
(=>
    (and
        (instance ?VD VehicleDoor)
        (attribute ?VD DeviceNormal))
    (and
        (capability Opening patient ?VD)
        (capability Closing patient ?VD)))
Mid-level-ontology.kif 29402-29408
(=>
    (attribute ?D DeviceNormal)
    (not
        (exists (?DAM)
            (and
                (instance ?DAM Damaging)
                (patient ?DAM ?D)
                (not
                    (exists (?R)
                        (and
                            (instance ?R Repairing)
                            (patient ?R ?D)
                            (earlier
                                (WhenFn ?DAM)
                                (WhenFn ?R)))))))))
Mid-level-ontology.kif 29417-29429


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


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