(=>
(and
(attribute ?X ?SHAPE)
(instance ?X FourPosterBed)
(instance ?SHAPE Quadrilateral)
(sideOfFigure ?SIDE1 ?SHAPE)
(sideOfFigure ?SIDE2 ?SHAPE)
(not
(equal ?SIDE1 ?SIDE2)))
(exists (?POST ?FLOOR ?CORNER1 ?CORNER)
(and
(part ?POST ?X)
(instance ?FLOOR Floor)
(orientation ?X ?FLOOR On)
(orientation ?POST ?FLOOR Vertical)
(pointOfIntersection ?SIDE1 ?SIDE2 ?CORNER1)
(attribute ?CORNER ?CORNER1)
(meetsSpatially ?CORNER ?POST)))) |
Mid-level-ontology.kif 4540-4557 |
|
(=>
(and
(covers ?A ?B)
(superficialPart ?S ?B))
(meetsSpatially ?A ?S)) |
Merge.kif 16046-16050 |
|
(=>
(and
(holdsDuring ?T
(and
(attribute ?H LateralRecumbant)
(orientation ?H ?O On)))
(instance ?LA LeftArm)
(part ?LA ?H)
(instance ?RA RightArm)
(part ?RA ?H)
(instance ?LL LeftLeg)
(part ?LL ?H)
(instance ?RL RightLeg)
(part ?RL ?H)
(or
(meetsSpatially ?LA ?O)
(meetsSpatially ?LL ?O)))
(holdsDuring ?T
(and
(not
(meetsSpatially ?RA ?O))
(not
(meetsSpatially ?RL ?O))))) |
Anatomy.kif 1873-1895 |
|
(=>
(and
(holdsDuring ?T
(and
(attribute ?H LateralRecumbant)
(orientation ?H ?O On)))
(instance ?LA LeftArm)
(part ?LA ?H)
(instance ?RA RightArm)
(part ?RA ?H)
(instance ?LL LeftLeg)
(part ?LL ?H)
(instance ?RL RightLeg)
(part ?RL ?H)
(or
(meetsSpatially ?RA ?O)
(meetsSpatially ?RL ?O)))
(holdsDuring ?T
(and
(not
(meetsSpatially ?LA ?O))
(not
(meetsSpatially ?LL ?O))))) |
Anatomy.kif 1897-1919 |
|
(=>
(and
(holdsDuring ?T
(and
(attribute ?H Prone)
(orientation ?H ?O On)))
(instance ?C Chest)
(part ?C ?H))
(meetsSpatially ?C ?O)) |
Anatomy.kif 1834-1842 |
|
(=>
(and
(holdsDuring ?T
(and
(attribute ?H Supine)
(orientation ?H ?O On)))
(equal ?B
(BackFn ?H)))
(meetsSpatially ?B ?O)) |
Anatomy.kif 1849-1856 |
|
(=>
(and
(instance ?B Blade)
(instance ?CUT Cutting)
(instance ?OBJ Object)
(instrument ?CUT ?B)
(patient ?CUT ?OBJ))
(meetsSpatially ?B ?OBJ)) |
Mid-level-ontology.kif 23678-23685 |
|
(=>
(and
(instance ?C Cavitating)
(instance ?P Pump)
(attribute ?P DeviceOn)
(attribute ?L1 Liquid)
(contains ?P ?L1))
(exists (?PP ?L2)
(and
(part ?PP ?P)
(hasPurpose ?PP
(and
(attribute ?L2 Liquid)
(meetsSpatially ?L2 ?PP)))
(holdsDuring
(WhenFn ?C)
(not
(exists (?L3)
(and
(attribute ?L3 Liquid)
(meetsSpatially ?PP ?L3)))))))) |
Cars.kif 1748-1768 |
|
(=>
(and
(instance ?C Crystal)
(attribute ?C MonoCrystalline)
(instance ?SUB Substance)
(attribute ?SUB Solid)
(attribute ?SUB PolyCrystalline)
(instance ?S Substance)
(surface ?S ?SUB)
(not
(part ?C ?S)))
(exists (?CLNT ?X ?MBR)
(and
(instance ?CLNT Collection)
(memberCount ?CLNT ?X)
(greaterThanOrEqualTo ?X 4)
(=>
(member ?MBR ?CLNT)
(and
(part ?MBR ?SUB)
(meetsSpatially ?C ?MBR)))))) |
Geography.kif 7212-7232 |
|
(=>
(and
(instance ?HOLE1 HoleRegion)
(properPart ?HOLE2 ?HOLE1))
(exists (?OBJ)
(and
(meetsSpatially ?HOLE1 ?OBJ)
(not
(meetsSpatially ?HOLE2 ?OBJ))))) |
Merge.kif 10062-10070 |
|
(=>
(and
(instance ?HR Reel)
(instance ?K Keeping)
(instance ?H CorpuscularObject)
(attribute ?H LongAndThin)
(attribute ?H Pliable)
(instrument ?K ?HR)
(patient ?K ?H))
(exists (?P)
(and
(part ?P ?H)
(meetsSpatially ?P ?HR)))) |
Cars.kif 4348-4360 |
|
(=>
(and
(instance ?Isthmus Isthmus)
(side ?Leftside ?Isthmus)
(side ?Rightside ?Isthmus)
(not
(equal ?Leftside ?Rightside)))
(exists (?Region1 ?Region2 ?Water1 ?Water2)
(and
(instance ?Region1 LandArea)
(instance ?Region2 LandArea)
(between ?Region1 ?Isthmus ?Region2)
(instance ?Water1 WaterArea)
(instance ?Water2 WaterArea)
(meetsSpatially ?Leftside ?Water1)
(meetsSpatially ?Rightside ?Water2)))) |
Geography.kif 5893-5907 |
|
(=>
(and
(instance ?L LeafSpring)
(part ?L ?RV)
(instance ?RV RoadVehicle))
(modalAttribute
(exists (?L2)
(and
(instance ?L2 LeafSpring)
(part ?L2 ?RV)
(not
(equal ?L ?L2))
(meetsSpatially ?L ?L2))) Likely)) |
Cars.kif 902-915 |
|
(=>
(and
(instance ?LD LiquidDrop)
(surface ?S ?LD))
(modalAttribute
(exists (?SS ?LL)
(and
(instance ?LL Substance)
(attribute ?LL Liquid)
(not
(equal ?LD ?LL))
(surface ?SS ?LL)
(meetsSpatially ?S ?SS))) Unlikely)) |
Geography.kif 7567-7579 |
|
(=>
(and
(instance ?Range MountainRange)
(part ?Mountain1 ?Range))
(exists (?Mountain2)
(and
(component ?Mountain2 ?Range)
(instance ?Mountain2 Mountain)
(meetsSpatially ?Mountain1 ?Mountain2)))) |
Geography.kif 4086-4094 |
|
(=>
(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 19738-19772 |
- 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 the time of existence of the other process is equal to 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 ?SHORE ShoreArea)
(instance ?WATER WaterArea)
(orientation ?SHORE ?WATER Adjacent))
(exists (?LINE)
(and
(instance ?LINE Shoreline)
(part ?LINE ?SHORE)
(meetsSpatially ?LINE ?WATER)))) |
Geography.kif 6222-6231 |
|
(=>
(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 1633-1654 |
- 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 the other object 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 ?T Typhoon)
(eventLocated ?T ?P)
(instance ?P GeographicArea))
(or
(located ?P NorthwesternPacificOcean)
(meetsSpatially ?P NorthwesternPacificOcean))) |
Weather.kif 771-778 |
|
(=>
(and
(physicalEnd ?E ?O)
(superficialPart ?SP ?O))
(meetsSpatially ?E ?SP)) |
Mid-level-ontology.kif 1505-1509 |
|
(=>
(and
(physicalEnd ?E1 ?O)
(physicalEnd ?E2 ?O)
(not
(equal ?E1 ?E2)))
(not
(meetsSpatially ?E1 ?E2))) |
Mid-level-ontology.kif 1496-1503 |
|
(=>
(and
(wears ?P ?B)
(instance ?B Belt))
(exists (?C)
(and
(instance ?C Clothing)
(wears ?P ?C)
(meetsSpatially ?B ?C)))) |
Mid-level-ontology.kif 6028-6036 |
|
(=>
(and
(wears ?P ?C)
(instance ?C Collar))
(exists (?N)
(and
(instance ?N Neck)
(part ?N ?P)
(meetsSpatially ?C ?N)))) |
Mid-level-ontology.kif 6076-6084 |
|
(=>
(and
(wears ?P ?G)
(instance ?G Glove))
(exists (?H)
(and
(instance ?H Hand)
(part ?H ?P)
(meetsSpatially ?G ?H)))) |
Mid-level-ontology.kif 6091-6099 |
|
(=>
(and
(wears ?PERSON ?HAT)
(instance ?HAT Hat))
(exists (?HEAD)
(and
(instance ?HEAD Head)
(part ?HEAD ?PERSON)
(meetsSpatially ?HAT ?HEAD)))) |
Mid-level-ontology.kif 6106-6114 |
|
|
Display limited to 25 items. Show next 25 |
|
Display limited to 25 items. Show next 25 |