(=>
(instance ?PARTICLE SubatomicParticle)
(exists (?ATOM)
(and
(instance ?ATOM Atom)
(component ?PARTICLE ?ATOM)))) |
Merge.kif 1211-1216 |
If X is an instance of subatomic particle, then there exists Y such that Y is an instance of atom and X is a component of Y |
(=>
(instance ?NUCLEUS AtomicNucleus)
(exists (?NEUTRON ?PROTON)
(and
(component ?NEUTRON ?NUCLEUS)
(component ?PROTON ?NUCLEUS)
(instance ?NEUTRON Neutron)
(instance ?PROTON Proton)))) |
Merge.kif 1222-1229 |
If X is an instance of atomic nucleus, then there exist Y, Z such that Y is a component of X, Z is a component of X, Y is an instance of neutron, and Z is an instance of proton |
(=>
(instance ?BACTERIUM Bacterium)
(exists (?CELL1)
(and
(component ?CELL1 ?BACTERIUM)
(instance ?CELL1 Cell)
(forall (?CELL2)
(=>
(and
(component ?CELL2 ?BACTERIUM)
(instance ?CELL2 Cell))
(equal ?CELL1 ?CELL2)))))) |
Merge.kif 14771-14782 |
If X is an instance of bacterium, then there exists Y such that Y is a component of X, Y is an instance of cell, Z Z is a component of X, Z is an instance of cellequal Y, and Z |
(=>
(instance ?PART BodyPart)
(exists (?ORGANISM ?TIME)
(and
(instance ?ORGANISM Organism)
(temporalPart ?TIME
(WhenFn ?ORGANISM))
(holdsDuring ?TIME
(component ?PART ?ORGANISM))))) |
Merge.kif 15264-15270 |
If X is an instance of body part, then there exist Y, Z such that Y is an instance of organism, Z is a part of the time of existence of Y, and X is a component of Y holds during Z |
(=>
(instance ?COMP EngineeringComponent)
(exists (?DEVICE)
(and
(instance ?DEVICE Device)
(component ?COMP ?DEVICE)))) |
Merge.kif 16423-16428 |
If X is an instance of engineering component, then there exists Y such that Y is an instance of device and X is a component of Y |
(=>
(instance ?C Crane)
(exists (?H)
(and
(instance ?H HoistingDevice)
(component ?H ?C)))) |
Mid-level-ontology.kif 3072-3077 |
If X is an instance of crane, then there exists Y such that Y is an instance of hoisting device and Y is a component of X |
(=>
(and
(instance ?W VehicleWheel)
(instance ?V RoadVehicle)
(part ?W ?V))
(exists (?A)
(and
(instance ?A Axle)
(component ?A ?V)
(connected ?W ?A)))) |
Mid-level-ontology.kif 4165-4174 |
If X is an instance of vehicle wheel, Y is an instance of road vehicle, and X is a part of Y, then there exists Z such that Z is an instance of axle, Z is a component of Y, and X is connected to Z |
(=>
(instance ?X Mattress)
(exists (?BED)
(and
(instance ?BED Bed)
(component ?X ?BED)))) |
Mid-level-ontology.kif 4680-4685 |
If X is an instance of mattress, then there exists Y such that Y is an instance of bed and X is a component of Y |
(=>
(attribute ?X WaterBed)
(exists (?MATTRESS ?WATER)
(and
(component ?MATTRESS ?X)
(contains ?MATTRESS ?WATER)
(instance ?WATER Water)))) |
Mid-level-ontology.kif 4760-4766 |
If waterbed is an attribute of X, then there exist Y, Z such that Y is a component of X, Y contains Z, and Z is an instance of water |
(<=>
(instance ?VERT Vertebrate)
(exists (?SPINE)
(and
(instance ?VERT Animal)
(component ?SPINE ?VERT)
(instance ?SPINE SpinalColumn)))) |
Mid-level-ontology.kif 12422-12428 |
X is an instance of vertebrate if, only if there exists Y such that X is an instance of animal, Y is a component of X, and Y is an instance of spinal column |
(=>
(capability Breathing experiencer ?ANIMAL)
(exists (?LUNG)
(and
(component ?LUNG ?ANIMAL)
(instance ?LUNG Lung)))) |
Mid-level-ontology.kif 12681-12686 |
If X is capable of doing breathing as a experiencer, then there exists Y such that Y is a component of X and Y is an instance of lung |
(=>
(instance ?J BodyJoint)
(exists (?S ?P1 ?P2)
(and
(instance ?S Skeleton)
(component ?P1 ?S)
(component ?P2 ?S)
(component ?J ?S)
(connects ?J ?P1 ?P2)))) |
Mid-level-ontology.kif 13207-13215 |
If X is an instance of body joint, then All of the following hold: (1) there exist Y, Z (2) W such that Y is an instance of skeleton (3) Z is a component of Y (4) W is a component of Y (5) X is a component of Y (6) X connects Z (7) W |
(=>
(instance ?BOOK HardcopyDocument)
(exists (?SHEET)
(and
(component ?SHEET ?BOOK)
(instance ?SHEET PrintedSheet)))) |
Mid-level-ontology.kif 28980-28985 |
If X is an instance of hardcopy document, then there exists Y such that Y is a component of X and Y is an instance of printed sheet |
(=>
(instance ?X RemoteIgnitionControl)
(hasPurpose ?X
(exists (?VEHICLE ?ENGINE ?SIGNAL ?PROC)
(and
(instance ?VEHICLE PoweredVehicle)
(instance ?SIGNAL ElectronicSignalling)
(instrument ?SIGNAL ?X)
(destination ?SIGNAL ?VEHICLE)
(instance ?ENGINE Engine)
(component ?ENGINE ?VEHICLE)
(instance ?PROC
(OperatingFn Engine))
(experiencer ?PROC ?ENGINE)
(causes ?SIGNAL ?PROC))))) |
Cars.kif 3622-3636 |
If X is an instance of remote ignition control, then All of the following hold: (1) X has the purpose there exist Y, Z,, , W (2) V such that Y is an instance of powered vehicle (3) W is an instance of electronic signalling (4) X is an instrument for W (5) W ends up at Y (6) Z is an instance of engine (7) Z is a component of Y (8) V is an instance of the operating of engine (9) Z experiences V (10) W causes V |
(=>
(instance ?X SteeringColumnLock)
(hasPurpose ?X
(exists (?SC ?P ?CAR ?T)
(and
(instance ?SC SteeringColumn)
(instance ?CAR Automobile)
(component ?SC ?CAR)
(part ?X ?SC)
(instance ?P Protecting)
(instrument ?P ?X)
(decreasesLikelihood
(holdsDuring ?T
(attribute ?X Locked))
(holdsDuring ?T
(exists (?STEAL)
(and
(instance ?STEAL Stealing)
(patient ?STEAL ?CAR))))))))) |
Cars.kif 3864-3882 |
If X is an instance of steering column lock, then All of the following hold: (1) X has the purpose there exist Y, Z,, , W (2) V such that Y is an instance of steering column (3) W is an instance of automobile (4) Y is a component of W (5) X is a part of Y (6) Z is an instance of protecting (7) X is an instrument for Z (8) locked is an attribute of X holds during V decreases likelihood of there exists U such that U is an instance of stealing (9) W is a patient of U holds during V |
(=>
(and
(instance ?RIGHT PhysicalRightCIButton)
(component ?RIGHT ?DEV)
(instance ?DEV ComputerInputDevice))
(exists (?LEFT)
(and
(instance ?LEFT PhysicalLeftCIButton)
(component ?LEFT ?DEV)
(orientation ?RIGHT ?LEFT Left)))) |
ComputerInput.kif 220-229 |
If X is an instance of physical right CI button, X is a component of Y, and Y is an instance of computer input device, then there exists Z such that Z is an instance of physical left CI button, Z is a component of Y, and X is left of to Z |
(=>
(and
(instance ?MID MiddleCIButton)
(component ?MID ?DEV)
(instance ?DEV ComputerInputDevice))
(exists (?LEFT ?RIGHT)
(and
(instance ?RIGHT RightCIButton)
(instance ?LEFT LeftCIButton)
(component ?RIGHT ?DEV)
(component ?LEFT ?DEV)
(between ?LEFT ?MID ?RIGHT)
(orientation ?MID ?LEFT Left)
(orientation ?MID ?RIGHT Right)))) |
ComputerInput.kif 240-253 |
If X is an instance of middle CI button, X is a component of Y, and Y is an instance of computer input device, then All of the following hold: (1) there exist Z (2) W such that W is an instance of right CI button (3) Z is an instance of left CI button (4) W is a component of Y (5) Z is a component of Y (6) X is between Z (7) W (8) X is left of to Z (9) X is right of to W |
(=>
(instance ?KEYBOARD ComputerKeyboard_Generic)
(exists (?KEY)
(and
(instance ?KEY ComputerKeyboardKey)
(component ?KEY ?KEYBOARD)))) |
ComputerInput.kif 278-283 |
If X is an instance of generic computer keyboard, then there exists Y such that Y is an instance of computer keyboard key and Y is a component of X |
(=>
(instance ?DISK InternalHardDisk)
(exists (?DRIVE)
(and
(instance ?DRIVE HardDiskDrive)
(component ?DISK ?DRIVE)))) |
ComputerInput.kif 691-696 |
If X is an instance of internal hard disk, then there exists Y such that Y is an instance of hard disk drive and X is a component of Y |
(=>
(webVisitor ?A ?WS)
(exists (?AWS ?WP)
(and
(instance ?AWS AccessingWebPage)
(instance ?WP WebPage)
(component ?WP ?WS)
(agent ?AWS ?A)
(patient ?AWS ?WP)))) |
ComputerInput.kif 2972-2980 |
If X is a visitor to Y, then there exist Z, W such that Z is an instance of accessing web page, W is an instance of web page, W is a component of Y, X is an agent of Z, and W is a patient of Z |
(=>
(instance ?ORE Bauxite)
(exists (?METAL)
(and
(instance ?METAL Alumina)
(component ?METAL ?ORE)))) |
Economy.kif 5955-5960 |
If X is an instance of bauxite, then there exists Y such that Y is an instance of alumina and Y is a component of X |
(=>
(instance ?ORE IronOre)
(exists (?METAL)
(and
(instance ?METAL Iron)
(component ?METAL ?ORE)))) |
Economy.kif 5992-5997 |
If X is an instance of iron ore, then there exists Y such that Y is an instance of iron and Y is a component of X |
(=>
(instance ?ORE CopperOre)
(exists (?METAL)
(and
(instance ?METAL Copper)
(component ?METAL ?ORE)))) |
Economy.kif 6003-6008 |
If X is an instance of copper ore, then there exists Y such that Y is an instance of copper and Y is a component of X |
(=>
(instance ?ORE NickelOre)
(exists (?METAL)
(and
(instance ?METAL Nickel)
(component ?METAL ?ORE)))) |
Economy.kif 6014-6019 |
If X is an instance of nickel ore, then there exists Y such that Y is an instance of nickel and Y is a component of X |
(=>
(instance ?ORE LeadOre)
(exists (?METAL)
(and
(instance ?METAL Lead)
(component ?METAL ?ORE)))) |
Economy.kif 6026-6031 |
If X is an instance of lead ore, then there exists Y such that Y is an instance of lead and Y is a component of X |
|
| Display limited to 25 items. Show next 25 |
|
| Display limited to 25 items. Show next 25 |