(=>
(and
(instance ?X BreakingRecord)
(agent ?X ?A1))
(exists (?AC ?PC ?P1 ?TP ?ROLE ?L ?Q)
(and
(instance ?AC Set)
(instance ?A1 ?AC)
(subclass ?PC Process)
(subclass ?L Region)
(instance ?TP TimePoint)
(instance ?Q Quantity)
(instance ?P1 ?PC)
(refers ?X ?Q)
(refers ?Q ?P1)
(playsRoleInEvent ?A1 ?ROLE ?P1)
(eventLocated ?P1 ?L)
(not
(exists (?A2 ?P2)
(and
(instance ?A2 ?AC)
(not
(equal ?A2 ?A1))
(instance ?P2 ?PC)
(holdsDuring
(TimeIntervalFn ?TP
(EndFn
(WhenFn ?X)))
(and
(playsRoleInEvent ?A2 ?ROLE ?P2)
(eventLocated ?P2 ?L))))))))) |
Mid-level-ontology.kif 29408-29438 |
- If a process is an instance of BreakingRecord and an agent is an agent of the process,
- then there exist a class, another class,, , another process,, , a time point,, , a case role,, , a third class and an entity such that the class is an instance of set and the agent is an instance of the class and the other class is a subclass of process and the third class is a subclass of region and the time point is an instance of time point and the entity is an instance of quantity and the other process is an instance of the other class and the process includes a reference to the entity and the entity includes a reference to the other process and the agent plays role in event the case role for the other process and the other process is located at 2 and there don't exist another entity and a third entity such that the other entity is an instance of the class and the other entity is not equal to the agent and the third entity is an instance of the other class and the other entity plays role in event the case role for the third entity and the third entity is located at 2 holds during interval between the time point and the end of the time of existence of the process
|
(subclass Quantity Abstract) |
Merge.kif 1634-1634 |
Quantity is a subclass of abstract |
(subclass FiniteQuantity Quantity) |
Mid-level-ontology.kif 2825-2825 |
Finite quantity is a subclass of quantity |
(subclass InfiniteQuantity Quantity) |
Mid-level-ontology.kif 2829-2829 |
Infinite quantity is a subclass of quantity |
(subclass Number Quantity) |
Merge.kif 1764-1764 |
Number is a subclass of quantity |
(subclass PhysicalQuantity Quantity) |
Merge.kif 1965-1965 |
Physical quantity is a subclass of quantity |
(subclass PhysicalDimension Quantity) |
engineering.kif 73-73 |
Physical dimension is a subclass of quantity |
(subclass MultipoleQuantity Quantity) |
engineering.kif 292-292 |
Multipole quantity is a subclass of quantity |