(=>
(and
(attribute ?A AppraisalAsJustTreatment)
(instance ?AJT AppraisalProcess)
(agent ?AJT ?A))
(exists (?P ?A2)
(and
(instance ?P Process)
(refers ?AJT ?P)
(agent ?P ?A2)
(not
(equal ?A ?A2))
(patient ?P ?A)
(wants ?A ?P)))) |
emotion.kif 374-387 |
|
(=>
(and
(attribute ?A AppraisalAsUnjustTreatment)
(instance ?AUJ AppraisalProcess)
(agent ?AUJ ?A))
(exists (?P ?A2)
(and
(instance ?P Process)
(refers ?AUJ ?P)
(agent ?P ?A2)
(not
(equal ?A ?A2))
(patient ?P ?A)
(not
(wants ?A ?P))))) |
emotion.kif 349-363 |
|
(=>
(and
(customer ?CUST ?AGENT)
(propertyAmenity ?AGENT ?PHYS)
(subclass ?PHYS Object)
(instance ?X ?PHYS))
(confersRight
(exists (?PROC)
(and
(instance ?PROC Process)
(or
(resource ?PROC ?X)
(instrument ?PROC ?X)
(patient ?PROC ?X))
(or
(agent ?PROC ?CUST)
(experiencer ?PROC ?CUST)))) ?AGENT ?CUST)) |
Hotel.kif 480-496 |
|
(=>
(and
(functionRoomAmenity ?FR ?PHY)
(instance ?RM ?FR)
(element ?RM
(PropertyFn ?HOTEL))
(instance ?RENT Renting)
(patient ?RENT ?RM)
(agent ?RENT ?HOTEL)
(destination ?RENT ?CUST)
(subclass ?PHY Object))
(modalAttribute
(exists (?O ?P)
(and
(instance ?O ?PHY)
(instance ?P Process)
(or
(resource ?P ?O)
(instrument ?P ?O)
(patient ?P ?O))
(or
(agent ?P ?CUST)
(experiencer ?P ?CUST)))) Possibility)) |
Hotel.kif 784-805 |
|
(=>
(and
(instance ?EV Evacuation)
(origin ?EV ?OR)
(agent ?EV ?A))
(exists (?P)
(and
(instance ?P Process)
(geographicSubregion ?OR
(WhereFn ?P
(BeginFn
(WhenFn ?EV))))
(causes ?P ?EV)
(believes ?A
(attribute ?P Dangerous))))) |
MilitaryProcesses.kif 2496-2510 |
|
(=>
(and
(instance ?EXPERIMENT Experimenting)
(instance ?SUBJECT Human)
(experimentalSubject ?EXPERIMENT ?SUBJECT))
(exists (?PROCESS)
(and
(instance ?PROCESS Process)
(experiencer ?PROCESS ?SUBJECT)
(or
(experimentalControlProcess ?EXPERIMENT ?PROCESS)
(experimentalVariableProcess ?EXPERIMENT ?PROCESS))))) |
UXExperimentalTerms.kif 4127-4138 |
|
(=>
(and
(instance ?TEST MultivariateTest)
(subProcess ?EXPERIMENT1 ?TEST)
(subProcess ?EXPERIMENT2 ?TEST)
(instance ?EXPERIMENT1 Experimenting)
(instance ?EXPERIMENT2 Experimenting)
(instance ?VARIABLE1 Process)
(instance ?VARIABLE2 Process)
(experimentalVariableProcess ?EXPERIMENT1 ?VARIABLE1)
(experimentalVariableProcess ?EXPERIMENT2 ?VARIABLE2))
(exists (?PROCESS)
(and
(instance ?PROCESS Process)
(subProcess ?VARIABLE1 ?PROCESS)
(subProcess ?VARIABLE2 ?PROCESS)
(not
(equal ?VARIABLE1 ?VARIABLE2))))) |
UXExperimentalTerms.kif 4701-4718 |
|
(=>
(and
(instance ?X BreakingRecord)
(agent ?X ?A1))
(exists (?AC ?PC ?P1 ?TP ?ROLE ?L ?Q)
(and
(instance ?AC Set)
(instance ?A1 ?AC)
(subclass ?PC Process)
(subclass ?L Region)
(instance ?TP TimePoint)
(instance ?Q Quantity)
(refers ?X ?Q)
(refers ?Q ?PC)
(playsRoleInEvent ?A1 ?ROLE ?P1)
(eventLocated ?P1 ?L)
(not
(exists (?A2 ?P2)
(and
(instance ?A2 ?AC)
(not
(equal ?A2 ?A1))
(instance ?P2 ?PC)
(holdsDuring
(TimeIntervalFn ?TP
(EndFn
(WhenFn ?X)))
(and
(playsRoleInEvent ?A2 ?ROLE ?P2)
(eventLocated ?P2 ?L))))))))) |
Mid-level-ontology.kif 28228-28257 |
- If a process is an instance of BreakingRecord and an agent is an agent of the process,
- then there exist a set or class, another set or class,, , another process,, , a time point,, , a case role,, , a third set or class and an entity such that the set or class is an instance of set and the agent is an instance of the set or class and the other set or class is a subclass of process and the third set or class is a subclass of region and the time point is an instance of time point and the entity is an instance of quantity and the process includes a reference to the entity and the entity includes a reference to the other set or class and the agent plays role in event the case role for the other process and the other process is located at 2 and there don't exist another entity and a third entity such that the other entity is an instance of the set or class and the other entity is not equal to the agent and the third entity is an instance of the other set or class and the other entity plays role in event the case role for the third entity and the third entity is located at 2 holds during interval between the time point and the end of the time of existence of the process
|
(=>
(and
(instance ?X SurveillanceSystem)
(member ?X ?VIDEO)
(member ?X ?DISPLAY)
(located ?VIDEO ?LOC1)
(instance ?VIDEO Camera)
(located ?DISPLAY ?LOC2)
(not
(equal ?LOC1 ?LOC2))
(instance ?DISPLAY VideoDisplay))
(hasPurpose ?X
(exists (?PROC ?VID ?RL ?CAPTURE)
(and
(instance ?PROC Process)
(eventLocated ?PROC ?LOC1)
(represents ?VID ?PROC)
(instrument ?CAPTURE Camera)
(result ?CAPTURE ?VID)
(instance ?RL RadiatingLight)
(instrument ?RL ?DISPLAY)
(patient ?RL ?VID)
(before
(BeginFn ?PROC)
(BeginFn ?CAPTURE))
(before
(BeginFn ?CAPTURE)
(BeginFn ?RL)))))) |
Mid-level-ontology.kif 25213-25239 |
|
(=>
(and
(issuedBy ?TICKET ?AGENT)
(instance ?TICKET Ticket)
(possesses ?CUST ?TICKET))
(confersNorm ?AGENT
(exists (?T)
(holdsDuring ?T
(exists (?P)
(and
(instance ?P Process)
(agent ?P ?AGENT)
(experiencer ?P ?CUST))))) Permission)) |
Mid-level-ontology.kif 14170-14182 |
|
(=>
(and
(paidRoomAmenity ?ROOM ?OBJ)
(subclass ?OBJ Object))
(=>
(and
(instance ?R ?ROOM)
(stays ?GUEST ?R)
(element ?R
(PropertyFn ?HOTEL))
(instance ?O ?OBJ)
(located ?O ?R)
(instance ?P Process)
(agent ?P ?GUEST)
(or
(located ?P ?O)
(patient ?P ?O)
(instrument ?P ?O)
(resource ?P ?O)))
(and
(price ?P ?PRICE ?HOTEL)
(greaterThan ?PRICE
(MeasureFn 0 UnitedStatesDollar))))) |
Hotel.kif 374-394 |
|
(=>
(attribute ?H NewsReporter)
(exists (?T ?EV)
(and
(instance ?EV Process)
(overlapsTemporally
(WhenFn ?EV)
(WhenFn ?H))
(authors ?H ?T)
(refers ?T ?EV)))) |
Mid-level-ontology.kif 18774-18783 |
|
(=>
(attribute ?ROOM OpenLayout)
(and
(instance ?ROOM Room)
(exists (?R1 ?R2)
(and
(instance ?R1 Region)
(instance ?R2 Region)
(located ?R1 ?ROOM)
(located ?R2 ?ROOM)
(not
(equal ?R1 ?R2))
(orientation ?R1 ?R2 Adjacent)
(exists (?P1 ?P2)
(and
(instance ?P1 Process)
(instance ?P2 Process)
(hasPurpose ?R1 ?P1)
(hasPurpose ?R2 ?P2)))
(=>
(and
(instance ?H Agent)
(located ?H ?R2))
(and
(capability Seeing agent ?H)
(capability Seeing patient ?R1))))))) |
Dining.kif 909-933 |
|
(=>
(attribute ?TEST ABTest)
(exists (?PROCESS)
(and
(instance ?PROCESS Process)
(experimentalControlProcess ?TEST ?PROCESS)))) |
UXExperimentalTerms.kif 4628-4633 |
|
(=>
(attribute ?TEST ABTest)
(exists (?PROCESS)
(and
(instance ?PROCESS Process)
(experimentalVariableProcess ?TEST ?PROCESS)))) |
UXExperimentalTerms.kif 4635-4640 |
|
(=>
(businessUnit ?BU ?ORG)
(hasPurpose ?BU
(exists (?PROCESS)
(and
(instance ?PROCESS Process)
(agent ?PROCESS ?BU)
(benefits ?PROCESS ?ORG))))) |
UXExperimentalTerms.kif 2770-2777 |
|
(=>
(dateUsed ?OBJECT ?DATE ?AGENT)
(exists (?PROCESS)
(and
(instance ?PROCESS Process)
(patient ?PROCESS ?OBJECT)
(agent ?PROCESS ?AGENT)
(uses ?OBJECT ?AGENT)
(overlapsTemporally ?DATE
(WhenFn ?PROCESS))))) |
Mid-level-ontology.kif 1385-1393 |
|
(=>
(exclusiveEvent ?EXP ?PROC)
(exists (?EVP ?AGENT)
(and
(instance ?EVP Process)
(instance ?AGENT Agent)
(treatedUser ?AGENT ?EXP)
(experimentalVariableProcess ?EXP ?EVP)
(experiencer ?PROC ?AGENT)
(experiencer ?EVP ?AGENT)
(earlier
(WhenFn ?EVP)
(WhenFn ?PROC))))) |
UXExperimentalTerms.kif 4548-4558 |
|
(=>
(ingredient ?ING ?FOOD)
(exists (?PROC ?X ?Y)
(and
(instance ?PROC Process)
(instance ?X ?ING)
(patient ?PROC ?X)
(instance ?Y ?FOOD)
(result ?PROC ?Y)))) |
Food.kif 54-62 |
|
(=>
(ingredientAmount ?ING ?FOOD ?AMT)
(exists (?PROC ?X ?Y)
(and
(instance ?X ?ING)
(measure ?X ?AMT)
(instance ?Y ?FOOD)
(instance ?PROC Process)
(patient ?PROC ?X)
(result ?PROC ?Y)))) |
Food.kif 72-81 |
|
(=>
(instance ?A Awarding)
(exists (?RECIPIENT ?GIVER ?PROCESS ?AWARD)
(and
(instance ?RECIPIENT Agent)
(instance ?GIVER Agent)
(instance ?PROCESS Process)
(instance ?AWARD Object)
(agent ?PROCESS ?RECIPIENT)
(agent ?A ?GIVER)
(patient ?A ?AWARD)
(destination ?A ?RECIPIENT)
(causes ?PROCESS ?A)))) |
Mid-level-ontology.kif 16347-16359 |
|
(=>
(instance ?B Burrow)
(exists (?P ?A)
(and
(instance ?P Process)
(agent ?P ?A)
(instance ?A Animal)
(not
(instance ?A Human))
(result ?P ?B)))) |
Geography.kif 5720-5729 |
|
(=>
(instance ?BRD BusinessRequirementDocument)
(exists (?PLAN ?BU ?PROC)
(and
(instance ?PLAN Plan)
(instance ?BU Business)
(instance ?PROC Process)
(represents ?PLAN ?PROC)
(desires ?BU ?PROC)
(containsInformation ?BRD ?PLAN)))) |
UXExperimentalTerms.kif 2803-2812 |
|
(=>
(instance ?CHECK CheckInService)
(exists (?AGENT ?CUST ?GREET ?SERVICE)
(and
(customer ?CUST ?AGENT)
(serviceProvider ?CHECK ?AGENT)
(instance ?GREET Greeting)
(agent ?GREET ?CUST)
(destination ?GREET ?AGENT)
(subProcess ?GREET ?CHECK)
(instance ?SERVICE Process)
(agent ?SERVICE ?AGENT)
(causes ?CHECK ?SERVICE)))) |
Hotel.kif 2100-2112 |
|
(=>
(instance ?CTRL TemperatureControl)
(exists (?DEVICE ?TEMP)
(and
(instance ?DEVICE ElectricDevice)
(part ?CTRL ?DEVICE)
(hasPurpose ?DEVICE
(exists (?PROC ?AREA)
(and
(instance ?AREA Region)
(instance ?PROC Process)
(instrument ?PROC ?CTRL)
(result ?PROC
(airTemperature ?AREA ?TEMP)))))))) |
engineering.kif 1138-1150 |
|
|
Display limited to 25 items. Show next 25 |
|
Display limited to 25 items. Show next 25 |