![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| OxygenSensor(oxygen sensor) |
| appearance as argument number 1 |
|
|
| (subclass OxygenSensor MeasuringDevice) | Cars.kif 3225-3225 | Oxygen sensor is a subclass of measuring device |
| (documentation OxygenSensor EnglishLanguage "A sensor that measures Oxygen. Typically it is to measure the Exhaust of an Automobile. More oxygen signals a lean fuel mixture, and less a rich one.") | Cars.kif 3226-3228 | Oxygen sensor is a subclass of measuring device |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage OxygenSensor "oxygen sensor") | domainEnglishFormat.kif 65285-65285 |
| antecedent |
|
|
| (=> (instance ?OS OxygenSensor) (hasPurpose ?OS (exists (?O ?M) (and (instance ?O Oxygen) (instance ?M Measuring) (patient ?M ?O) (instrument ?M ?OS))))) |
Cars.kif 3230-3238 | If X is an instance of oxygen sensor, then X has the purpose there exist Y, Z such that Y is an instance of oxygen, Z is an instance of measuring, Y is a patient of Z, and X is an instrument for Z |