KnockLight |
appearance as argument number 1 |
(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 26081-26082 | |
(subclass KnockLight Device) | Mid-level-ontology.kif 26080-26080 |
appearance as argument number 2 |
(termFormat EnglishLanguage KnockLight "knock light") | Mid-level-ontology.kif 26083-26083 |
antecedent |
(=> (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 ?KNOCK))))) |
Mid-level-ontology.kif 26104-26116 | |
(=> (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 26085-26102 |