(=>
(agreementRevisionDate ?AGR ?DATE ?CHANGE)
(exists (?TIME)
(and
(instance ?TIME ?DATE)
(or
(and
(holdsDuring
(ImmediatePastFn ?TIME)
(not
(subProposition ?CHANGE ?AGR)))
(holdsDuring
(ImmediateFutureFn ?TIME)
(subProposition ?CHANGE ?AGR)))
(and
(holdsDuring
(ImmediatePastFn ?TIME)
(subProposition ?CHANGE ?AGR))
(holdsDuring
(ImmediateFutureFn ?TIME)
(not
(subProposition ?CHANGE ?AGR)))))))) |
Government.kif 701-716 |
|
(=>
(and
(instance ?A Amputating)
(patient ?A ?H)
(instance ?L Limb))
(exists (?P ?B)
(and
(part ?P ?L)
(part ?B ?P)
(instance ?B Bone)
(holdsDuring
(ImmediatePastFn
(WhenFn ?A))
(part ?P ?H))
(holdsDuring
(ImmediatePastFn
(WhenFn ?A))
(not
(part ?P ?H)))))) |
Medicine.kif 6274-6292 |
|
(=>
(and
(instance ?ACT ActivatingADeactivatedAccount)
(instance ?AC UserAccount)
(patient ?ACT ?AC))
(and
(holdsDuring
(ImmediatePastFn
(WhenFn ?ACT))
(attribute ?AC AccountDeactivated))
(holdsDuring
(ImmediateFutureFn
(WhenFn ?ACT))
(attribute ?AC AccountActive)))) |
ComputingBrands.kif 4477-4486 |
|
(=>
(and
(instance ?B Bequeathing)
(agent ?B ?P)
(destination ?B ?H)
(objectTransferred ?B ?PROP))
(exists (?D)
(and
(instance ?D Death)
(experiencer ?D ?P)
(earlier
(WhenFn ?D)
(WhenFn ?B))
(holdsDuring
(ImmediatePastFn
(WhenFn ?D))
(possesses ?P ?PROP))
(confersNorm ?P
(possesses ?H ?PROP) Permission)))) |
Mid-level-ontology.kif 20267-20283 |
|
(=>
(and
(instance ?B Braking)
(patient ?B ?O))
(and
(holdsDuring
(ImmediatePastFn
(WhenFn ?B))
(equal
(MeasureFn ?A1 MilesPerHour)
(AccelerationFn ?FQ ?T ?O ?D)))
(holdsDuring
(ImmediateFutureFn
(WhenFn ?B))
(equal
(MeasureFn ?A2 MilesPerHour)
(AccelerationFn ?FQ ?T ?O ?D)))
(greaterThan ?A1 ?A2))) |
Cars.kif 1252-1267 |
|
(=>
(and
(instance ?C Coughing)
(experiencer ?C ?H))
(hasPurpose ?C
(exists (?R ?L ?O ?T)
(and
(instance ?L Lung)
(instance ?T Throat)
(instance ?O Object)
(instance ?R Removing)
(part ?L ?H)
(part ?T ?H)
(objectTransferred ?R ?O)
(holdsDuring
(ImmediatePastFn
(WhenFn ?C))
(or
(located ?O ?T)
(located ?O ?L))))))) |
Mid-level-ontology.kif 7012-7031 |
|
(=>
(and
(instance ?C Cricothyroidotomy)
(patient ?C ?O))
(hasPurpose ?C
(and
(holdsDuring
(ImmediatePastFn
(WhenFn ?C))
(exists (?B)
(and
(instance ?B
(ImpairmentFn Breathing))
(patient ?B ?O))))
(not
(holdsDuring
(ImmediateFutureFn
(WhenFn ?C))
(exists (?B)
(and
(instance ?B
(ImpairmentFn Breathing))
(patient ?B ?O)))))))) |
Medicine.kif 758-776 |
|
(=>
(and
(instance ?C Sneezing)
(experiencer ?C ?H))
(hasPurpose ?C
(exists (?R ?N ?NOSE ?O)
(and
(instance ?N NasalCavity)
(instance ?NOSE Nose)
(equal ?NOSE
(HoleHostFn ?N))
(instance ?O Object)
(instance ?R Removing)
(part ?NOSE ?H)
(objectTransferred ?R ?O)
(holdsDuring
(ImmediatePastFn
(WhenFn ?C))
(located ?O ?N)))))) |
Mid-level-ontology.kif 7078-7096 |
|
(=>
(and
(instance ?Check Check)
(instance ?Processing ProcessingACheck)
(patient ?Processing ?Check))
(exists (?Depositing)
(and
(instance ?Depositing DepositingACheck)
(patient ?Depositing ?Check)
(time ?Depositing
(ImmediatePastFn
(WhenFn ?Processing)))))) |
FinancialOntology.kif 139-148 |
|
(=>
(and
(instance ?Closing ClosingAnAccount)
(patient ?Closing ?Account))
(and
(holdsDuring
(ImmediatePastFn
(WhenFn ?Closing))
(instance ?Account FinancialAccount))
(holdsDuring
(ImmediateFutureFn
(WhenFn ?Closing))
(not
(instance ?Account FinancialAccount))))) |
FinancialOntology.kif 393-403 |
|
(=>
(and
(instance ?DEACT DeactivatingAnAccount)
(instance ?AC UserAccount)
(patient ?DEACT ?AC))
(and
(holdsDuring
(ImmediateFutureFn
(WhenFn ?DEACT))
(attribute ?AC AccountDeactivated))
(holdsDuring
(ImmediatePastFn
(WhenFn ?DEACT))
(attribute ?AC AccountActive)))) |
ComputingBrands.kif 4493-4502 |
|
(=>
(and
(instance ?DEATH Death)
(instance ?ORG Organism)
(experiencer ?DEATH ?ORG))
(exists (?REM ?OBJ)
(and
(result ?DEATH ?REM)
(instance ?REM OrganicObject)
(holdsDuring
(FutureFn
(WhenFn ?DEATH))
(attribute ?REM Dead))
(=>
(holdsDuring
(ImmediateFutureFn
(WhenFn ?DEATH))
(part ?OBJ ?REM))
(holdsDuring
(ImmediatePastFn
(WhenFn ?DEATH))
(part ?OBJ ?ORG)))))) |
Merge.kif 10347-10362 |
|
(=>
(and
(instance ?F Forgetting)
(experiencer ?F ?A))
(exists (?P)
(and
(holdsDuring
(ImmediateFutureFn
(WhenFn ?F))
(not
(knows ?A ?P)))
(holdsDuring
(ImmediatePastFn
(WhenFn ?F))
(knows ?A ?P))))) |
ComputingBrands.kif 4446-4456 |
|
(=>
(and
(instance ?INHERIT Inheriting)
(agent ?INHERIT ?HEIR)
(origin ?INHERIT ?PERSON)
(patient ?INHERIT ?PROPERTY))
(exists (?DEATH)
(and
(instance ?DEATH Death)
(experiencer ?DEATH ?PERSON)
(earlier
(WhenFn ?DEATH)
(WhenFn ?INHERIT))
(holdsDuring
(ImmediatePastFn
(WhenFn ?DEATH))
(possesses ?PERSON ?PROPERTY))
(confersRight
(possesses ?HEIR ?PROPERTY) ?PERSON ?HEIR)))) |
Mid-level-ontology.kif 20209-20227 |
|
(=>
(and
(instance ?IRRIGATION Irrigating)
(patient ?IRRIGATION ?AREA)
(instance ?AREA LandArea))
(and
(holdsDuring
(ImmediatePastFn
(WhenFn ?IRRIGATION))
(attribute ?AREA Dry))
(holdsDuring
(ImmediateFutureFn
(WhenFn ?IRRIGATION))
(attribute ?AREA Damp)))) |
Geography.kif 5781-5788 |
|
(=>
(and
(instance ?MTP MovingAwayFromPeople)
(agent ?MTP ?A))
(exists (?P ?U ?D1 ?D2)
(and
(instance ?P Human)
(instance ?U UnitOfLength)
(holdsDuring
(ImmediatePastFn
(WhenFn ?MTP))
(distance ?MTP ?A
(MeasureFn ?D1 ?U)))
(holdsDuring
(ImmediateFutureFn
(WhenFn ?MTP))
(distance ?MTP ?A
(MeasureFn ?D2 ?U)))
(greaterThan ?D2 ?D1)))) |
emotion.kif 1393-1411 |
|
(=>
(and
(instance ?MTP MovingTowardsPeople)
(agent ?MTP ?A))
(exists (?P ?U ?D1 ?D2)
(and
(instance ?P Human)
(instance ?U UnitOfLength)
(holdsDuring
(ImmediatePastFn
(WhenFn ?MTP))
(distance ?MTP ?A
(MeasureFn ?D1 ?U)))
(holdsDuring
(ImmediateFutureFn
(WhenFn ?MTP))
(distance ?MTP ?A
(MeasureFn ?D2 ?U)))
(greaterThan ?D1 ?D2)))) |
emotion.kif 1427-1445 |
|
(=>
(and
(instance ?R RelievingPain)
(patient ?R ?H))
(and
(exists (?P1)
(and
(overlapsTemporally
(WhenFn ?P1)
(ImmediatePastFn
(WhenFn ?R)))
(instance ?P1 Pain)
(located ?P1 ?H)))
(not
(exists (?P2)
(and
(overlapsTemporally
(WhenFn ?P2)
(ImmediateFutureFn
(WhenFn ?R)))
(instance ?P2 Pain)
(located ?P2 ?H)))))) |
Mid-level-ontology.kif 6735-6754 |
|
(=>
(and
(instance ?SALE BargainSale)
(patient ?SALE ?OBJ)
(instance ?OBJ Object))
(exists (?PRICE1 ?PRICE2 ?AGENT1 ?AGENT2 ?U)
(and
(instance ?U UnitOfCurrency)
(holdsDuring
(ImmediatePastFn
(WhenFn ?SALE))
(price ?OBJ
(MeasureFn ?PRICE1 ?U) ?AGENT1))
(holdsDuring
(WhenFn ?SALE)
(price ?OBJ
(MeasureFn ?PRICE2 ?U) ?AGENT2))
(lessThan ?PRICE2 ?PRICE1)))) |
Mid-level-ontology.kif 9034-9048 |
|
(=>
(and
(instance ?VCS VentedChestSeal)
(instance ?A Attaching)
(objectTransferred ?A ?VCS)
(destination ?A ?H))
(hasPurpose ?VCS
(exists (?A ?L ?C ?H)
(and
(instance ?A Air)
(instance ?L Lung)
(instance ?C Chest)
(part ?L ?H)
(part ?C ?H)
(holdsDuring
(ImmediatePastFn
(WhenFn ?A))
(between ?L ?A ?C))
(hasPurpose ?VCS
(holdsDuring
(ImmediateFutureFn
(WhenFn ?A))
(orientation ?A ?H Outside))))))) |
Medicine.kif 844-866 |
|
(=>
(and
(instance ?X Argument)
(instance ?R Reasoning)
(instance ?A Archeology)
(subProposition ?X ?A)
(realization ?R ?X))
(exists (?D ?S ?O ?T ?W ?L)
(and
(instance ?D Discovering)
(instance ?O Object)
(patient ?D ?O)
(refers ?R ?D)
(earlier
(WhenFn ?D)
(WhenFn ?R))
(age ?O
(MeasureFn ?T YearDuration))
(greaterThan ?T 50)
(holdsDuring
(ImmediatePastFn
(WhenFn ?D))
(or
(and
(surface ?S ?W)
(instance ?W BodyOfWater)
(orientation ?O ?S Below))
(and
(surface ?S ?L)
(instance ?L LandArea)
(orientation ?O ?S Below))))))) |
Mid-level-ontology.kif 22781-22811 |
- If a proposition is an instance of argument and a process is an instance of reasoning and another proposition is an instance of archeology and the proposition is a sub-proposition of the other proposition and the process expresses the content of the proposition,
- then there exist another process, an entity,, , a physical,, , a real number,, , another entity and a third entity such that the other process is an instance of discovering and the physical is an instance of object and the physical is a patient of the other process and the process includes a reference to the other process and the time of existence of the other process happens earlier than the time of existence of the process and the age of the physical is the real number year duration(s) and the real number is greater than 50 and the entity is a surface of the other entity and the other entity is an instance of body of water and the physical is below to the entity or the entity is a surface of the third entity and the third entity is an instance of land area and the physical is below to the entity holds during immediately before the time of existence of the other process
|
(=>
(and
(status ?Process ProcessFailure)
(hasPurpose ?Process ?Purpose))
(not
(holdsDuring
(ImmediatePastFn
(WhenFn ?Process)) ?Purpose))) |
QoSontology.kif 911-918 |
|
(=>
(holdsDuring ?TIME
(confersNorm ?ENTITY ?FORMULA ?NORM))
(and
(holdsDuring
(ImmediatePastFn ?TIME)
(not
(modalAttribute ?FORMULA ?NORM)))
(holdsDuring
(ImmediateFutureFn ?TIME)
(modalAttribute ?FORMULA ?NORM)))) |
Merge.kif 4001-4011 |
|
(=>
(holdsDuring ?TIME
(deprivesNorm ?ENTITY ?FORMULA ?NORM))
(and
(holdsDuring
(ImmediatePastFn ?TIME)
(modalAttribute ?FORMULA ?NORM))
(holdsDuring
(ImmediateFutureFn ?TIME)
(not
(modalAttribute ?FORMULA ?NORM))))) |
Merge.kif 4023-4032 |
|
(=>
(instance ?BA BleedingAir)
(hasPurpose ?BA
(exists (?FC ?A)
(and
(instance ?FC FluidContainer)
(instance ?A Air)
(holdsDuring
(ImmediatePastFn ?BA)
(contains ?FC ?A))
(holdsDuring
(ImmediateFutureFn ?BA)
(not
(contains ?FC ?A))))))) |
Cars.kif 1519-1529 |
|
|
Display limited to 25 items. Show next 25 |
|
Display limited to 25 items. Show next 25 |