(=>
(and
(birthdate JesusOfNazareth ?DAY)
(instance ?Y1
(YearFn -6))
(instance ?Y2
(YearFn 4)))
(temporalPart ?DAY
(TimeIntervalFn
(BeginFn ?Y1)
(EndFn ?Y2)))) |
Media.kif 1938-1943 |
|
(=>
(and
(deathdate JesusOfNazareth ?DAY)
(instance ?Y1
(YearFn 29))
(instance ?Y2
(YearFn 36)))
(temporalPart ?DAY
(TimeIntervalFn
(BeginFn ?Y1)
(EndFn ?Y2)))) |
Media.kif 1945-1950 |
|
(=>
(and
(equal ?FY
(FiscalYearStartingFn ?PLACE ?YEAR))
(fiscalYearPeriod ?PLACE ?PERIOD)
(instance ?FY ?PERIOD))
(exists (?DAY ?INST)
(and
(instance ?DAY Day)
(starts ?DAY ?FY)
(instance ?INST ?YEAR)
(temporalPart ?DAY ?INST)))) |
Economy.kif 4086-4096 |
|
(=>
(and
(holdsDuring ?T1
(and
(attribute ?P Expellee)
(citizen ?P ?HOME_NATION)))
(instance ?T1 TimeInterval))
(exists (?TRANS ?NATION)
(and
(instance ?NATION Nation)
(not
(equal ?NATION ?HOME_NATION))
(instance ?TRANS Translocation)
(origin ?TRANS ?NATION)
(patient ?TRANS ?P)
(destination ?TRANS ?HOME_NATION)
(temporalPart ?T1
(WhenFn ?TRANS))))) |
MilitaryPersons.kif 151-167 |
|
(=>
(and
(instance ?DECODE Decoding)
(patient ?DECODE ?DOC1))
(exists (?ENCODE ?DOC2 ?TIME ?PROP)
(and
(containsInformation ?DOC2 ?PROP)
(containsInformation ?DOC1 ?PROP)
(temporalPart ?TIME
(PastFn
(WhenFn ?DECODE)))
(holdsDuring ?TIME
(and
(instance ?ENCODE Encoding)
(patient ?ENCODE ?DOC2)))))) |
Merge.kif 12891-12904 |
|
(=>
(and
(instance ?GOAL GameGoal)
(instrument ?GAME ?GOAL)
(instance ?GAME Game)
(subProcess ?SCORE ?GAME)
(instance ?SCORE Score))
(exists (?PIECE ?TIME)
(and
(instance ?PIECE GamePiece)
(patient ?SCORE ?PIECE)
(temporalPart ?TIME
(WhenFn ?SCORE))
(holdsDuring ?TIME
(located ?PIECE ?GOAL))))) |
Mid-level-ontology.kif 18424-18436 |
|
(=>
(and
(instance ?H Hanukkah)
(equal ?B
(BeginFn ?H)))
(exists (?M)
(and
(temporalPart ?B ?M)
(instance ?M Month)
(or
(instance ?M November)
(instance ?M December))))) |
Media.kif 587-597 |
|
(=>
(and
(instance ?KEEP Keeping)
(patient ?KEEP ?OBJ))
(exists (?PLACE)
(forall (?TIME)
(=>
(temporalPart ?TIME
(WhenFn ?KEEP))
(holdsDuring ?TIME
(located ?OBJ ?PLACE)))))) |
Merge.kif 12362-12370 |
|
(=>
(and
(instance ?O OccupationalRole)
(typicalAction ?PCLASS
(AttrFn CognitiveAgent ?O)))
(exists (?X ?T ?P ?PT)
(and
(instance ?X CognitiveAgent)
(holdsDuring ?T
(attribute ?X ?O))
(instance ?P ?PCLASS)
(agent ?X ?P)
(time ?P ?PT)
(temporalPart ?PT ?T)))) |
Mid-level-ontology.kif 23892-23905 |
|
(=>
(and
(instance ?POINT1 TimePoint)
(instance ?POINT2 TimePoint)
(instance ?INTERVAL TimeInterval)
(equal
(TimeIntervalFn ?POINT1 ?POINT2) ?INTERVAL))
(forall (?POINT)
(<=>
(temporallyBetweenOrEqual ?POINT1 ?POINT ?POINT2)
(temporalPart ?POINT ?INTERVAL)))) |
Merge.kif 8565-8574 |
|
(=>
(and
(instance ?SAW Saw)
(instance ?CUT Cutting)
(instrument ?CUT ?SAW)
(instance ?OBJ Object)
(patient ?CUT ?OBJ))
(exists (?MOTION ?DIR1 ?DIR2 ?TIME ?T1 ?T2 ?PART)
(and
(instance ?MOTION Motion)
(subProcess ?MOTION ?CUT)
(instance ?PART CuttingDevice)
(part ?PART ?SAW)
(meetsSpatially ?PART ?OBJ)
(patient ?MOTION ?PART)
(instance ?T2 TimeInterval)
(instance ?T2 TimeInterval)
(equal
(WhenFn ?MOTION) ?TIME)
(temporalPart ?TIME ?T1)
(temporalPart ?TIME ?T2)
(instance ?DIR1 DirectionalAttribute)
(instance ?DIR2 DirectionalAttribute)
(=>
(holdsDuring ?T1
(direction ?MOTION ?DIR1))
(holdsDuring ?T2
(and
(direction ?MOTION ?DIR2)
(or
(equal ?DIR1 ?DIR2)
(oppositeDirection ?DIR1 ?DIR2))
(not
(and
(equal ?DIR1 ?DIR2)
(oppositeDirection ?DIR1 ?DIR2))))))))) |
Mid-level-ontology.kif 19707-19741 |
- If an object is an instance of saw and a process is an instance of cutting and the object is an instrument for the process and another object is an instance of object and the other object is a patient of the process,
- then there exist another process, an entity,, , another entity,, , a time interval,, , a time position,, , another time position and a third object such that the other process is an instance of motion and the other process is a subprocess of the process and the third object is an instance of cutting device and the third object is a part of the object and the third object meets the other object and the third object is a patient of the other process and the other time position is an instance of time interval and the other time position is an instance of time interval and equal the time of existence of the other process and the time interval and the time interval is a part of the time position and the time interval is a part of the other time position and the entity is an instance of directional attribute and the other entity is an instance of directional attribute and
|
(=>
(and
(instance ?T1
(YearFn 26))
(instance ?T2
(YearFn 100)))
(temporalPart
(WhenFn TwelveApostles)
(TimeIntervalFn
(BeginFn ?T1)
(EndFn ?T2)))) |
Media.kif 1961-1965 |
|
(=>
(and
(property ?Option EuropeanStyleOption)
(agreementExpirationDate ?Option ?Date))
(exists (?Period ?Time ?Exercise)
(and
(instance ?Period TimeInterval)
(equal
(EndFn ?Period) ?Date)
(=>
(and
(instance ?Exercise ExerciseAnOption)
(equal
(WhenFn ?Exercise) ?Time))
(temporalPart ?Time ?Period))))) |
FinancialOntology.kif 2825-2837 |
|
(=>
(and
(subclass ?PAPER Newspaper)
(instance ?WEEK Week))
(exists (?PUBLICATION ?ISSUE)
(and
(instance ?PUBLICATION Publication)
(temporalPart
(WhenFn ?PUBLICATION) ?WEEK)
(result ?PUBLICATION ?ISSUE)
(instance ?ISSUE ?PAPER)))) |
Mid-level-ontology.kif 16151-16160 |
|
(=>
(classmate ?A1 ?A2 ?COURSE)
(exists (?CLASS ?EDU ?TIME)
(and
(instance ?CLASS GroupOfPeople)
(instance ?EDU EducationalProcess)
(realization ?EDU ?COURSE)
(patient ?EDU ?CLASS)
(temporalPart ?TIME
(WhenFn ?EDU))
(memberAtTime ?A1 ?CLASS ?TIME)
(memberAtTime ?A1 ?CLASS ?TIME)))) |
Mid-level-ontology.kif 18189-18200 |
|
(=>
(climateTypeInArea ?AREA ColdClimateZone)
(exists (?MO ?AMOUNT)
(and
(instance ?MO Month)
(temporalPart ?MO WinterSeason)
(averageTemperatureForPeriod ?AREA ?MO
(MeasureFn ?AMOUNT CelsiusDegree))
(lessThan ?AMOUNT -3.0)))) |
Geography.kif 3007-3015 |
|
(=>
(diseaseMedicine ?DISEASE ?SUBSTANCE ?PROCESS)
(exists (?ORGANISM ?TIME ?SAMPLE ?PROC)
(and
(holdsDuring ?TIME
(attribute ?ORGANISM ?DISEASE))
(increasesLikelihood
(and
(instance ?PROC ?PROCESS)
(temporalPart
(WhenFn ?PROC) ?TIME)
(experiencer ?PROC ?ORGANISM)
(patient ?PROC ?SAMPLE)
(instance ?SAMPLE ?SUBSTANCE))
(holdsDuring
(ImmediateFutureFn ?TIME)
(not
(attribute ?ORGANISM ?DISEASE))))))) |
WMD.kif 941-955 |
|
(=>
(during ?SMALL ?BIG)
(temporalPart ?SMALL ?BIG)) |
Merge.kif 8393-8395 |
|
(=>
(equal
(BeginFn ?INTERVAL) ?POINT)
(forall (?OTHERPOINT)
(=>
(and
(temporalPart ?OTHERPOINT ?INTERVAL)
(not
(equal ?OTHERPOINT ?POINT)))
(before ?POINT ?OTHERPOINT)))) |
Merge.kif 8105-8112 |
|
(=>
(equal
(EndFn ?INTERVAL) ?POINT)
(forall (?OTHERPOINT)
(=>
(and
(temporalPart ?OTHERPOINT ?INTERVAL)
(not
(equal ?OTHERPOINT ?POINT)))
(before ?OTHERPOINT ?POINT)))) |
Merge.kif 8123-8130 |
|
(=>
(equal
(TemporalCompositionFn ?INTERVAL ?INTERVALTYPE) ?CLASS)
(forall (?TIME)
(=>
(and
(instance ?TIME TimePoint)
(temporalPart ?TIME ?INTERVAL))
(exists (?INSTANCE)
(and
(instance ?INSTANCE ?CLASS)
(temporalPart ?TIME ?INSTANCE)))))) |
Merge.kif 9605-9615 |
|
(=>
(frequency ?PROC ?TIME1)
(forall (?TIME2)
(=>
(duration ?TIME2 ?TIME1)
(exists (?POSITION)
(and
(temporalPart ?POSITION ?TIME2)
(holdsDuring ?POSITION
(exists (?INST)
(instance ?INST ?PROC)))))))) |
Merge.kif 8024-8034 |
|
(=>
(holdsDuring ?T1
(attribute ?H Veteran))
(exists (?T2)
(and
(temporalPart ?T2
(PastFn
(WhenFn ?T1)))
(holdsDuring ?T2
(attribute ?H Soldier))
(not
(holdsDuring ?T1
(attribute ?H Soldier)))))) |
Mid-level-ontology.kif 23835-23846 |
|
(=>
(holdsDuring ?T1
(inhabits ?ORGANISM ?OBJ))
(exists (?TIME)
(and
(instance ?TIME TimeInterval)
(temporalPart ?TIME ?T1)
(holdsDuring ?TIME
(located ?ORGANISM ?OBJ))))) |
Merge.kif 14551-14557 |
|
(=>
(holdsDuring ?T1
(states ?AGENT ?SENTENCE))
(exists (?COMM)
(and
(instance ?COMM LinguisticCommunication)
(agent ?COMM ?AGENT)
(patient ?COMM ?SENTENCE)
(temporalPart ?T1
(WhenFn ?COMM))))) |
Media.kif 1846-1853 |
|
|
| Display limited to 25 items. Show next 25 |
|
| Display limited to 25 items. Show next 25 |