(=>
(almaMater ?PERSON ?SCHOOL)
(exists (?EV)
(and
(instance ?EV EducationalProcess)
(destination ?EV ?PERSON)
(eventLocated ?EV ?SCHOOL)
(holdsDuring
(WhenFn ?EV)
(attribute ?PERSON Student))))) |
Mid-level-ontology.kif 16271-16280 |
|
(=>
(and
(attribute ?M StudioRecording)
(instance ?M Recording))
(exists (?P)
(and
(record ?M ?P)
(eventLocated ?P ?S)
(instance ?S RecordingStudio)))) |
Music.kif 390-398 |
|
(=>
(and
(attribute ?X CommunalAttribute)
(instance ?X Table)
(instance ?E1 Eating)
(agent ?E1 ?GRP1)
(instance ?GRP1 GroupOfPeople)
(eventLocated ?E1 ?X))
(modalAttribute
(exists (?GRP2 ?E2)
(and
(instance ?E2 Eating)
(agent ?E2 ?GRP2)
(not
(equal ?GRP1 ?GRP2))
(instance ?GRP2 GroupOfPeople)
(eventLocated ?E2 ?X2)
(meetsTemporally
(WhenFn ?E1)
(WhenFn ?E2))
(equal ?X ?X2))) Possibility)) |
Dining.kif 1160-1177 |
|
(=>
(and
(attribute ?X DeepSeaCoastalAndGreatLakesWaterTransportation)
(instance ?X TransportationCompany))
(exists (?SERVICE ?PLACE)
(and
(instance ?SERVICE WaterTransportationService)
(serviceProvider ?SERVICE ?X)
(eventLocated ?SERVICE ?PLACE)
(instance ?PLACE WaterArea)
(located ?X NorthAmerica)))) |
naics.kif 8120-8130 |
|
(=>
(and
(attribute ?X Historical)
(instance ?X City))
(exists (?EV)
(and
(instance ?EV Physical)
(attribute ?EV Historical)
(eventLocated ?EV ?X)))) |
Mid-level-ontology.kif 25957-25965 |
|
(=>
(and
(attribute ?X WheelchairAccessible)
(or
(instance ?X Building)
(instance ?X Room)))
(modalAttribute
(exists (?MOTION ?WHEELCHAIR)
(and
(instance ?MOTION Motion)
(instrument ?MOTION ?WHEELCHAIR)
(instance ?WHEELCHAIR Wheelchair)
(eventLocated ?MOTION ?X))) Possibility)) |
Mid-level-ontology.kif 25526-25538 |
|
(=>
(and
(instance ?BC BoosterChair)
(instance ?H HumanChild))
(hasPurposeForAgent ?BC
(and
(attribute ?H Sitting)
(eventLocated ?H ?BC)) ?H)) |
Dining.kif 793-800 |
|
(=>
(and
(instance ?C Crankshaft)
(instance ?I IntermittentCombustionEngine)
(part ?I ?C))
(hasPurpose ?C
(exists (?E ?R)
(and
(instance ?E Explosion)
(instance ?R Rotating)
(patient ?R ?C)
(eventLocated ?R ?I)
(causes ?E ?R))))) |
Cars.kif 349-361 |
|
(=>
(and
(instance ?CRAFT WaterVehicle)
(instance ?EVENT Transportation)
(instrument ?EVENT ?CRAFT))
(exists (?WATER)
(and
(instance ?WATER WaterArea)
(eventLocated ?EVENT ?WATER)))) |
Mid-level-ontology.kif 3450-3458 |
|
(=>
(and
(instance ?DRYSPELL Drought)
(eventLocated ?DRYSPELL ?AREA))
(not
(exists (?RAIN ?PLACE)
(and
(instance ?RAIN Raining)
(instance ?PLACE Region)
(eventLocated ?RAIN ?PLACE)
(overlapsSpatially ?PLACE ?AREA)
(overlapsTemporally ?RAIN ?DRYSPELL))))) |
Weather.kif 2470-2481 |
|
(=>
(and
(instance ?DUSTSTORM DustStorm)
(instance ?WIND Wind)
(subProcess ?DUSTSTORM ?WIND))
(exists (?TRANSLOCATE ?PM ?SAND ?A1 ?A2 ?STRONG)
(and
(instance ?A1 LandArea)
(eventLocated ?WIND ?A1)
(surfaceWindSpeed ?A1
(MeasureFn ?STRONG KnotUnitOfSpeed))
(greaterThan ?STRONG 30.0)
(instance ?TRANSLOCATE Translocation)
(subProcess ?TRANSLOCATE ?DUSTSTORM)
(objectTransferred ?TRANSLOCATE ?PM)
(objectTransferred ?TRANSLOCATE ?SAND)
(instance ?PM ParticulateMatter)
(instance ?SAND Sand)
(instance ?A2 LandArea)
(destination ?TRANSLOCATE ?A2)
(not
(overlapsSpatially ?A1 ?A2))))) |
Weather.kif 1274-1295 |
- If a process is an instance of dust storm and another process is an instance of wind and the process is a subprocess of the other process,
- then there exist a transfer, an object,, , another object,, , a third object,, , an entity and a real number such that the third object is an instance of land area and the other process is located at 2 and the real number knot unit of speed(s) is a surface wind speed of the third object and the real number is greater than 30.0 and the transfer is an instance of translocation and the transfer is a subprocess of the process and the object transferred in the transfer is the object and the object transferred in the transfer is the other object and the object is an instance of PM and the other object is an instance of sand and the entity is an instance of land area and the transfer ends up at the entity and the third object and the entity is not overlapsSpatially
|
(=>
(and
(instance ?E Exhaust)
(material Fuel ?E)
(instance ?T Transfer)
(instance ?ENG Engine)
(origin ?T ?ENG)
(instance ?CC CatalyticConverter)
(destination ?T ?CC)
(objectTransferred ?T ?E))
(hasPurpose ?CC
(exists (?C)
(and
(instance ?C Combustion)
(instrument ?C ?CC)
(patient ?C ?E)
(eventLocated ?C ?CC))))) |
Cars.kif 1717-1733 |
|
(=>
(and
(instance ?EV Evacuation)
(origin ?EV ?O)
(agent ?EV ?A))
(exists (?M ?MA)
(and
(instance ?M Maintaining)
(eventLocated ?M ?O)
(subProcess ?M ?EV)
(or
(subOrganization ?MA ?A)
(member ?MA ?A)
(equal ?MA ?A))
(agent ?M ?MA)))) |
MilitaryProcesses.kif 2572-2586 |
|
(=>
(and
(instance ?GRP MarchingBand)
(instance ?MP MusicalPerformance)
(agent ?MP ?GRP))
(and
(instance ?OD Outdoors)
(eventLocated ?MP ?OD)
(exists (?AMB)
(and
(instance ?AMB Ambulating)
(subProcess ?AMB ?MP))))) |
Music.kif 978-989 |
|
(=>
(and
(instance ?HS HeavySurf)
(instance ?PLACE WaterArea)
(eventLocated ?HS ?PLACE))
(exists (?SWIM ?A)
(and
(instance ?SWIM Swimming)
(instance ?A Human)
(agent ?SWIM ?A)
(eventLocated ?SWIM ?PLACE)
(holdsDuring
(WhenFn ?HS)
(hazardous ?HS ?A))))) |
Weather.kif 1578-1591 |
|
(=>
(and
(instance ?ORG Organization)
(attribute ?ORG MiscellaneousStoreRetailers))
(exists (?EV ?MEM ?THING ?ST)
(and
(member ?MEM ?ORG)
(agent ?EV ?P)
(instance ?EV Selling)
(instance ?P Human)
(instance ?ST RetailStore)
(eventLocated ?EV ?ST)
(instance ?THING Object)
(patient ?EV ?THING)))) |
naics.kif 7752-7765 |
|
(=>
(and
(instance ?ORG Organization)
(attribute ?ORG NonstoreRetailers))
(exists (?EV ?MEM)
(and
(member ?MEM ?ORG)
(agent ?MEM ?EV)
(exists (?THING ?P)
(and
(instance ?EV Selling)
(instance ?P Human)
(instance ?THING Object)
(not
(eventLocated ?EV RetailStore))
(destination ?EV ?P)
(patient ?EV ?THING)))))) |
naics.kif 7877-7893 |
|
(=>
(and
(instance ?PROC Process)
(eventLocated ?PROC ?LOC)
(subProcess ?SUB ?PROC))
(eventLocated ?SUB ?LOC)) |
Mid-level-ontology.kif 22929-22934 |
|
(=>
(and
(instance ?REST Restaurant)
(instance ?DR DiningRoom)
(attribute ?DR PrivateAttribute)
(possesses ?REST ?DR)
(customer ?GRP1 ?REST)
(instance ?E1 Eating)
(agent ?E1 ?GRP1)
(instance ?GRP1 GroupOfPeople))
(modalAttribute
(not
(exists (?GRP2)
(and
(customer ?GRP2 ?REST)
(not
(equal ?GRP1 ?GRP2))
(instance ?E2 Eating)
(agent ?E2 ?GRP2)
(holdsDuring
(WhenFn ?E1)
(eventLocated ?E2 ?DR))))) Likely)) |
Dining.kif 1180-1199 |
|
(=>
(and
(instance ?SHOCK Aftershock)
(eventLocated ?SHOCK ?PLACE))
(exists (?TREMOR)
(and
(instance ?TREMOR EarthTremor)
(eventLocated ?TREMOR ?PLACE)
(before
(WhenFn ?TREMOR)
(WhenFn ?SHOCK))))) |
Geography.kif 2331-2341 |
|
(=>
(and
(instance ?T Ticket)
(possesses ?T ?CUST)
(issuedBy ?T ?ORG)
(attribute ?ORG AmusementGamblingAndRecreationIndustries)
(located ?ORG ?LOC))
(confersNorm ?ORG
(exists (?REC)
(and
(instance ?REC RecreationOrExercise)
(experiencer ?REC ?CUST)
(eventLocated ?REC ?LOC))) Permission)) |
naics.kif 11456-11468 |
|
(=>
(and
(instance ?T Tornado)
(instance ?R Rotating)
(instance ?A Air)
(instance ?TRAN Translocation)
(subProcess ?R ?T)
(subProcess ?TRAN ?R)
(patient ?TRAN ?A)
(direction ?TRAN Horizontal))
(exists (?G ?FUNNEL ?TOP ?BOTTOM ?C ?BASE)
(and
(instance ?G GeographicArea)
(eventLocated ?T ?G)
(part ?FUNNEL ?A)
(attribute ?FUNNEL ConeSegment)
(top ?TOP ?FUNNEL)
(bottom ?BOTTOM ?FUNNEL)
(instance ?C Cloud)
(bottom ?BASE ?C)
(meetsSpatially ?TOP ?BASE)
(meetsSpatially ?BOTTOM ?G)))) |
Weather.kif 1650-1671 |
- If a process is an instance of tornado and another process is an instance of rotating and an object is an instance of air and the processRAN is an instance of translocation and the other process is a subprocess of the process and the processRAN is a subprocess of the other process and the object is a patient of the processRAN and entities in the process the processRAN are moving horizontal,
- then there exist another object, a self connected object,, , the processOP,, , a third self connected object,, , a fourth self connected object and a fifth self connected object such that the other object is an instance of geographic area and the process is located at 2 and the self connected object is a part of the object and cone segment is an attribute of the self connected object and the top of the self connected object is the processOP and the bottom of the self connected object is the third self connected object and the fourth self connected object is an instance of cloud and the bottom of the fourth self connected object is the fifth self connected object and the processOP meets the fifth self connected object and the third self connected object meets the other object
|
(=>
(and
(instance ?TSC TwoStrokeCompression)
(eventLocated ?TSC ?E)
(instance ?E TwoStrokeEngine))
(exists (?C)
(and
(instance ?C Explosion)
(during ?C ?TSC)
(eventLocated ?C ?E)))) |
Cars.kif 491-500 |
|
(=>
(and
(instance ?WW WaterWave)
(waveHeight ?WW ?WH))
(exists (?LIST ?WA ?U)
(and
(inList ?WH ?LIST)
(instance ?WA WaterArea)
(eventLocated ?WW ?WA)
(instance ?U LengthMeasure)
(significantWaveHeight ?WA
(WhenFn ?WW)
(MeasureFn ?SWH ?U))
(equal ?SWH
(MultiplicationFn 4.0
(StandardDeviationFn ?LIST)))))) |
Weather.kif 1531-1546 |
|
(=>
(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)
(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 29408-29438 |
- If a process is an instance of BreakingRecord and an agent is an agent of the process,
- then there exist a class, another class,, , another process,, , a time point,, , a case role,, , a third class and an entity such that the class is an instance of set and the agent is an instance of the class and the other class is a subclass of process and the third 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 other process is an instance of the other class and the process includes a reference to the entity and the entity includes a reference to the other process 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 class and the other entity is not equal to the agent and the third entity is an instance of the other 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
|
|
Display limited to 25 items. Show next 25 |
|
Display limited to 25 items. Show next 25 |