(=>
(instance ?DRIZZLE Drizzling)
(exists (?CLTN ?R ?SIZE)
(and
(instance ?CLTN Collection)
(instance ?R Water)
(instance ?R LiquidDrop)
(member ?R ?CLTN)
(objectTransferred ?DRIZZLE ?CLTN)
(approximateDiameter ?R
(MeasureFn ?SIZE Millimeter))
(modalAttribute
(lessThanOrEqualTo ?SIZE 0.5) Likely)))) |
Weather.kif 2802-2814 |
|
(=>
(instance ?DROP Raindrop)
(exists (?RAIN)
(and
(instance ?RAIN Rain)
(instance ?RAIN Collection)
(member ?DROP ?RAIN)))) |
Weather.kif 2980-2986 |
|
(=>
(instance ?EXPERIMENT Experimenting)
(exists (?QUALIFYING_EVENTS)
(and
(instance ?QUALIFYING_EVENTS Collection)
(forall (?EVENT)
(=>
(and
(instance ?EVENT Process)
(or
(experimentalControlProcess ?EXPERIMENT ?EVENT)
(experimentalVariableProcess ?EXPERIMENT ?EVENT)))
(member ?EVENT ?QUALIFYING_EVENTS)))
(equal
(QualifyingEventsFn ?EXPERIMENT) ?QUALIFYING_EVENTS)))) |
UXExperimentalTerms.kif 4415-4430 |
|
(=>
(instance ?EXPERIMENT Experimenting)
(exists (?TREATED_USERS)
(and
(instance ?TREATED_USERS Collection)
(forall (?USER)
(=>
(and
(instance ?USER Human)
(treatedUser ?USER ?EXPERIMENT))
(member ?USER ?TREATED_USERS)))
(equal
(TreatedUsersFn ?EXPERIMENT) ?TREATED_USERS)))) |
UXExperimentalTerms.kif 4485-4497 |
|
(=>
(instance ?LGP LargeGroupProcess)
(exists (?G)
(and
(instance ?G Collection)
(member ?M ?G)
(memberType ?G Agent)))) |
Mid-level-ontology.kif 7601-7607 |
|
(=>
(instance ?PROCESS Sleeting)
(exists (?STUFF ?R ?S ?MELT)
(and
(instance ?STUFF Collection)
(objectTransferred ?PROCESS ?STUFF)
(instance ?R Raindrop)
(instance ?S Snowflake)
(member ?R ?STUFF)
(member ?S ?STUFF)
(instance ?MELT Melting)
(subProcess ?MELT ?PROCESS)
(patient ?MELT ?S)))) |
Weather.kif 1157-1169 |
|
(=>
(instance ?RAIN Raining)
(exists (?CLTN ?R)
(and
(instance ?CLTN Collection)
(instance ?R Water)
(instance ?R LiquidDrop)
(member ?R ?CLTN)
(objectTransferred ?RAIN ?CLTN)
(defaultMinimumSphereRadius ?R
(MeasureFn 0.1 Millimeter))
(defaultMaximumSphereRadius ?R
(MeasureFn 9.0 Millimeter))))) |
Weather.kif 1057-1069 |
|
(=>
(instance ?ROOM SelfServiceLaundry)
(exists (?WASHER ?DRYER)
(and
(instance ?WASHER Collection)
(memberType ?WASHER ClothesWashingMachine)
(located ?WASHER ?ROOM)
(instance ?DRYER Collection)
(memberType ?DRYER ClothesDryer)
(located ?DRYER ?ROOM)))) |
Mid-level-ontology.kif 24734-24743 |
|
(=>
(instance ?S Snowflake)
(exists (?SNOW)
(and
(instance ?SNOW Snow)
(instance ?SNOW Collection)
(member ?S ?SNOW)))) |
Weather.kif 3012-3018 |
|
(=>
(instance ?SNOW Snowing)
(exists (?CLTN ?I)
(and
(instance ?CLTN Collection)
(instance ?I Ice)
(attribute ?I MonoCrystalline)
(member ?I ?CLTN)
(objectTransferred ?SNOW ?CLTN)))) |
Weather.kif 1140-1148 |
|
(=>
(instance ?STUFF Hailstone)
(exists (?PROCESS ?CLTN)
(and
(instance ?PROCESS Hailing)
(instance ?CLTN Collection)
(objectTransferred ?PROCESS ?CLTN)
(member ?STUFF ?CLTN)))) |
Weather.kif 3073-3080 |
|
(=>
(instance ?X ElectricalOutlet)
(exists (?HOLE)
(and
(instance ?HOLE Collection)
(memberType ?HOLE Hole)
(part ?HOLE ?X)))) |
Mid-level-ontology.kif 25278-25284 |
|
(=>
(instance ?X ElectricalOutlet)
(hasPurpose ?X
(exists (?POWER ?WIRE)
(and
(instance ?POWER PowerSource)
(instance ?WIRE Collection)
(memberType ?WIRE WireLine)
(connectsEngineeringComponents ?WIRE ?X ?POWER))))) |
Mid-level-ontology.kif 25286-25294 |
|
(=>
(instance ?X HighRise)
(exists (?LEVELS ?NUM)
(and
(instance ?LEVELS Collection)
(forall (?FLR)
(=>
(and
(instance ?FLR BuildingLevel)
(part ?FLR ?X))
(member ?FLR ?LEVELS)))
(memberCount ?LEVELS ?NUM)
(greaterThanOrEqualTo ?NUM 10)))) |
Mid-level-ontology.kif 25871-25883 |
|
(=>
(rainfallIntensity ?AREA ?TIME ?RATE)
(exists (?RAIN ?CLTN ?R ?BUCKET ?TOP ?BOTTOM ?RAINFALL)
(and
(instance ?RAIN Raining)
(eventLocated ?RAIN ?AREA)
(during
(WhenFn ?RAIN) ?TIME)
(instance ?CLTN Collection)
(objectTransferred ?RAIN ?CLTN)
(instance ?R Water)
(member ?R ?CLTN)
(instance ?BUCKET Container)
(bottom ?BOTTOM ?BUCKET)
(attribute ?BOTTOM Flat)
(located ?BUCKET ?AREA)
(holdsDuring
(BeginFn ?TIME)
(attribute ?BUCKET ContainerEmpty))
(holdsDuring
(EndFn ?TIME)
(and
(located ?CLTN ?BUCKET)
(top ?TOP ?CLTN)
(depth ?TOP ?BOTTOM ?RAINFALL)
(equal ?RAINFALL
(MultiplicationFn ?TIME ?RATE))))))) |
Weather.kif 2829-2854 |
- If the rate of rain in a geographic area during a time interval is a function quantity,
- then there exist a transfer, a collection,, , a physical,, , a self connected object,, , an entity,, , another self connected object and the transferFALL such that the transfer is an instance of raining and the transfer is located at 2 and the time of existence of the transfer takes place during the time interval and the collection is an instance of collection and the object transferred in the transfer is the collection and the physical is an instance of water and the physical is a member of the collection and the self connected object is an instance of container and the bottom of the self connected object is the other self connected object and flat is an attribute of the other self connected object and the self connected object is located at the geographic area and container empty is an attribute of the self connected object holds during the beginning of the time interval and the collection is located at the self connected object and the top of the collection is the entity and the depth from the entity to the other self connected object is the transferFALL and the transferFALL is equal to the time interval and the function quantity holds during the end of the time interval
|
(=>
(siteCatalog ?DATABASE ?WEBSITE)
(exists (?PART)
(and
(instance ?PRODUCTS Collection)
(part ?PART ?DATABASE)
(represents ?PART ?PRODUCTS)
(forall (?MEMBER)
(=>
(member ?MEMBER ?PRODUCTS)
(and
(instance ?MEMBER Physical)
(capability
(KappaFn ?BUYING
(and
(instance ?BUYING Buying)
(eCommerceSite ?BUYING ?WEBSITE))) patient ?MEMBER))))))) |
UXExperimentalTerms.kif 2451-2468 |
|
(=>
(subBrand ?BRAND1 ?BRAND2)
(exists (?COLL ?OBJ)
(and
(instance ?COLL Collection)
(represents ?BRAND1 ?COLL)
(member ?OBJ ?COLL)
(represents ?BRAND2 ?OBJ)))) |
Hotel.kif 1313-1320 |
|
(=>
(tTest ?SAMPLE_COLL1 ?SAMPLE_COLL2 ?PROB)
(exists (?POP1 ?POP2 ?EXPERIMENT)
(and
(instance ?POP_COLL1 Collection)
(instance ?POP_COLL2 Collection)
(statisticalPopulation ?SAMPLE_COLL1 ?POP_COLL1 ?EXPERIMENT)
(statisticalPopulation ?SAMPLE_COLL2 ?POP_COLL2 ?EXPERIMENT)
(equal ?PROB
(ProbabilityFn
(equal ?POP1 ?POP2)))))) |
UXExperimentalTerms.kif 751-761 |
|
(=>
(userDatabase ?DATABASE ?WEBSITE)
(exists (?PART)
(and
(instance ?USERS Collection)
(part ?PART ?DATABASE)
(represents ?PART ?USERS)
(forall (?MEMBER)
(=>
(member ?MEMBER ?USERS)
(and
(instance ?MEMBER Agent)
(exists (?ACCESSING ?PAGE)
(and
(instance ?ACCESSING AccessingWebPage)
(instance ?PAGE WebPage)
(patient ?ACCESSING Page)
(agent ?ACCESSING Agent)
(component ?PAGE ?WEBSITE))))))))) |
UXExperimentalTerms.kif 2382-2400 |
|