(=>
(and
(breathingRate ?H ?T ?R)
(instance ?T Minute)
(not
(exists (?R)
(and
(instance ?R RecreationOrExercise)
(agent ?R ?H)
(during ?T
(WhenFn ?R)))))
(holdsDuring ?T
(attribute ?H HumanAdult))
(or
(greaterThan ?R 16)
(lessThan ?R 12)))
(holdsDuring ?T
(not
(attribute ?H Healthy)))) |
Medicine.kif 355-373 |
|
(=>
(and
(instance ?ADULT HumanAdult)
(height ?ADULT
(MeasureFn ?HEIGHT Inch)))
(not
(greaterThan ?HEIGHT 120.0))) |
Mid-level-ontology.kif 204-210 |
|
(=>
(and
(instance ?GRP GroupOfPeople)
(member ?ADULT ?GRP)
(member ?BABY ?GRP)
(instance ?BABY HumanBaby)
(instance ?ADULT HumanAdult)
(instance ?CRIB Crib))
(inScopeOfInterest ?ADULT ?CRIB)) |
Hotel.kif 1270-1278 |
|
(=>
(and
(instance ?H HumanAdult)
(measure ?H
(MeasureFn ?N Pounds)))
(and
(bloodVolume ?H
(MeasureFn ?N2 Liter))
(equal ?N2
(DivisionFn
(MultiplicationFn ?N 0.07) 2.33)))) |
Medicine.kif 5901-5910 |
|
(=>
(holdsDuring ?TIME
(and
(instance ?ADULT HumanAdult)
(age ?ADULT
(MeasureFn ?NUMBER YearDuration))))
(greaterThanOrEqualTo ?NUMBER 18)) |
Mid-level-ontology.kif 186-192 |
|
(=>
(holdsDuring ?TIME
(instance ?ADULT HumanAdult))
(holdsDuring ?TIME
(developmentalForm ?ADULT FullyFormed))) |
Mid-level-ontology.kif 220-224 |
|
(=>
(holdsDuring ?TIME
(instance ?H HumanAdult))
(exists (?AGE)
(and
(holdsDuring ?TIME
(age ?H ?AGE))
(instance ?AGE
(IntervalFn
(MeasureFn 18 YearDuration)
(MeasureFn 120 YearDuration)))))) |
Mid-level-ontology.kif 194-202 |
|