(=>
(and
(antagonistMuscles ?A ?B)
(instance ?E Extension)
(instrument ?E ?AC)
(moves ?E ?BC)
(instance ?AC ?A)
(instance ?BC ?B)
(part ?AC ?H)
(part ?BC ?H)
(instance ?H Animal))
(capability Flexion instrument ?BC)) |
Mid-level-ontology.kif 11581-11592 |
|
(=>
(and
(antagonistMuscles ?A ?B)
(instance ?F Flexion)
(instrument ?F ?AC)
(moves ?F ?BC)
(instance ?AC ?A)
(instance ?BC ?B)
(part ?AC ?H)
(part ?BC ?H)
(instance ?H Animal))
(capability Extension instrument ?BC)) |
Mid-level-ontology.kif 11568-11579 |
|
(=>
(and
(attribute ?G CorrosiveSubstance)
(instance ?G Substance))
(capability Corrosion instrument ?G)) |
Transportation.kif 4242-4246 |
|
(=>
(and
(attribute ?O ?P)
(instance ?P Fingerprint)
(not
(instance ?O Finger)))
(exists (?PR ?F)
(and
(instrument ?PR ?F)
(instance ?F Finger)
(attribute ?F ?P)
(patient ?PR ?O)))) |
Mid-level-ontology.kif 13433-13443 |
|
(=>
(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 27254-27266 |
|
(=>
(and
(customer ?CUST ?AGENT)
(propertyAmenity ?AGENT ?PHYS)
(subclass ?PHYS Object)
(instance ?X ?PHYS))
(confersRight
(exists (?PROC)
(and
(instance ?PROC Process)
(or
(resource ?PROC ?X)
(instrument ?PROC ?X)
(patient ?PROC ?X))
(or
(agent ?PROC ?CUST)
(experiencer ?PROC ?CUST)))) ?AGENT ?CUST)) |
Hotel.kif 504-520 |
|
(=>
(and
(destination ?MSG ?TELEX)
(instance ?MSG Messaging)
(patient ?MSG ?M)
(instance ?TELEX Telex))
(exists (?PROC ?TEXT)
(and
(instrument ?PROC ?TELEX)
(result ?PROC ?TEXT)
(represents ?TEXT ?M)
(instance ?TEXT Text)
(before
(BeginFn
(WhenFn ?MSG))
(BeginFn
(WhenFn ?PROC)))))) |
Communications.kif 202-214 |
|
(=>
(and
(engineeringSubcomponent ?DEVICE1 Internet)
(engineeringSubcomponent ?DEVICE2 Internet)
(not
(equal ?DEVICE1 ?DEVICE2)))
(hasPurpose Internet
(exists (?COMM)
(and
(instance ?COMM Communication)
(agent ?COMM ?DEVICE1)
(destination ?COMM ?DEVICE2)
(instrument ?COMM Internet))))) |
Hotel.kif 1347-1358 |
|
(=>
(and
(ennervates ?NC ?MC)
(instance ?N ?NC)
(instance ?M ?MC)
(part ?N ?H)
(part ?M ?H)
(attribute ?H Healthy)
(instance ?H Human))
(hasPurpose ?N
(exists (?NF ?C)
(and
(instance ?NF NerveFiring)
(instrument ?NF ?N)
(instance ?MC MuscleContraction)
(instrument ?MV ?M)
(causes ?NF ?MC))))) |
Anatomy.kif 1922-1938 |
|
(=>
(and
(functionRoomAmenity ?FR ?PHY)
(instance ?RM ?FR)
(element ?RM
(PropertyFn ?HOTEL))
(instance ?RENT Renting)
(patient ?RENT ?RM)
(agent ?RENT ?HOTEL)
(destination ?RENT ?CUST)
(subclass ?PHY Object))
(modalAttribute
(exists (?O ?P)
(and
(instance ?O ?PHY)
(instance ?P Process)
(or
(resource ?P ?O)
(instrument ?P ?O)
(patient ?P ?O))
(or
(agent ?P ?CUST)
(experiencer ?P ?CUST)))) Possibility)) |
Hotel.kif 811-832 |
|
(=>
(and
(guest ?CUST ?HOTEL)
(stays ?CUST ?R)
(element ?R
(PropertyFn ?HOTEL))
(instance ?R ?ROOM)
(roomAmenity ?ROOM ?OBJ)
(subclass ?OBJ Object))
(exists (?O)
(and
(instance ?O ?OBJ)
(located ?O ?R)
(confersRight
(exists (?PROC)
(and
(agent ?PROC ?CUST)
(or
(instrument ?PROC ?O)
(patient ?PROC ?O)
(resource ?PROC ?O)))) ?HOTEL ?CUST)))) |
Hotel.kif 294-313 |
|
(=>
(and
(instance ?A Armor)
(or
(part ?A ?OBJ)
(meetsSpatially ?A ?OBJ)))
(hasPurpose ?A
(exists (?MAINTAINING)
(and
(instance ?MAINTAINING Maintaining)
(instrument ?MAINTAINING ?A)
(experiencer ?MAINTAINING ?OBJ))))) |
MilitaryDevices.kif 1619-1630 |
|
(=>
(and
(instance ?A Armor)
(or
(part ?A ?OBJ)
(meetsSpatially ?A ?OBJ)))
(hasPurpose ?A
(not
(exists (?DAMAGING)
(and
(instance ?DAMAGING Damaging)
(instrument ?DAMAGING ?A)
(experiencer ?DAMAGING ?OBJ)))))) |
MilitaryDevices.kif 1632-1644 |
|
(=>
(and
(instance ?A Biped)
(instance ?W Ambulating)
(agent ?W ?A))
(modalAttribute
(exists (?L1 ?L2)
(and
(instance ?L1 Leg)
(instance ?L2 Leg)
(not
(equal ?L1 ?L2))
(part ?L1 ?A)
(part ?L2 ?A)
(instrument ?W ?L1)
(instrument ?W ?L2))) Likely)) |
Mid-level-ontology.kif 4477-4493 |
|
(=>
(and
(instance ?AI AutoImmuneDisorder)
(experiencer ?AI ?H))
(exists (?A ?D ?C)
(and
(instance ?A Antibody)
(part ?A ?H)
(instance ?C Cell)
(part ?C ?H)
(instance ?D Destruction)
(instrument ?D ?A)
(not
(desires ?H
(and
(instance ?D Destruction)
(instrument ?D ?A))))))) |
Medicine.kif 2188-2204 |
|
(=>
(and
(instance ?Account CheckingAccount)
(instance ?Transaction FinancialTransaction)
(origin ?Transaction
(CurrencyFn ?Account)))
(or
(exists (?Check)
(and
(instance ?Check Check)
(instrument ?Transaction ?Check)))
(exists (?DebitCard)
(and
(instance ?DebitCard DebitCard)
(instrument ?Transaction ?DebitCard))))) |
FinancialOntology.kif 1143-1156 |
|
(=>
(and
(instance ?Account CreditCardAccount)
(instance ?Transaction FinancialTransaction)
(origin ?Transaction
(CurrencyFn ?Account)))
(exists (?Card)
(and
(instance ?Card CreditCard)
(instrument ?Transaction ?Card)))) |
FinancialOntology.kif 1253-1261 |
|
(=>
(and
(instance ?B VehicleBrake)
(instance ?V Vehicle)
(part ?B ?V))
(hasPurpose ?B
(exists (?S)
(and
(instance ?S
(StopFn Motion))
(patient ?S ?V)
(instrument ?S ?B))))) |
Mid-level-ontology.kif 3482-3492 |
|
(=>
(and
(instance ?BITE Biting)
(agent ?BITE ?ANIMAL))
(exists (?MOUTH)
(and
(instance ?MOUTH Mouth)
(part ?MOUTH ?ANIMAL)
(instrument ?BITE ?MOUTH)))) |
Mid-level-ontology.kif 7064-7072 |
|
(=>
(and
(instance ?BP BrakePedal)
(instance ?P Pushing)
(instance ?V Vehicle)
(destination ?P ?BP)
(eventLocated ?P ?V)
(part ?BP ?V))
(hasPurpose ?BP
(exists (?FS ?F)
(and
(instance ?FS WearingFrictionSurface)
(instance ?F Friction)
(instrument ?F ?FS)
(causes ?P ?F))))) |
Cars.kif 693-707 |
|
(=>
(and
(instance ?C Crawling)
(agent ?C ?A))
(exists (?ARM)
(and
(instance ?ARM Arm)
(part ?ARM ?A)
(instrument ?C ?ARM)))) |
Mid-level-ontology.kif 4457-4465 |
|
(=>
(and
(instance ?D AnimalPoweredDevice)
(instrument ?P ?D))
(exists (?A)
(and
(instance ?A Animal)
(instrument ?P ?A)))) |
Mid-level-ontology.kif 2832-2839 |
|
(=>
(and
(instance ?D Dressing)
(instance ?O Oqal)
(instance ?H Hat)
(patient ?D ?O)
(patient ?D ?H))
(hasPurpose ?O
(exists (?A)
(and
(instance ?A Attaching)
(instrument ?A ?O))))) |
ArabicCulture.kif 420-431 |
|
(=>
(and
(instance ?DESTR PreciseDestruction)
(agent ?DESTR ?AGENT))
(exists (?WEAPON)
(and
(possesses ?AGENT ?WEAPON)
(instrument ?DESTR ?WEAPON)
(instance ?WEAPON HighPrecisionWeapon)))) |
MilitaryProcesses.kif 601-609 |
|
(=>
(and
(instance ?DSAVE DataSaving)
(resource ?DSAVE ?RES)
(instance ?RES ElectronicDataStorageDevice))
(exists (?DEV)
(and
(instance ?DEV ElectricDevice)
(instrument ?DSAVE ?DEV)
(holdsDuring
(WhenFn ?DSAVE)
(connected ?RES ?DEV))))) |
Media.kif 690-700 |
|
|
Display limited to 25 items. Show next 25 |
|
Display limited to 25 items. Show next 25 |