(=>
(and
(instance ?LIST MeasuringList)
(inList ?M ?LIST))
(instance ?M Measuring)) |
Weather.kif 1699-1703 |
|
(=>
(and
(instance ?O Odometer)
(instance ?V Vehicle)
(part ?O ?V)
(instance ?T Translocation)
(instrument ?T ?V)
(path ?T ?P)
(distanceOnPath
(MeasureFn ?D ?U) ?P)
(instance ?U LengthMeasure))
(hasPurpose ?O
(exists (?M ?L ?DIST ?U)
(and
(instance ?M Measuring)
(instrument ?M ?O)
(measurementReading ?O ?DIST)
(inList ?D ?L)
(holdsDuring
(WhenFn
(EndFn ?M))
(and
(equal ?DIST
(MeasureFn
(ListSumFn ?L) ?U))
(not
(attribute ?O ResetMeasuringDevice)))))))) |
Cars.kif 2969-2995 |
|
(=>
(and
(locationMeasuringList ?LIST ?PLACE)
(inList ?M ?LIST))
(and
(instance ?M Measuring)
(eventLocated ?M ?PLACE))) |
Weather.kif 1752-1758 |
|
(=>
(instance ?AC AlarmClock)
(hasPurpose ?AC
(exists (?TIME ?M ?Q)
(and
(instance ?M Measuring)
(agent ?M ?AC)
(result ?M ?Q)
(equal ?Q ?TIME)
(holdsDuring
(WhenFn ?M)
(exists (?S)
(and
(instance ?S RadiatingSound)
(agent ?S ?AC)))))))) |
Mid-level-ontology.kif 25818-25832 |
|
(=>
(instance ?DEVICE MeasuringDevice)
(hasPurpose ?DEVICE
(exists (?MEASURE)
(and
(instance ?MEASURE Measuring)
(instrument ?MEASURE ?DEVICE))))) |
Merge.kif 16076-16082 |
|
(=>
(instance ?FG FeelerGauge)
(hasPurpose ?FG
(exists (?TP ?M)
(and
(instance ?M Measuring)
(instance ?TP TactilePerception)
(subProcess ?TP ?M)
(instrument ?M ?FG))))) |
Cars.kif 2779-2787 |
|
(=>
(instance ?H Hydrometer)
(hasPurpose ?H
(exists (?M ?S)
(and
(instance ?M Measuring)
(instance ?S Substance)
(attribute ?S Liquid)
(patient ?M ?S)
(instrument ?M ?H))))) |
Cars.kif 3109-3118 |
|
(=>
(instance ?MAS MassAirflowSensor)
(hasPurpose ?MAS
(exists (?T ?M ?A)
(and
(instance ?T Transfer)
(instance ?A Air)
(patient ?T ?A)
(instance ?M Measuring)
(patient ?M ?A)
(instrument ?M ?MAS))))) |
Cars.kif 3363-3373 |
|
(=>
(instance ?OS OxygenSensor)
(hasPurpose ?OS
(exists (?O ?M)
(and
(instance ?O Oxygen)
(instance ?M Measuring)
(patient ?M ?O)
(instrument ?M ?OS))))) |
Cars.kif 3400-3408 |
|
(=>
(instance ?PO PulseOximeter)
(hasPurpose ?PO
(exists (?M ?A ?P)
(and
(instance ?M Measuring)
(instrument ?M ?PO)
(agent ?M ?A)
(patient ?M ?P)
(instance ?PO PulseOximeter))))) |
Medicine.kif 1271-1280 |
|
(=>
(instance ?R RTPCRTest)
(hasPurpose ?R
(exists (?M ?A ?T ?MEAS)
(and
(instance ?M Measuring)
(patient ?M ?RNA)
(instance ?RNA RNAMolecule)
(holdsDuring ?T
(measure ?RNA ?MEAS))
(knows ?A
(holdsDuring ?T
(measure ?RNA ?MEAS))))))) |
Medicine.kif 1575-1587 |
|
(=>
(instance ?S Speedometer)
(hasPurpose ?S
(exists (?V ?T ?SPEED ?DIST ?TIME ?M)
(and
(instance ?V Vehicle)
(part ?S ?V)
(instance ?T Translocation)
(instrument ?T ?V)
(measure ?T ?SPEED)
(equal ?SPEED
(SpeedFn ?DIST ?TIME))
(instance ?M Measuring)
(instrument ?M ?S)
(measurementReading ?M ?SPEED))))) |
Cars.kif 3017-3031 |
- If a physical is an instance of speedometer,
- then the physical has the purpose there exist an entity, another entity,, , the physicalPEED,, , a fourth entity,, , the other entityIME and a sixth entity such that the entity is an instance of vehicle and the physical is a part of the entity and the other entity is an instance of translocation and the entity is an instrument for the other entity and the measure of the other entity is the physicalPEED and the physicalPEED is equal to the fourth entity per the other entityIME and the sixth entity is an instance of measuring and the physical is an instrument for the sixth entity and the physicalPEED is a measurement reading of the sixth entity
|
(=>
(instance ?T Tachometer)
(hasPurpose ?T
(exists (?R ?M ?O)
(and
(instance ?R Rotating)
(patient ?R ?O)
(instance ?M Measuring)
(instrument ?M ?T)
(patient ?M ?O))))) |
Cars.kif 4079-4088 |
|