![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| hearingAcuity |
| appearance as argument number 1 |
|
|
| (instance hearingAcuity TernaryPredicate) | Medicine.kif 1719-1719 | visual acuity is an instance of ternary predicate |
| (domain hearingAcuity 1 Human) | Medicine.kif 1720-1720 | The number 1 argument of visual acuity is an instance of human |
| (domain hearingAcuity 2 ConstantQuantity) | Medicine.kif 1721-1721 | The number 2 argument of visual acuity is an instance of constant quantity |
| (domain hearingAcuity 3 ConstantQuantity) | Medicine.kif 1722-1722 | The number 3 argument of visual acuity is an instance of constant quantity |
| (documentation hearingAcuity EnglishLanguage "A Measuring of auditory acuity defined as the ability to hear frequencies from 250 to 8000 Hertz at a certain sound pressure level.") | Medicine.kif 1733-1735 | The number 3 argument of visual acuity is an instance of constant quantity |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage hearingAcuity "visual acuity") | Medicine.kif 1730-1730 | |
| (format EnglishLanguage hearingAcuity "%1 can hear frequency of %2 at %3 decibels") | Medicine.kif 1731-1731 |
| antecedent |
|
|
| consequent |
|
|
| (=> (and (instance ?MT MusicalTone) (soundFrequency ?MT (MeasureFn ?FREQ Hertz)) (loudness ?MT (MeasureFn ?LLB Decibel)) (located ?MT (WhereFn ?H (BeginFn (WhenFn ?MT)))) (greaterThan ?LLIMIT ?LLB) (greaterThan ?LLB ?ULIMIT) (greaterThan ?FREQ 250) (greaterThan 8000 ?FREQ) (instance ?H Human) (instance ?L Listening) (agent ?L ?H)) (hearingAcuity ?H (MeasureFn ?LLIMIT Decibel) (MeasureFn ?ULIMIT Decibel))) |
Medicine.kif 1737-1757 | If All of the following hold: (1) X is an instance of musical tone (2) the frequency of X is Y hertz(s) (3) the sound of X is Z dB(A)(s) (4) X is located at the place where W was at the beginning of the time of existence of X (5) V is greater than Z (6) Z is greater than U (7) Y is greater than 250 (8) 8000 is greater than Y (9) W is an instance of human (10) T is an instance of listening (11) W is an agent of T, then W can hear frequency of V dB(A)(s) at U dB(A)(s) decibels |