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

Formal Language: 



KB Term:  Term intersection
English Word: 

  DeviceNormal

Sigma KEE - DeviceNormal
DeviceNormal

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 29401-29403
(instance DeviceNormal InternalAttribute) Mid-level-ontology.kif 29400-29400 DeviceNormal and InternalAttribute

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


(contraryAttribute DeviceDamaged DeviceNormal) Mid-level-ontology.kif 29426-29426 相反的屬性 DeviceDamaged and DeviceNormal
(termFormat EnglishLanguage DeviceNormal "device normal") domainEnglishFormat.kif 64763-64763

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


(=>
    (and
        (attribute ?D DeviceNormal)
        (hasPurpose ?D ?F))
    (modalAttribute ?F Possibility))
Mid-level-ontology.kif 29419-29423
(=>
    (and
        (instance ?VD VehicleDoor)
        (attribute ?VD DeviceNormal))
    (and
        (capability Opening patient ?VD)
        (capability Closing patient ?VD)))
Mid-level-ontology.kif 29390-29396
(=>
    (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 29405-29417


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