(=>
(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 504-520 |
|
(=>
(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 815-836 |
|
(=>
(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 2550-2564 |
|
(=>
(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 3922-3933 |
|
(=>
(and
(instance ?HP HearingProtection)
(instance ?PERSON Human)
(wears ?PERSON ?HP))
(hasPurpose ?HP
(exists (?PROC ?INJ ?I)
(and
(instance ?PROC Process)
(subclass ?INJ
(KappaFn ?I
(and
(instance ?I Injuring)
(exists (?SOUND ?HEAR ?HUMAN ?T)
(and
(instance ?SOUND RadiatingSound)
(instance ?HEAR Hearing)
(instance ?HUMAN Human)
(patient ?HEAR ?SOUND)
(experiencer ?HEAR ?HUMAN)
(causes ?HEAR ?I)
(experiencer ?I ?HUMAN)
(=>
(holdsDuring ?T
(experiencer ?I ?PERSON))
(not
(holdsDuring ?T
(patient ?PROC ?PERSON)))))))))
(prevents ?PROC ?INJ)
(instrument ?PROC ?HP))))) |
Cars.kif 3508-3537 |
|
(=>
(and
(instance ?SH SafetyHarness)
(instance ?PERSON Animal)
(wears ?PERSON ?SH))
(hasPurpose ?SH
(exists (?PROC ?INJ ?I)
(and
(instance ?PROC Process)
(instrument ?PROC ?SH)
(patient ?PROC ?PERSON)
(subclass ?INJ
(KappaFn ?I
(and
(instance ?I Injuring)
(exists (?F ?H ?T)
(and
(instance ?H Human)
(experiencer ?I ?H)
(instance ?F Falling)
(experiencer ?F ?H)
(causes ?F ?I)
(=>
(holdsDuring ?T
(experiencer ?I ?PERSON))
(not
(holdsDuring ?T
(patient ?PROC ?PERSON)))))))))
(prevents ?PROC ?INJ))))) |
Cars.kif 3450-3478 |
|
(=>
(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 4500-4517 |
|
(=>
(and
(instance ?TEXT DeathCertificate)
(instance ?D Death)
(instance ?A Human)
(experiencer ?D ?A))
(containsFormula ?TEXT
(exists (?DAY ?P ?N ?PROC)
(and
(deathdate ?A ?DAY)
(instance ?DAY Day)
(deathplace ?A ?P)
(instance ?P GeographicArea)
(represents ?N ?A)
(instance ?N Name)
(causes ?PROC ?D)
(instance ?PROC Process))))) |
Biography.kif 287-303 |
|
(=>
(and
(instance ?X BreakingRecord)
(agent ?X ?A1))
(exists (?AC ?PC ?P1 ?TP ?ROLE ?L ?Q)
(and
(instance ?AC Set)
(element ?A1 ?AC)
(subclass ?PC Process)
(instance ?L Region)
(instance ?TP TimePoint)
(instance ?Q Quantity)
(instance ?P1 ?PC)
(refers ?X ?Q)
(refers ?Q ?P1)
(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 31908-31938 |
- If a process is an instance of BreakingRecord and an agent is an agent of the process,
- then there exist a set, a class,, , another process,, , a time point,, , a case role,, , an object and an entity such that the set is an instance of set and the agent is an element of the set and the class is a subclass of process and the object is an instance of region and the time point is an instance of time point and the entity is an instance of quantity and the other process is an instance of the class and the process includes a reference to the entity and the entity includes a reference to the other process and playsRoleInEvent the agent, the case role and the other process and event located the other process and the object and there don't exist another entity and a third entity such that the other entity is an instance of the set and equal the other entity and the agent and the third entity is an instance of the class and playsRoleInEvent the other entity, the case role and the third entity and event located the third entity and the object holds during interval between the time point and the end of the time of existence of the process
|
(=>
(and
(instance ?X Respirator)
(instance ?PERSON Animal)
(wears ?PERSON ?X))
(hasPurpose ?X
(exists (?INHAL ?INJ ?PROTECT ?I)
(and
(instance ?PROTECT Process)
(instrument ?PROTECT ?X)
(prevents ?PROTECT ?INJ)
(subclass ?INJ
(KappaFn ?I
(and
(instance ?I Injuring)
(exists (?H)
(and
(instance ?H Human)
(patient ?I ?H)
(instance ?INHAL Inhaling)
(agent ?INHAL ?H)
(causes ?I ?INHAL)))))))))) |
Cars.kif 3592-3613 |
|
(=>
(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 28858-28884 |
|
(=>
(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 17915-17927 |
|
(=>
(and
(memberMeasure ?S ?M ?Q)
(instance ?S Set)
(element ?O ?S)
(instance ?P Process)
(agent ?P ?O))
(frequency Process ?Q)) |
Mid-level-ontology.kif 33247-33254 |
|
(=>
(and
(memberMeasure ?S Frequency ?Q)
(instance ?S Class)
(instance ?O ?S)
(instance ?P Process)
(agent ?P ?O))
(frequency Process ?Q)) |
Mid-level-ontology.kif 33256-33263 |
|
(=>
(attribute ?H NewsReporter)
(hasPurpose ?H
(exists (?EV ?T ?NEWS)
(and
(instance ?EV Process)
(overlapsTemporally
(WhenFn ?EV)
(WhenFn ?H))
(instance ?T ?NEWS)
(or
(subclass ?NEWS Newspaper)
(subclass ?NEWS NewsProgram))
(authors ?H ?NEWS)
(refers ?T ?EV))))) |
Mid-level-ontology.kif 22674-22688 |
|
(=>
(attribute ?PROC ServiceInEconomics)
(exists (?S)
(and
(instance ?PROC Process)
(hasPurpose ?PROC
(and
(instance ?S Selling)
(patient ?S ?PROC)))))) |
Economy.kif 6886-6894 |
|
(=>
(attribute ?ROOM OpenLayout)
(and
(instance ?ROOM Room)
(exists (?R1 ?R2 ?H)
(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 AutonomousAgent)
(located ?H ?R2))
(and
(capability Seeing agent ?H)
(capability Seeing patient ?R1))))))) |
Dining.kif 956-980 |
|
(=>
(attribute ?TEST ABTest)
(exists (?PROCESS)
(and
(instance ?PROCESS Process)
(experimentalVariableProcess ?TEST ?PROCESS)))) |
UXExperimentalTerms.kif 4431-4436 |
|
(=>
(businessUnit ?BU ?ORG)
(hasPurpose ?BU
(exists (?PROCESS)
(and
(instance ?PROCESS Process)
(agent ?PROCESS ?BU)
(benefits ?PROCESS ?ORG))))) |
UXExperimentalTerms.kif 2563-2570 |
|
(=>
(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 991-999 |
|
(=>
(equal ?GNP
(GrossNationalProductFn ?GPA ?Y))
(exists (?PRODANDSERV)
(and
(instance ?PRODANDSERV Collection)
(monetaryValue ?PRODANDSERV ?GNP)
(=>
(and
(instance ?M Manufacture)
(result ?M ?PRODUCT)
(agent ?M ?MAKER)
(member ?MAKER
(CitizenryFn ?GPA))
(finishesDuring
(WhenFn ?M) ?Y))
(member ?PRODUCT ?PRODANDSERV))
(=>
(and
(instance ?SERVICE Process)
(attribute ?SERVICE ServiceInEconomics)
(agent ?SERVICE ?PROVIDER)
(member ?PROVIDER
(CitizenryFn ?GPA))
(finishesDuring
(WhenFn ?SERVICE) ?Y))
(member ?SERVICE ?PRODANDSERV))))) |
Economy.kif 1029-1050 |
|
(=>
(exclusiveEvent ?EXP ?PROC)
(exists (?EVP ?AGENT)
(and
(instance ?EVP Process)
(instance ?AGENT AutonomousAgent)
(treatedUser ?AGENT ?EXP)
(experimentalVariableProcess ?EXP ?EVP)
(experiencer ?PROC ?AGENT)
(experiencer ?EVP ?AGENT)
(earlier
(WhenFn ?EVP)
(WhenFn ?PROC))))) |
UXExperimentalTerms.kif 4344-4354 |
|
(=>
(holdsDuring ?T
(attribute ?X SafetyPosition))
(holdsDuring ?T
(hasPurpose ?X
(exists (?P ?H ?I ?T2)
(and
(instance ?H Human)
(instance ?P Process)
(patient ?P ?H)
(agent ?P ?X)
(prevents ?P
(KappaFn ?I
(and
(instance ?I Injuring)
(=>
(holdsDuring ?T2
(experiencer ?I ?H))
(not
(holdsDuring ?T2
(patient ?P ?H)))))))))))) |
Mid-level-ontology.kif 32627-32647 |
|
|
| Display limited to 25 items. Show next 25 |
|
| Display limited to 25 items. Show next 25 |