SUMO   View all facts   Glossary   Help
Entity > Abstract > Class > Relation > BinaryRelation > AntisymmetricRelation > AsymmetricRelation > existant
Next AsymmetricRelationexploits    UpAsymmetricRelation, BinaryPredicate, TemporalRelation    Previous AsymmetricRelationequivalenceRelationOn   

existant
subjectfact 
existantdocumentation This relation holds between an instance of Physical and an instance of TimePosition just in case the temporal lifespan of the former includes the latter. The constants located and existant are the basic spatial and temporal predicates, respectively2001-11-30 13:34:13.0
has axiom
(<=> 
(instance ?ABS Abstract)
(not
(exists (?POINT)
(or
(located ?ABS ?POINT)
(existant ?ABS ?POINT)))))
2001-11-30 13:34:13.0
has axiom
(<=> 
(instance ?PHYS Physical)
(exists (?LOC ?TIME)
(and
(located ?PHYS ?LOC)
(existant ?PHYS ?TIME))))
2001-11-30 13:34:13.0
has axiom
(<=>
(existant ?PHYS ?TIME)
(temporallyBetweenOrEqual (BeginFn (WhenFn ?PHYS)) ?TIME (EndFn (WhenFn ?PHYS))))
2001-11-30 13:34:13.0
has axiom
(<=>
(instance ?PROCESS Creation)
(exists (?PATIENT)
(and
(patient ?PROCESS ?PATIENT)
(existant ?PATIENT (ImmediateFutureFn(WhenFn ?PROCESS)))
(not
(existant ?PATIENT (ImmediatePastFn (WhenFn ?PROCESS)))))))
2001-11-30 13:34:13.0
has axiom
(<=>
(instance ?PROCESS Destruction)
(exists (?PATIENT)
(and
(patient ?PROCESS ?PATIENT)
(existant ?PATIENT (ImmediatePastFn(WhenFn ?PROCESS)))
(not
(existant ?PATIENT (ImmediateFutureFn (WhenFn ?PROCESS)))))))
2001-11-30 13:34:13.0
has axiom
(<=>
(temporalPart ?POINT (WhenFn ?THING))
(existant ?THING ?POINT))
2001-11-30 13:34:13.0
has axiom
(=> 
(instance ?OBJ Object)
(exists (?TIME1 ?TIME2)
(and
(instance ?TIME1 TimePoint)
(instance ?TIME2 TimePoint)
(before ?TIME1 ?TIME2)
(forall (?TIME)
(=>
(and
(beforeEq ?TIME1 ?TIME)
(beforeEq ?TIME ?TIME2))
(existant ?OBJ ?TIME))))))
2001-11-30 13:34:13.0
has axiom
(=> 
(and
(instance ?PROC Process)
(subProcess ?SUBPROC ?PROC))
(exists (?TIME)
(existant ?SUBPROC ?TIME)))
2001-11-30 13:34:13.0
has axiom
(=>
(and
(holdsDuring ?INTERVAL (holds ?REL ?INST1 ?INST2))
(temporalPart ?POINT ?INTERVAL)
(instance ?INST1 Physical)
(instance ?INST2 Physical))
(and
(existant ?INST1 ?POINT)
(existant ?INST2 ?POINT)))
2001-11-30 13:34:13.0
has axiom
(=>
(result ?PROC ?OBJ)
(forall (?TIME)
(=>
(before ?TIME (BeginFn (WhenFn ?PROC)))
(not
(existant ?OBJ ?TIME)))))
2001-11-30 13:34:13.0
has domain1 Physical2001-11-30 13:34:13.0
has domain2 TimePosition2001-11-30 13:34:13.0
is an instance of AsymmetricRelation2001-11-30 13:34:13.0
is an instance of BinaryPredicate2001-11-30 13:34:13.0
is an instance of TemporalRelation2001-11-30 13:34:13.0
BinaryRelationis first domain of DomainFn2001-11-30 13:33:44.0
is first domain of equivalenceRelationOn2001-11-30 13:33:44.0
is first domain of inverse2001-11-30 13:33:44.0
is first domain of irreflexiveOn2001-11-30 13:33:44.0
is first domain of partialOrderingOn2001-11-30 13:33:44.0
is first domain of RangeFn2001-11-30 13:33:44.0
is first domain of reflexiveOn2001-11-30 13:33:44.0
is first domain of totalOrderingOn2001-11-30 13:33:44.0
is first domain of trichotomizingOn2001-11-30 13:33:44.0
is second domain of inverse2001-11-30 13:33:44.0
Predicateis first domain of singleValued2001-11-30 13:35:02.0
Relationis first domain of domain2001-11-30 13:35:10.0
is first domain of domainSubclass2001-11-30 13:35:10.0
is first domain of holds2001-11-30 13:35:10.0
is first domain of subrelation2001-11-30 13:35:10.0
is first domain of valence2001-11-30 13:35:10.0
is second domain of subrelation2001-11-30 13:35:10.0
Classis third domain of domain2001-11-30 13:33:51.0
is third domain of domainSubclass2001-11-30 13:33:51.0
Abstractis disjoint from Physical2001-11-30 13:33:32.0

Next AsymmetricRelationexploits    UpAsymmetricRelation, BinaryPredicate, TemporalRelation    Previous AsymmetricRelationequivalenceRelationOn