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



KB Term:  Term intersection
English Word: 

  KnockLight

Sigma KEE - KnockLight
KnockLight(knock light)

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


(subclass KnockLight Device) Mid-level-ontology.kif 28384-28384 Knock light is a subclass of device
(documentation KnockLight EnglishLanguage "KnockLight is a type of Device that hasPurpose to flash light when a door knock is made. It is used by the hearing impaired") Mid-level-ontology.kif 28385-28386 Knock light is a subclass of device
(defaultMinimumHeight KnockLight
    (MeasureFn 1 Inch))
DimensioningAmenities.kif 507-507 The minimum expected height of knock light is 1 inch(s)
(defaultMaximumHeight KnockLight
    (MeasureFn 3 Inch))
DimensioningAmenities.kif 508-508 The maximum expected height of knock light is 3 inch(s)
(defaultMinimumWidth KnockLight
    (MeasureFn 2 Inch))
DimensioningAmenities.kif 509-509 The minimum expected width of knock light is 2 inch(s)
(defaultMaximumWidth KnockLight
    (MeasureFn 6 Inch))
DimensioningAmenities.kif 510-510 The maximum expected width of knock light is 6 inch(s)
(defaultMinimumLength KnockLight
    (MeasureFn 4 Inch))
DimensioningAmenities.kif 511-511 The minimum expected length of knock light is 4 inch(s)
(defaultMaximumLength KnockLight
    (MeasureFn 8 Inch))
DimensioningAmenities.kif 512-512 The maximum expected length of knock light is 8 inch(s)
(defaultMinimumMeasure KnockLight
    (MeasureFn 1 PoundMass))
DimensioningAmenities.kif 513-513 The minimum expected value of knock light is 1 pound mass(s)
(defaultMaximumMeasure KnockLight
    (MeasureFn 6 PoundMass))
DimensioningAmenities.kif 514-514 The maximum expected value of knock light is 6 pound mass(s)

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


(termFormat EnglishLanguage KnockLight "knock light") Mid-level-ontology.kif 28387-28387

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


(=>
    (and
        (instance ?KL KnockLight)
        (located ?KL ?ROOM)
        (instance ?ROOM Room)
        (instance ?DOOR Door)
        (part ?DOOR ?ROOM))
    (hasPurpose ?KL
        (exists (?KNOCK ?SOUND ?LIGHT)
            (and
                (instance ?KNOCK Impacting)
                (patient ?KNOCK ?DOOR)
                (causes ?KNOCK ?SOUND)
                (instance ?SOUND RadiatingSound)
                (agent ?SOUND ?DOOR)
                (causes ?SOUND ?LIGHT)
                (instance ?LIGHT RadiatingVisibleLight)
                (instrument ?LIGHT ?KL)))))
Mid-level-ontology.kif 28389-28406 If X is an instance of knock light, X is located at Y, Y is an instance of room, Z is an instance of door, and Z is a part of Y, then All of the following hold: (1) X has the purpose there exist W, V (2) U such that W is an instance of impacting (3) Z is a patient of W (4) W causes V (5) V is an instance of radiating sound (6) Z is an agent of V (7) V causes U (8) U is an instance of radiating visible light (9) X is an instrument for U
(=>
    (and
        (instance ?KL KnockLight)
        (instance ?A Human)
        (attribute ?A Deaf)
        (uses ?KL ?A))
    (hasPurpose ?KL
        (exists (?KNOCK ?DOOR)
            (and
                (instance ?KNOCK Impacting)
                (patient ?KNOCK ?DOOR)
                (instance ?DOOR Door)
                (knows ?A
                    (and
                        (instance ?KNOCK Impacting)
                        (patient ?KNOCK ?DOOR)
                        (instance ?DOOR Door)))))))
Mid-level-ontology.kif 28408-28424 If X is an instance of knock light, Y is an instance of human, deafness is an attribute of Y, and Y uses X, then All of the following hold: (1) X has the purpose there exist Z (2) W such that Z is an instance of impacting (3) W is a patient of Z (4) W is an instance of door (5) Y knows Z is an instance of impacting (6) W is a patient of Z (7) W is an instance of door


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.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners