(=>
(and
(instance ?R Rotating)
(patient ?R ?TRACK)
(instance ?TRACK ContinuousTrack))
(exists (?COLL ?MEM ?TREAD ?R2)
(and
(instance ?COLL Collection)
(member ?MEM ?COLL)
(instance ?MEM Wheel)
(memberCount ?MEM ?I)
(greaterThan ?I 2)
(part ?COLL ?TRACK)
(part ?TREAD ?TRACK)
(instance ?TREAD CorpuscularObject)
(shape ?TREAD LongAndThin)
(attribute ?TREAD Pliable)
(located ?COLL ?TREAD)
(instance ?R2 Rotating)
(causes ?R2 ?R)))) |
Military.kif 183-202 |
|
(=>
(instance ?B Balloon)
(attribute ?B Pliable)) |
Cars.kif 3650-3652 |
|
(=>
(instance ?BAG Bag)
(attribute ?BAG Pliable)) |
Mid-level-ontology.kif 4525-4527 |
|
(=>
(instance ?D Drivebelt)
(attribute ?D Pliable)) |
Cars.kif 2299-2301 |
|
(=>
(instance ?H Hose)
(hasPurpose ?H
(attribute ?H Pliable))) |
Cars.kif 4324-4327 |
|
(=>
(instance ?T Tire)
(attribute ?T Pliable)) |
Cars.kif 4859-4861 |
|
(=>
(instance ?W Wicker)
(attribute ?W Pliable)) |
Mid-level-ontology.kif 4660-4662 |
|
(=>
(instance ?WEAVE Weaving)
(hasPurpose ?WEAVE
(exists (?SUB ?WARP ?WEFT ?OBJ)
(and
(instance ?SUB Substance)
(attribute ?SUB Pliable)
(patient ?WEAVE ?SUB)
(part ?WARP ?SUB)
(part ?WEFT ?SUB)
(not
(equal ?WARP ?WEFT))
(orientation ?WARP ?WEFT RightAngle)
(result ?WEAVE ?OBJ)
(instance ?OBJ Artifact))))) |
Mid-level-ontology.kif 4694-4708 |
|
(=>
(instance ?X Reel)
(hasPurpose ?X
(exists (?K ?H)
(and
(instance ?K Keeping)
(instance ?H CorpuscularObject)
(attribute ?H LongAndThin)
(attribute ?H Pliable)
(instrument ?K ?X)
(patient ?K ?H))))) |
Cars.kif 4336-4346 |
|
(=>
(instance ?X SeatBelt)
(exists (?BELT)
(and
(part ?BELT ?X)
(attribute ?BELT Pliable)
(material Fabric ?BELT)))) |
Cars.kif 3728-3734 |
|