SUMO   Glossary   Help

<=>documentation The truth-functional connective of bi-implication2001-11-30 13:33:31.0
has domain1 Formula2001-11-30 13:33:31.0
has domain2 Formula2001-11-30 13:33:31.0
is an instance of SententialOperator2001-11-30 13:33:31.0
=>documentation The truth-functional connective of implication2001-11-30 13:33:31.0
has domain1 Formula2001-11-30 13:33:31.0
has domain2 Formula2001-11-30 13:33:31.0
is an instance of SententialOperator2001-11-30 13:33:32.0
abovedocumentation This is a cognitive primitive, derived from the up/down schema and not involving contact. (above ?OBJ1 ?OBJ2) means that ?OBJ1 is above ?OBJ22001-11-30 13:33:32.0
has axiom
(=>
(above ?OBJ1 ?OBJ2)
(not
(connected ?OBJ1 ?OBJ2)))
2001-11-30 13:33:32.0
has axiom
(=>
(under ?OBJ1 ?OBJ2)
(or
(on ?OBJ2 ?OBJ1)
(above ?OBJ2 ?OBJ1)))
2001-11-30 13:33:32.0
has inverse below2001-11-30 13:33:32.0
is an instance of AsymmetricRelation2001-11-30 13:33:32.0
is an instance of TransitiveRelation2001-11-30 13:33:32.0
AbsoluteValueFndocumentation The value of (AbsoluteValueFn ?NUMBER) is the absolute value of the RealNumber ?NUMBER2001-11-30 13:33:32.0
has axiom
(<=>
(equal (AbsoluteValueFn ?NUMBER1) ?NUMBER2)
(or
(and
(instance ?NUMBER1 PositiveInteger)
(equal ?NUMBER1 ?NUMBER2))
(and
(instance ?NUMBER1 NegativeInteger)
(equal ?NUMBER2 (SubtractionFn 0 ?NUMBER1)))))
2001-11-30 13:33:32.0
has domain1 RealNumber2001-11-30 13:33:32.0
has range PositiveRealNumber2001-11-30 13:33:32.0
is an instance of UnaryFunction2001-11-30 13:33:32.0
AbsorbedDoseMeasureis a kind of FunctionQuantity2001-11-30 13:33:32.0
Abstractdocumentation Properties or qualities as distinguished from any particular embodiment of the properties/qualities in a physical medium. Instances of Abstract can be said to exist in the same sense as mathematical objects such as sets and relations, but they cannot exist at a particular place and time without some physical encoding or embodiment2001-11-30 13:33:32.0
has axiom
(<=> 
(instance ?ABS Abstract)
(not
(exists (?POINT)
(or
(located ?ABS ?POINT)
(existant ?ABS ?POINT)))))
2001-11-30 13:33:32.0
is a kind of Entity2001-11-30 13:33:32.0
is disjoint from Physical2001-11-30 13:33:32.0
AbstractionFndocumentation A UnaryFunction that maps a Class into the instance of Attribute that specifies the condition(s) for membership in the Class2001-11-30 13:33:32.0
has axiom
(<=>
(equal (AbstractionFn ?CLASS) ?ATTR)
(forall (?INST)
(<=>
(instance ?INST ?CLASS)
(attribute ?INST ?ATTR))))
2001-11-30 13:33:32.0
has domain1 Class2001-11-30 13:33:32.0
has range Attribute2001-11-30 13:33:32.0
is an instance of UnaryFunction2001-11-30 13:33:32.0
ActivityMeasureis a kind of TimeDependentQuantity2001-11-30 13:33:32.0
AdditionFndocumentation If ?NUMBER1 and ?NUMBER2 are Numbers, then (AdditionFn ?NUMBER1 ?NUMBER2) is the arithmetical sum of these numbers2001-11-30 13:33:32.0
has axiom
(<=>
(equal (RemainderFn ?NUMBER1 ?NUMBER2) ?NUMBER)
(equal (AdditionFn (MultiplicationFn (FloorFn (DivisionFn ?NUMBER1 ?NUMBER2)) ?NUMBER2) ?NUMBER) ?NUMBER1))
2001-11-30 13:33:32.0
has domain1 Quantity2001-11-30 13:33:32.0
has domain2 Quantity2001-11-30 13:33:32.0
has identityElement 02001-11-30 13:33:32.0
has range Quantity2001-11-30 13:33:32.0
is an instance of AssociativeFunction2001-11-30 13:33:33.0
is an instance of CommutativeFunction2001-11-30 13:33:33.0
is an instance of RelationExtendedToQuantities2001-11-30 13:33:33.0
Addressdocumentation A GeographicArea with definite boundaries and of relatively small size. This concept represents the state of 'being at an address'2001-11-30 13:33:33.0
is a kind of GeographicArea2001-11-30 13:33:33.0
adjacentdocumentation (adjacent ?OBJ1 ?OBJ2) means that ?OBJ1 is close to, near or abutting ?OBJ2 with no other structure of the same kind intervening. This Predicate covers the following relations: adjoins, abuts, is contiguous to, is juxtaposed, and is close to2001-11-30 13:33:33.0
has axiom
(=>
(adjacent ?OBJ1 ?OBJ2)
(or
(near ?OBJ1 ?OBJ2)
(connected ?OBJ1 ?OBJ2)))
2001-11-30 13:33:33.0
is an instance of EquivalenceRelation2001-11-30 13:33:33.0
Adjectivedocumentation One of the parts of speech. The Class of Words that conventionally denote Attributes of Objects2001-11-30 13:33:33.0
is a kind of Word2001-11-30 13:33:33.0
Adultdocumentation The stage of an Animal when it has developed secondary sex characteristics and has reached the end of its growth phase2001-11-30 13:33:33.0
is an instance of DevelopmentalProperty2001-11-30 13:33:33.0
Adverbdocumentation One of the parts of speech. The Class of Words that conventionally denote Attributes of Processes2001-11-30 13:33:33.0
is a kind of Word2001-11-30 13:33:33.0
AestheticJudgementdocumentation A Proposition expressing matters of taste, style, beauty, etc2001-11-30 13:33:33.0
is a kind of NormativeProposition2001-11-30 13:33:34.0
agedocumentation Simply relates an Object to a ConstantQuantity specifying the age of the Object2001-11-30 13:33:34.0
has arg2 valence singleValued2001-11-30 13:33:34.0
has axiom
(=> 
(instance ?GROUP AgeGroup)
(forall (?MEMB1 ?MEMB2 ?AGE1 ?AGE2)
(=>
(and
(member ?MEMB1 ?GROUP)
(member ?MEMB2 ?GROUP)
(age ?MEMB1 ?AGE1)
(age ?MEMB2 ?AGE2))
(equal ?AGE1 ?AGE2))))
2001-11-30 13:33:34.0
has domain2 TimeDuration2001-11-30 13:33:34.0
AgeGroupdocumentation A GroupOfPeople whose members all have the same age2001-11-30 13:33:34.0
has axiom
(=> 
(instance ?GROUP AgeGroup)
(forall (?MEMB1 ?MEMB2 ?AGE1 ?AGE2)
(=>
(and
(member ?MEMB1 ?GROUP)
(member ?MEMB2 ?GROUP)
(age ?MEMB1 ?AGE1)
(age ?MEMB2 ?AGE2))
(equal ?AGE1 ?AGE2))))
2001-11-30 13:33:34.0
is a kind of GroupOfPeople2001-11-30 13:33:34.0
agentdocumentation (agent ?ACTION ?AGENT) means that the Agent ?AGENT voluntarily initiates ?ACTION. For example, Eve is an agent in the following proposition: Eve bit an apple2001-11-30 13:33:34.0
Agentdocumentation Something or someone that can act on its own and produce changes in the world2001-11-30 13:33:34.0
has axiom
(<=>
(instance ?AGENT Agent)
(exists (?PROC)
(agent ?PROC ?AGENT)))
2001-11-30 13:33:34.0
agenthas axiom
(<=>
(instance ?AGENT Agent)
(exists (?PROC)
(agent ?PROC ?AGENT)))
2001-11-30 13:33:34.0
has axiom
(<=>
(and
(instance ?BUY Buying)
(agent ?BUY ?AGENT1)
(origin ?BUY ?AGENT2)
(patient ?BUY ?OBJECT))
(and
(instance ?SELL Selling)
(agent ?SELL ?AGENT2)
(destination ?SELL ?AGENT1)
(patient ?SELL ?OBJECT)))
2001-11-30 13:33:34.0
has axiom
(=>
(authors ?AGENT ?TEXT)
(exists (?PROCESS)
(and
(agent ?PROCESS ?AGENT)
(result ?PROCESS ?TEXT))))
2001-11-30 13:33:34.0
has axiom
(=>
(exploits ?OBJ ?AGENT)
(exists (?PROCESS)
(and
(agent ?PROCESS ?AGENT)
(resource ?PROCESS ?OBJ))))
2001-11-30 13:33:34.0
has axiom
(=>
(uses ?OBJ ?AGENT)
(exists (?PROC)
(and
(agent ?PROC ?AGENT)
(instrument ?PROC ?OBJ))))
2001-11-30 13:33:34.0
has axiom
(=>
(and
(instance ?ACT OrganizationalProcess)
(agent ?ACT ?AGENT))
(or
(instance ?AGENT Organization)
(exists (?ORG)
(and
(instance ?ORG Organization)
(member ?AGENT ?ORG)))))
2001-11-30 13:33:34.0
has axiom
(=>
(and
(instance ?ACT ReligiousProcess)
(agent ?ACT ?AGENT))
(or
(instance ?AGENT ReligiousOrganization)
(exists (?ORG)
(and
(member ?AGENT ?ORG)
(instance ?ORG ReligiousOrganization)))))
2001-11-30 13:33:34.0
has axiom
(=>
(and
(instance ?COUNT Counting)
(agent ?COUNT ?AGENT)
(patient ?COUNT ?ENTITY))
(exists (?NUMBER)
(knows ?AGENT (equal (CardinalityFn ?ENTITY)))))
2001-11-30 13:33:34.0
Agenthas axiom
(=>
(and
(instance ?GET Getting)
(agent ?GET ?AGENT1)
(origin ?GET ?AGENT2)
(instance ?AGENT2 Agent)
(patient ?GET ?OBJ))
(exists (?GIVE)
(and
(instance ?GIVE Giving)
(agent ?GIVE ?AGENT2)
(destination ?GIVE ?AGENT1)
(patient ?GIVE ?OBJ))))
2001-11-30 13:33:34.0
agenthas axiom
(=>
(and
(instance ?GET Getting)
(agent ?GET ?AGENT1)
(origin ?GET ?AGENT2)
(instance ?AGENT2 Agent)
(patient ?GET ?OBJ))
(exists (?GIVE)
(and
(instance ?GIVE Giving)
(agent ?GIVE ?AGENT2)
(destination ?GIVE ?AGENT1)
(patient ?GIVE ?OBJ))))
2001-11-30 13:33:34.0
Agenthas axiom
(=>
(and
(instance ?GIVE Giving)
(agent ?GIVE ?AGENT1)
(destination ?GIVE ?AGENT2)
(instance ?AGENT2 Agent)
(patient ?GIVE ?OBJ))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?GIVE)) (possesses ?AGENT1 ?OBJ))
(holdsDuring (ImmediateFutureFn (WhenFn ?GIVE)) (possesses ?AGENT2 ?OBJ))))
2001-11-30 13:33:34.0
agenthas axiom
(=>
(and
(instance ?GIVE Giving)
(agent ?GIVE ?AGENT1)
(destination ?GIVE ?AGENT2)
(instance ?AGENT2 Agent)
(patient ?GIVE ?OBJ))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?GIVE)) (possesses ?AGENT1 ?OBJ))
(holdsDuring (ImmediateFutureFn (WhenFn ?GIVE)) (possesses ?AGENT2 ?OBJ))))
2001-11-30 13:33:34.0
has axiom
(=>
(and
(instance ?INVESTIGATE Investigating)
(agent ?INVESTIGATE ?AGENT)
(patient ?INVESTIGATE ?PROP))
(holdsDuring (WhenFn ?INVESTIGATE) (not (knows ?AGENT ?PROP))))
2001-11-30 13:33:34.0
has axiom
(=>
(and
(instance ?KILL Killing)
(agent ?KILL ?AGENT)
(patient ?KILL ?PATIENT))
(and
(instance ?AGENT Organism)
(instance ?PATIENT Organism)))
2001-11-30 13:33:34.0
has axiom
(=>
(and
(instance ?LEARN Learning)
(agent ?LEARN ?AGENT))
(instance ?AGENT CognitiveAgent))
2001-11-30 13:33:34.0
has axiom
(=>
(and
(instance ?MEAS Measuring)
(agent ?MEAS ?AGENT)
(patient ?MEAS ?OBJ))
(exists (?QUANT ?UNIT)
(holdsDuring (ImmediateFutureFn (WhenFn ?MEAS))
(knows ?AGENT (measure ?OBJ (MeasureFn ?QUANT ?UNIT))))))
2001-11-30 13:33:34.0
has axiom
(=>
(and
(instance ?ORGANISM Organism)
(agent ?PROCESS ?ORGANISM))
(holdsDuring (WhenFn ?PROCESS) (attribute ?ORGANISM Living)))
2001-11-30 13:33:34.0
has axiom
(=>
(and
(instance ?PERCEPT Perception)
(agent ?PERCEPT ?AGENT))
(instance ?AGENT Animal))
2001-11-30 13:33:34.0
has axiom
(=>
(and
(instance ?POKE Poking)
(agent ?POKE ?AGENT)
(patient ?POKE ?OBJ)
(instrument ?POKE ?INST))
(holdsDuring (WhenFn ?POKE) (connects ?INST ?AGENT ?OBJ)))
2001-11-30 13:33:34.0
has axiom
(=>
(and
(instance ?PROC IntentionalProcess)
(agent ?PROC ?AGENT))
(and
(instance ?AGENT CognitiveAgent)
(exists (?PURP)
(hasPurposeForAgent ?PROC ?PURP ?AGENT))))
2001-11-30 13:33:34.0
has axiom
(=>
(and
(instance ?PURSUE Pursuing)
(agent ?PURSUE ?AGENT)
(patient ?PURSUE ?OBJ))
(wants ?AGENT ?OBJ))
2001-11-30 13:33:34.0
has axiom
(=>
(and
(instance ?SEARCH Searching)
(agent ?SEARCH ?AGENT)
(patient ?SEARCH ?ENTITY))
(inScopeOfInterest ?AGENT ?ENTITY))
2001-11-30 13:33:34.0
has axiom
(=>
(and
(instance ?TOUCH Touching)
(agent ?TOUCH ?AGENT)
(patient ?TOUCH ?OBJ))
(holdsDuring (WhenFn ?TOUCH) (connected ?AGENT ?OBJ)))
2001-11-30 13:33:34.0
has axiom
(=>
(and
(instance ?TRANSFER Transfer)
(agent ?TRANSFER ?AGENT)
(patient ?TRANSFER ?PATIENT))
(not
(equal ?AGENT ?PATIENT)))
2001-11-30 13:33:34.0
has axiom
(=>
(and
(instance ?WAR War)
(agent ?WAR ?AGENT))
(or
(instance ?AGENT Nation)
(and
(instance ?AGENT Organization)
(forall (?MEMBER)
(=>
(member ?MEMBER ?AGENT)
(instance ?MEMBER Nation))))))
2001-11-30 13:33:34.0
has axiom
(=>
(holdsDuring ?TIME
(exists (?LEARN)
(and
(instance ?LEARN Learning)
(agent ?LEARN ?AGENT)
(patient ?LEARN ?PROP))))
(holdsDuring (ImmediateFutureFn ?TIME)
(believes ?AGENT ?PROP)))
2001-11-30 13:33:34.0
has axiom
(=>
(instance ?ACT OccupationalProcess)
(exists (?ORG ?EMP)
(and
(instance ?ORG Organization)
(employs ?ORG ?EMP)
(agent ?ACT ?EMP))))
2001-11-30 13:33:34.0
has axiom
(=>
(instance ?BUILDING Building)
(exists (?HUMAN)
(and
(instance ?HUMAN Human)
(or
(inhabits ?HUMAN ?BUILDING)
(exists (?ACT)
(and
(agent ?ACT ?HUMAN)
(located ?ACT ?BUILDING)))))))
2001-11-30 13:33:34.0
has axiom
(=>
(instance ?CONTEST Contest)
(exists (?AGENT1 ?AGENT2 ?PURP1 ?PURP2)
(and
(agent ?CONTEST ?AGENT1)
(agent ?CONTEST ?AGENT2)
(hasPurposeForAgent ?CONTEST ?PURP1 ?AGENT1)
(hasPurposeForAgent ?CONTEST ?PURP2 ?AGENT2)
(not
(equal ?AGENT1 ?AGENT2))
(not
(equal ?PURP1 ?PURP2)))))
2001-11-30 13:33:34.0
has axiom
(=>
(instance ?COOPERATE Cooperation)
(exists (?PURP)
(forall (?AGENT)
(=>
(agent ?COOPERATE ?AGENT)
(hasPurposeForAgent ?COOPERATE ?PURP ?AGENT)))))
2001-11-30 13:33:34.0
has axiom
(=>
(instance ?INTERACTION SocialInteraction)
(exists (?AGENT1 ?AGENT2)
(and
(agent ?INTERACTION ?AGENT1)
(agent ?INTERACTION ?AGENT2)
(not
(equal ?AGENT1 ?AGENT2)))))
2001-11-30 13:33:34.0
has axiom
(=>
(instance ?PERSON PersonByOccupationalRole)
(exists (?ACT)
(and
(instance ?ACT OccupationalProcess)
(agent ?ACT ?PERSON))))
2001-11-30 13:33:34.0
has axiom
(=>
(instance ?PERSON PersonBySocialRole)
(exists (?ACT)
(and
(instance ?ACT OrganizationalProcess)
(agent ?ACT ?PERSON))))
2001-11-30 13:33:34.0
has axiom
(=>
(instance ?PROC IntentionalProcess)
(exists (?AGENT)
(and
(instance ?AGENT CognitiveAgent)
(agent ?PROC ?AGENT))))
2001-11-30 13:33:34.0
has axiom
(=>
(instance ?TRANS Transaction)
(exists (?AGENT1 ?AGENT2 ?GIVE1 ?GIVE2 ?OBJ1 ?OBJ2)
(and
(instance ?GIVE1 Giving)
(instance ?GIVE2 Giving)
(subProcess ?GIVE1 ?TRANS)
(subProcess ?GIVE2 ?TRANS)
(agent ?GIVE1 ?AGENT1)
(agent ?GIVE2 ?AGENT2)
(patient ?GIVE1 ?OBJ1)
(patient ?GIVE2 ?OBJ2)
(destination ?GIVE1 ?AGENT2)
(destination ?GIVE2 ?AGENT1)
(not
(equal ?AGENT1 ?AGENT2))
(not
(equal ?OBJ1 ?OBJ2)))))
2001-11-30 13:33:34.0
has domain1 Process2001-11-30 13:33:34.0
has domain2 Agent2001-11-30 13:33:34.0
Agentis a kind of Object2001-11-30 13:33:35.0
is first domain of authors2001-11-30 13:33:34.0
is first domain of believes2001-11-30 13:33:34.0
is first domain of considers2001-11-30 13:33:34.0
is first domain of desires2001-11-30 13:33:34.0
is first domain of inScopeOfInterest2001-11-30 13:33:34.0
is first domain of knows2001-11-30 13:33:34.0
is first domain of needs2001-11-30 13:33:34.0
is first domain of possesses2001-11-30 13:33:34.0
is first domain of PropertyFn2001-11-30 13:33:34.0
is first domain of wants2001-11-30 13:33:34.0
is first domain of WealthFn2001-11-30 13:33:34.0
is second domain of agent2001-11-30 13:33:34.0
is second domain of experiencer2001-11-30 13:33:34.0
is second domain of exploits2001-11-30 13:33:35.0
is second domain of hasSkill2001-11-30 13:33:35.0
is second domain of holdsObligation2001-11-30 13:33:35.0
is second domain of holdsRight2001-11-30 13:33:35.0
is second domain of uses2001-11-30 13:33:35.0
is third domain of hasPurposeForAgent2001-11-30 13:33:35.0
is third domain of representsForAgent2001-11-30 13:33:35.0
Aggressivedocumentation The Attribute of having an aggressive disposition2001-11-30 13:33:35.0
has contraryProperty Docile2001-11-30 13:33:35.0
is an instance of TraitProperty2001-11-30 13:33:35.0
Algadocumentation A chiefly aquatic plant that contains chlorophyll, but does not form embryos during development and lacks vascular tissue2001-11-30 13:33:35.0
has axiom
(=>
(instance ?ALGA Alga)
(exists (?WATER)
(and
(inhabits ?ALGA ?WATER)
(instance ?WATER Water))))
2001-11-30 13:33:35.0
is a kind of Plant2001-11-30 13:33:35.0
alongdocumentation (along ?OBJ1 ?OBJ2) means that the Object ?OBJ1 shares the area of ?OBJ2 at least as far the extension of one dimension is concerned2001-11-30 13:33:35.0
has axiom
(=>
(along ?OBJ1 ?OBJ2)
(near ?OBJ1 ?OBJ2))
2001-11-30 13:33:35.0
has axiom
(=>
(and
(along ?OBJ1 ?OBJ2)
(along ?OBJ3 ?OBJ2))
(connects ?OBJ2 ?OBJ1 ?OBJ3))
2001-11-30 13:33:35.0
has relatedInternalConcept traverses2001-11-30 13:33:35.0
is an instance of EquivalenceRelation2001-11-30 13:33:35.0
AmountOfSubstanceMeasureis a kind of ConstantQuantity2001-11-30 13:33:35.0
Amperedocumentation SI ElectricCurrentMeasure. Symbol: A. It is one of the base units in SI. It is defined as follows: the Ampere is that constant current which, if maintained in two straight parallel conductors of infinite length, of negligible circular cross-section, and placed 1 Meter apart in a vacuum, would produce between these conductors a force equal to 2*10^(-7) Newton per Meter of length2001-11-30 13:33:35.0
has axiom
(equal
(MeasureFn ?NUMBER MilliAmpere)
(MeasureFn (MultiplicationFn ?NUMBER .001) Ampere))
2001-11-30 13:33:35.0
has axiom
(equal
(MeasureFn ?NUMBER NanoAmpere)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E-9) Ampere))
2001-11-30 13:33:35.0
has axiom
(equal
(MeasureFn ?NUMBER PicoAmpere)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E-12) Ampere))
2001-11-30 13:33:35.0
is an instance of ElectricCurrentMeasure2001-11-30 13:33:35.0
is an instance of SystemeInternationalUnit2001-11-30 13:33:35.0
Amphibiandocumentation A cold-blooded, smooth-skinned Vertebrate which characteristically hatches as an aquatic larva, breathing by gills. When mature, the Amphibian breathes with Lungs2001-11-30 13:33:35.0
is a kind of ColdBloodedVertebrate2001-11-30 13:33:36.0
is disjoint from Reptile2001-11-30 13:33:35.0
Amudocumentation Atomic mass unit. Symbol: u. It is the mass of the twelfth part of an atom of the Carbon 12 isotope2001-11-30 13:33:36.0
has axiom
(equal
(MeasureFn ?NUMBER Amu)
(MeasureFn (MultiplicationFn ?NUMBER 1.6605402E-27) Kilogram))
2001-11-30 13:33:36.0
is an instance of MassMeasure2001-11-30 13:33:36.0
is an instance of UnitOfMeasure2001-11-30 13:33:36.0
AnatomicalStructuredocumentation A normal or pathological part of the anatomy or structural organization of an Organism2001-11-30 13:33:36.0
has axiom
(=>
(instance ?ANAT AnatomicalStructure)
(exists (?ORGANISM)
(and
(instance ?ORGANISM Organism)
(part ?ANAT ?ORGANISM))))
2001-11-30 13:33:36.0
has axiom
(=>
(instance ?INJ Injuring)
(exists (?STRUCT)
(and
(instance ?STRUCT AnatomicalStructure)
(patient ?INJ ?STRUCT))))
2001-11-30 13:33:36.0
has axiom
(=>
(instance ?JUNCT BodyJunction)
(exists (?STRUCT)
(and
(instance ?STRUCT AnatomicalStructure)
(component ?JUNCT ?STRUCT))))
2001-11-30 13:33:36.0
has axiom
(=>
(instance ?JUNCT BodyJunction)
(exists (?STRUCT1 ?STRUCT2)
(and
(connected ?JUNCT ?STRUCT1)
(connected ?JUNCT ?STRUCT2)
(instance ?STRUCT1 AnatomicalStructure)
(instance ?STRUCT2 AnatomicalStructure)
(not
(equal ?STRUCT1 ?STRUCT2)))))
2001-11-30 13:33:36.0
has axiom
(=>
(instance ?POISON Poisoning)
(exists (?THING)
(and
(patient ?POISON ?THING)
(or
(instance ?THING Organism)
(instance ?THING AnatomicalStructure)))))
2001-11-30 13:33:36.0
has axiom
(=>
(instance ?STRUCT EmbryonicStructure)
(exists (?THING)
(and
(developmentalForm ?THING ?STRUCT)
(or
(instance ?THING Organism)
(instance ?THING AnatomicalStructure)))))
2001-11-30 13:33:36.0
is a kind of CorpuscularObject2001-11-30 13:33:36.0
is disjoint from Organism2001-11-30 13:33:36.0
anddocumentation The truth-functional connective of conjunction2001-11-30 13:33:36.0
has domain1 Formula2001-11-30 13:33:36.0
has domain2 Formula2001-11-30 13:33:36.0
is an instance of SententialOperator2001-11-30 13:33:36.0
Angstromdocumentation The Angstrom is a LengthMeasure. 1 Angstrom = 10^(-10)2001-11-30 13:33:36.0
has axiom
(equal
(MeasureFn ?NUMBER Angstrom)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E-10) Meter))
2001-11-30 13:33:36.0
is an instance of LengthMeasure2001-11-30 13:33:36.0
is an instance of UnitOfMeasure2001-11-30 13:33:36.0
AngularDegreedocumentation A PlaneAngleMeasure2001-11-30 13:33:36.0
has axiom
(equal
(MeasureFn ?NUMBER AngularDegree)
(MeasureFn (MultiplicationFn ?NUMBER (DivisionFn Pi 180)) Radian))
2001-11-30 13:33:36.0
is an instance of PlaneAngleMeasure2001-11-30 13:33:36.0
is an instance of UnitOfMeasure2001-11-30 13:33:36.0
Anhydrousdocumentation An Attribute which indicates that the associated Object does not contain any Water2001-11-30 13:33:36.0
has axiom
(=>
(and
(instance ?DRY Drying)
(patient ?DRY ?OBJ))
(holdsDuring (ImmediateFutureFn (WhenFn ?DRY))
(or
(attribute ?OBJ Anhydrous)
(attribute ?OBJ Dry))))
2001-11-30 13:33:36.0
has axiom
(=>
(attribute ?OBJ Anhydrous)
(not
(exists (?WATER)
(and
(instance ?WATER Water)
(part ?WATER ?OBJ)))))
2001-11-30 13:33:36.0
is an instance of SaturationProperty2001-11-30 13:33:36.0
AnimacyPropertydocumentation Attributes that indicate whether an Organism is alive or not2001-11-30 13:33:37.0
is a kind of BiologicalProperty2001-11-30 13:33:37.0
Animaldocumentation An Organism with eukaryotic Cells, and lacking stiff cell walls, plastids, and photosynthetic Pigments2001-11-30 13:33:37.0
has axiom
(=> 
(and
(instance ?GROUP Group)
(member ?MEMB ?GROUP))
(instance ?MEMB Animal))
2001-11-30 13:33:37.0
has axiom
(=>
(instance ?ANIMAL Animal)
(exists (?CELL ?WALL)
(and
(component ?CELL ?ANIMAL)
(instance ?CELL Cell)
(component ?WALL ?CELL)
(instance ?WALL CellWallNonRigid))))
2001-11-30 13:33:37.0
has axiom
(=>
(instance ?DISEASE MentalOrBehavioralDysfunction)
(exists (?ANIMAL)
(and
(instance ?ANIMAL Animal)
(patient ?DISEASE ?ANIMAL))))
2001-11-30 13:33:37.0
has axiom
(=>
(instance ?PROCESS MentalProcess)
(exists (?ANIMAL)
(and
(instance ?ANIMAL Animal)
(experiencer ?PROCESS ?ANIMAL))))
2001-11-30 13:33:37.0
has axiom
(=>
(and
(instance ?ACT Surgery)
(patient ?ACT ?ANIMAL))
(exists (?SUBACT)
(and
(instance ?SUBACT Cutting)
(instance ?ANIMAL Animal)
(patient ?ANIMAL ?CUTTING)
(subProcess ?SUBACT ?ACT))))
2001-11-30 13:33:37.0
has axiom
(=>
(and
(instance ?PERCEPT Perception)
(agent ?PERCEPT ?AGENT))
(instance ?AGENT Animal))
2001-11-30 13:33:37.0
is a kind of Organism2001-11-30 13:33:37.0
is first domain of father2001-11-30 13:33:37.0
is first domain of mother2001-11-30 13:33:37.0
AntisymmetricRelationdocumentation BinaryRelation ?REL is an AntisymmetricRelation if for distinct ?INST1 and ?INST2, (?REL ?INST1 ?INST2) implies not (?REL ?INST2 ?INST1). In other words, for all ?INST1 and ?INST2, (?REL ?INST1 ?INST2) and (?REL ?INST2 ?INST1) imply that ?INST1 and ?INST2 are identical. Note that it is possible for an AntisymmetricRelation to be a ReflexiveRelation2001-11-30 13:33:37.0
has axiom
(=> 
(partialOrderingOn ?RELATION ?CLASS)
(and
(reflexiveOn ?RELATION ?CLASS)
(instance ?RELATION TransitiveRelation)
(instance ?RELATION AntisymmetricRelation)))
2001-11-30 13:33:37.0
has axiom
(=>
(instance ?REL AntisymmetricRelation)
(forall (?INST1 ?INST2)
(=>
(and
(holds ?REL ?INST1 ?INST2)
(holds ?REL ?INST2 ?INST1))
(equal ?INST1 ?INST2))))
2001-11-30 13:33:37.0
is a kind of BinaryRelation2001-11-30 13:33:37.0
Arachniddocumentation A Class of Arthropods that includes Ticks and Spiders2001-11-30 13:33:37.0
is a kind of Arthropod2001-11-30 13:33:37.0
ArcCosineFndocumentation (ArcCosineFn ?NUMBER) returns the arc cosine of the RealNumber ?NUMBER. It is the inverse of CosineFn2001-11-30 13:33:37.0
has domain1 RealNumber2001-11-30 13:33:37.0
has inverse CosineFn2001-11-30 13:33:37.0
has range PlaneAngleMeasure2001-11-30 13:33:37.0
is an instance of UnaryFunction2001-11-30 13:33:37.0
Archaeondocumentation Archaea are characterized by: 1. the presence of characteristic tRNAs and ribosomal RNAs, 2. the absence of peptidoglycan cell walls, 3. the presence of ether-linked lipids built from branched-chain subunits, and 4. their occurrence in unusual habitats. While archaea resemble Bacteria in morphology and genomic organization, they resemble eukarya in their method of genomic replication2001-11-30 13:33:37.0
is a kind of Microorganism2001-11-30 13:33:37.0
ArcSineFndocumentation (ArcSineFn ?NUMBER) returns the arc sine of the RealNumber ?NUMBER. It is the inverse of SineFn2001-11-30 13:33:37.0
has domain1 RealNumber2001-11-30 13:33:37.0
has inverse SineFn2001-11-30 13:33:37.0
has range PlaneAngleMeasure2001-11-30 13:33:38.0
is an instance of UnaryFunction2001-11-30 13:33:38.0
ArcTangentFndocumentation (ArcTangentFn ?NUMBER) returns the arc tangent of the RealNumber ?NUMBER. It is the inverse of TangentFn2001-11-30 13:33:38.0
has domain1 RealNumber2001-11-30 13:33:38.0
has inverse TangentFn2001-11-30 13:33:38.0
has range PlaneAngleMeasure2001-11-30 13:33:38.0
is an instance of UnaryFunction2001-11-30 13:33:38.0
Arrangingdocumentation The Class of IntentionallyCausedProcesses where the order of Objects in a Collection is altered2001-11-30 13:33:38.0
is a kind of Transfer2001-11-30 13:33:38.0
Arthropoddocumentation A Class of Invertebrate that includes Arachnids and Insects2001-11-30 13:33:38.0
is a kind of Invertebrate2001-11-30 13:33:38.0
Artifactdocumentation An Object with separable parts that is the product of an IntentionalProcess2001-11-30 13:33:38.0
has axiom
(=>
(instance ?ARTIFACT Artifact)
(exists (?PROCESS)
(and
(instance ?PROCESS Process)
(result ?PROCESS ?ARTIFACT))))
2001-11-30 13:33:38.0
has axiom
(=>
(instance ?MAKE Making)
(exists (?ARTIFACT)
(and
(instance ?ARTIFACT Artifact)
(result ?MAKE ?ARTIFACT))))
2001-11-30 13:33:38.0
is a kind of CorpuscularObject2001-11-30 13:33:38.0
is first domain of version2001-11-30 13:33:38.0
is second domain of version2001-11-30 13:33:38.0
AsexualReproductiondocumentation Asexual Processes of biological reproduction2001-11-30 13:33:38.0
is a kind of Replication2001-11-30 13:33:38.0
Asleepdocumentation This Attribute applies to Organisms that are sleeping2001-11-30 13:33:38.0
has contraryProperty Awake2001-11-30 13:33:38.0
has contraryProperty Unconscious2001-11-30 13:33:38.0
is a kind of ConsciousnessProperty2001-11-30 13:33:38.0
AssignmentFndocumentation If F is a function with a value for the objects denoted by N1,..., NK, then the term (AssignmentFn F N1 ... NK) denotes the value of applying F to the objects denoted by N1,..., NK. Otherwise, the value is undefined2001-11-30 13:33:38.0
has axiom
(<=> 
(instance ?FUN OneToOneFunction)
(forall (?ARG1 ?ARG2)
(=>
(and
(instance ?ARG1 (DomainFn ?FUN))
(instance ?ARG2 (DomainFn ?FUN))
(not (equal ?ARG1 ?ARG2)))
(not (equal (AssignmentFn ?FUN ?ARG1) (AssignmentFn ?FUN ?ARG2))))))
2001-11-30 13:33:38.0
has axiom
(<=>
(and
(holds ?REL ?INST1 ?INST2 ?INST3 ?INST4 ?INST5)
(instance ?REL QuaternaryFunction))
(equal (AssignmentFn ?REL ?INST1 ?INST2 ?INST3 ?INST4) ?INST5))
2001-11-30 13:33:38.0
has axiom
(<=>
(and
(holds ?REL ?INST1 ?INST2 ?INST3 ?INST4)
(instance ?REL TernaryFunction))
(equal (AssignmentFn ?REL ?INST1 ?INST2 ?INST3) ?INST4))
2001-11-30 13:33:38.0
has axiom
(<=>
(and
(holds ?REL ?INST1 ?INST2 ?INST3)
(instance ?REL BinaryFunction))
(equal (AssignmentFn ?REL ?INST1 ?INST2) ?INST3))
2001-11-30 13:33:38.0
has axiom
(<=>
(and
(holds ?REL ?INST1 ?INST2)
(instance ?REL UnaryFunction))
(equal (AssignmentFn ?REL ?INST1) ?INST2))
2001-11-30 13:33:39.0
has axiom
(=>
(and
(closedOn ?FUNCTION ?CLASS)
(instance ?FUNCTION BinaryFunction))
(forall (?INST1 ?INST2)
(=>
(and
(instance ?INST1 ?CLASS)
(instance ?INST2 ?CLASS))
(instance (AssignmentFn ?FUNCTION ?INST1 ?INST2) ?CLASS))))
2001-11-30 13:33:39.0
has axiom
(=>
(and
(closedOn ?FUNCTION ?CLASS)
(instance ?FUNCTION UnaryFunction))
(forall (?INST)
(=>
(instance ?INST ?CLASS)
(instance (AssignmentFn ?FUNCTION ?INST) ?CLASS))))
2001-11-30 13:33:39.0
has axiom
(=>
(and
(instance ?FUNCTION BinaryFunction)
(equal (AssignmentFn ?FUNCTION ?ARG1 ?ARG2) ?VALUE1)
(equal (AssignmentFn ?FUNCTION ?ARG1 ?ARG2) ?VALUE2))
(equal ?VALUE1 ?VALUE2))
2001-11-30 13:33:39.0
has axiom
(=>
(and
(instance ?FUNCTION RelationExtendedToQuantities)
(instance ?FUNCTION BinaryFunction)
(instance ?NUMBER1 RealNumber)
(instance ?NUMBER2 RealNumber)
(equal (AssignmentFn ?FUNCTION ?NUMBER1 ?NUMBER2) ?VALUE))
(forall (?UNIT)
(=>
(instance ?UNIT UnitOfMeasure)
(equal (AssignmentFn ?FUNCTION
(MeasureFn ?NUMBER1 ?UNIT)
(MeasureFn ?NUMBER2 ?UNIT))
(MeasureFn ?VALUE ?UNIT)))))
2001-11-30 13:33:39.0
has axiom
(=>
(and
(instance ?FUNCTION TernaryFunction)
(equal (AssignmentFn ?FUNCTION ?ARG1 ?ARG2 ?ARG3) ?VALUE1)
(equal (AssignmentFn ?FUNCTION ?ARG1 ?ARG2 ?ARG3) ?VALUE2))
(equal ?VALUE1 ?VALUE2))
2001-11-30 13:33:39.0
has axiom
(=>
(and
(instance ?FUNCTION UnaryFunction)
(equal (AssignmentFn ?FUNCTION ?ARG) ?VALUE1)
(equal (AssignmentFn ?FUNCTION ?ARG) ?VALUE2))
(equal ?VALUE1 ?VALUE2))
2001-11-30 13:33:39.0
has axiom
(=>
(distributes ?FUNCTION1 ?FUNCTION2)
(forall (?INST1 ?INST2 ?INST3)
(=>
(and
(instance ?INST1 (DomainFn ?FUNCTION1))
(instance ?INST2 (DomainFn ?FUNCTION1))
(instance ?INST3 (DomainFn ?FUNCTION1))
(instance ?INST1 (DomainFn ?FUNCTION2))
(instance ?INST2 (DomainFn ?FUNCTION2))
(instance ?INST3 (DomainFn ?FUNCTION2)))
(equal (AssignmentFn ?FUNCTION1 ?INST1
(AssignmentFn ?FUNCTION2 ?INST2 ?INST3))
(AssignmentFn ?FUNCTION2
(AssignmentFn ?FUNCTION1 ?INST1 ?INST2)
(AssignmentFn ?FUNCTION1 ?INST1 ?INST3))))))
2001-11-30 13:33:39.0
has axiom
(=>
(identityElement ?FUNCTION ?ID)
(forall (?INST)
(=>
(instance ?INST (DomainFn ?FUNCTION))
(equal (AssignmentFn ?FUNCTION ?ID ?INST) ?INST))))
2001-11-30 13:33:39.0
has axiom
(=>
(instance ?FUNCTION AssociativeFunction)
(forall (?INST1 ?INST2 ?INST3)
(=>
(and
(instance ?INST1 (DomainFn ?FUNCTION))
(instance ?INST2 (DomainFn ?FUNCTION))
(instance ?INST3 (DomainFn ?FUNCTION)))
(equal (AssignmentFn ?FUNCTION ?INST1 (AssignmentFn ?FUNCTION ?INST1 ?INST2))
(AssignmentFn ?FUNCTION (AssignmentFn ?FUNCTION ?INST1 ?INST2) ?INST3)))))
2001-11-30 13:33:39.0
has axiom
(=>
(instance ?FUNCTION CommutativeFunction)
(forall (?INST1 ?INST2)
(=>
(and
(instance ?INST1 (DomainFn ?FUNCTION))
(instance ?INST2 (DomainFn ?FUNCTION)))
(equal (AssignmentFn ?FUNCTION ?INST1 ?INST2)
(AssignmentFn ?FUNCTION ?INST2 ?INST1)))))
2001-11-30 13:33:39.0
has domain1 Function2001-11-30 13:33:39.0
has range Entity2001-11-30 13:33:39.0
is an instance of Function2001-11-30 13:33:39.0
is an instance of VariableArityRelation2001-11-30 13:33:39.0
AssociativeFunctiondocumentation A BinaryFunction is associative if bracketing has no effect on the value returned by the Function. More precisely, a Function ?FUNCTION is associative just in case (?FUNCTION ?INST1 (?FUNCTION ?INST2 ?INST3)) is equal to (?FUNCTION (?FUNCTION ?INST1 ?INST2) ?INST3), for all ?INST1, ?INST2, and ?INST32001-11-30 13:33:39.0
has axiom
(=>
(instance ?FUNCTION AssociativeFunction)
(forall (?INST1 ?INST2 ?INST3)
(=>
(and
(instance ?INST1 (DomainFn ?FUNCTION))
(instance ?INST2 (DomainFn ?FUNCTION))
(instance ?INST3 (DomainFn ?FUNCTION)))
(equal (AssignmentFn ?FUNCTION ?INST1 (AssignmentFn ?FUNCTION ?INST1 ?INST2))
(AssignmentFn ?FUNCTION (AssignmentFn ?FUNCTION ?INST1 ?INST2) ?INST3)))))
2001-11-30 13:33:39.0
is a kind of BinaryFunction2001-11-30 13:33:39.0
AsymmetricRelationdocumentation A BinaryRelation is asymmetric only if it is both an AntisymmetricRelation and an IrreflexiveRelation2001-11-30 13:33:39.0
is a kind of AntisymmetricRelation2001-11-30 13:33:39.0
is a kind of IrreflexiveRelation2001-11-30 13:33:39.0
Atomdocumentation An extremely small unit of matter that retains its identity in Chemical reactions. It consists of an AtomicNucleus and Electrons surrounding the AtomicNucleus2001-11-30 13:33:39.0
has axiom
(=>
(instance ?ATOM Atom)
(exists (?PROTON ?ELECTRON)
(and
(component ?PROTON ?ATOM)
(component ?ELECTRON ?ATOM)
(instance ?PROTON Proton)
(instance ?ELECTRON Electron))))
2001-11-30 13:33:39.0
has axiom
(=>
(instance ?ATOM Atom)
(forall (?NUCLEUS1 ?NUCLEUS2)
(=>
(and
(component ?NUCLEUS1 ?ATOM)
(component ?NUCLEUS2 ?ATOM)
(instance ?NUCLEUS1 AtomicNucleus)
(instance ?NUCLEUS2 AtomicNucleus))
(equal ?NUCLEUS1 ?NUCLEUS2))))
2001-11-30 13:33:39.0
has axiom
(=>
(instance ?MOLE Molecule)
(exists (?ATOM1 ?ATOM2)
(and
(instance ?ATOM1 Atom)
(instance ?ATOM2 Atom)
(part ?ATOM1 ?MOLE)
(part ?ATOM2 ?MOLE)
(not
(equal ?ATOM1 ?ATOM2)))))
2001-11-30 13:33:39.0
is a kind of SubmolecularObject2001-11-30 13:33:39.0
AtomGramdocumentation MassMeasure that is also known as the gram-atom. Defined as the mass in grams of 1 Mole of pure substance. For example, 1 AtomGram of Carbon 12 will be 12 Grams of pure Carbon 12. 2 AtomGrams of the same substance will be 24 Grams of it. This is an unusual unit in that it is essentially 1 Mole of 'stuff' measured in grams, so that the actual value (i.e. mass) depends on the type of substance2001-11-30 13:33:39.0
is an instance of MassMeasure2001-11-30 13:33:39.0
is an instance of UnitOfMeasure2001-11-30 13:33:39.0
AtomicNucleusdocumentation The core of the Atom. It is composed of Protons and Neutrons2001-11-30 13:33:39.0
has axiom
(=>
(instance ?ATOM Atom)
(forall (?NUCLEUS1 ?NUCLEUS2)
(=>
(and
(component ?NUCLEUS1 ?ATOM)
(component ?NUCLEUS2 ?ATOM)
(instance ?NUCLEUS1 AtomicNucleus)
(instance ?NUCLEUS2 AtomicNucleus))
(equal ?NUCLEUS1 ?NUCLEUS2))))
2001-11-30 13:33:39.0
has axiom
(=>
(instance ?NUCLEUS AtomicNucleus)
(exists (?NEUTRON ?PROTON)
(and
(component ?NEUTRON ?NUCLEUS)
(component ?PROTON ?NUCLEUS)
(instance ?NEUTRON Neutron)
(instance ?PROTON Proton))))
2001-11-30 13:33:39.0
is a kind of SubatomicParticle2001-11-30 13:33:39.0
Attachingdocumentation A Process where the agent attaches one thing to something else. Note that this is different from Putting in that two things which are attached may already be in the same location2001-11-30 13:33:39.0
has relatedInternalConcept Putting2001-11-30 13:33:40.0
is a kind of Process2001-11-30 13:33:40.0
is disjoint from Detaching2001-11-30 13:33:40.0
Attackhas axiom
(=>
(instance ?BATTLE Battle)
(exists (?ATTACK)
(and
(instance ?ATTACK Attack)
(subProcess ?ATTACK ?BATTLE))))
2001-11-30 13:33:40.0
attributedocumentation (attribute ?OBJECT ?PROPERTY) means that ?PROPERTY is a Attribute of ?OBJECT. For example, (attribute MyLittleRedWagon Red)2001-11-30 13:33:40.0
Attributedocumentation Qualities which we cannot or choose not to reify into subclasses of Object2001-11-30 13:33:40.0
attributehas axiom
(<=> 
(attribute ?HOLE1 Fillable)
(exists (?HOLE2)
(and
(instance ?HOLE2 Hole)
(part ?HOLE1 ?HOLE2))))
2001-11-30 13:33:40.0
has axiom
(<=>
(manner ?PROC ?ATTR)
(not
(attribute ?PROC ?ATTR)))
2001-11-30 13:33:40.0
has axiom
(<=>
(equal (AbstractionFn ?CLASS) ?ATTR)
(forall (?INST)
(<=>
(instance ?INST ?CLASS)
(attribute ?INST ?ATTR))))
2001-11-30 13:33:40.0
has axiom
(<=>
(subAttribute ?ATTR1 ?ATTR2)
(forall (?OBJ)
(=>
(attribute ?OBJ ?ATTR1)
(attribute ?OBJ ?ATTR2))))
2001-11-30 13:33:40.0
has axiom
(=> 
(and
(fills ?OBJ1 ?HOLE)
(attribute ?OBJ2 Fillable))
(not
(overlapsSpatially ?OBJ1 ?OBJ2)))
2001-11-30 13:33:40.0
has axiom
(=>
(attribute ?OBJ ?ATTR)
(not
(manner ?OBJ ?ATTR)))
2001-11-30 13:33:40.0
has axiom
(=>
(holdsDuring ?TIME
(fills ?OBJ ?HOLE))
(attribute ?HOLE Fillable))
2001-11-30 13:33:40.0
has axiom
(=>
(and
(attribute ?ORG ?ATT)
(instance ?ATT BiologicalProperty))
(instance ?ORG Organism))
2001-11-30 13:33:40.0
has axiom
(=>
(and
(attribute ?OBJ ?ATTR1)
(contraryProperty ?ATTR1 ?ATTR2))
(not
(attribute ?OBJ ?ATTR2)))
2001-11-30 13:33:40.0
has axiom
(=>
(and
(attribute ?OBJ Monochromatic)
(superficialPart ?PART ?OBJ)
(attribute ?PART ?COLOR)
(instance ?COLOR PrimaryColor))
(forall (?ELEMENT)
(=>
(superficialPart ?ELEMENT ?OBJ)
(attribute ?ELEMENT ?COLOR))))
2001-11-30 13:33:40.0
has axiom
(=>
(and
(birthTime ?ORGANISM ?TIME1)
(deathTime ?ORGANISM ?TIME2)
(instance ?TIME1 TimeInterval)
(instance ?TIME2 TimeInterval))
(exists (?INTERVAL)
(and
(starts ?TIME1 ?INTERVAL)
(finishes ?TIME2 ?INTERVAL)
(holdsDuring ?INTERVAL (attribute ?ORGANISM Living)))))
2001-11-30 13:33:40.0
has axiom
(=>
(and
(birthTime ?ORGANISM ?TIME1)
(deathTime ?ORGANISM ?TIME2)
(instance ?TIME1 TimePoint)
(instance ?TIME2 TimePoint))
(exists (?INTERVAL)
(and
(equal (BeginFn ?INTERVAL) ?TIME1)
(equal (EndFn ?INTERVAL) ?TIME2)
(holdsDuring ?INTERVAL (attribute ?ORGANISM Living)))))
2001-11-30 13:33:40.0
has axiom
(=>
(and
(instance ?ACT Drinking)
(patient ?ACT ?FOOD))
(attribute ?FOOD Liquid))
2001-11-30 13:33:40.0
has axiom
(=>
(and
(instance ?ACT Eating)
(patient ?ACT ?FOOD))
(attribute ?FOOD Solid))
2001-11-30 13:33:40.0
has axiom
(=>
(and
(instance ?ALT ShapeAlteration)
(patient ?ALT ?OBJ))
(exists (?PROPERTY)
(and
(instance ?PROPERTY ShapeProperty)
(or
(and
(holdsDuring (ImmediatePastFn (WhenFn ?ALT)) (attribute ?OBJ ?PROPERTY))
(holdsDuring (ImmediateFutureFn (WhenFn ?ALT)) (not (attribute ?OBJ ?PROPERTY))))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?ALT)) (not (attribute ?OBJ ?PROPERTY)))
(holdsDuring (ImmediateFutureFn (WhenFn ?ALT)) (attribute ?OBJ ?PROPERTY)))))))
2001-11-30 13:33:40.0
has axiom
(=>
(and
(instance ?ATTRIBUTE TextureProperty)
(attribute ?OBJ ?ATTRIBUTE)
(surface ?SURFACE ?OBJ))
(attribute ?SURFACE ?ATTRIBUTE))
2001-11-30 13:33:40.0
has axiom
(=>
(and
(instance ?COLORING Coloring)
(patient ?COLORING ?OBJ))
(exists (?PROPERTY)
(and
(holdsDuring (ImmediatePastFn (WhenFn ?COLORING)) (attribute ?OBJ ?PROPERTY))
(holdsDuring (ImmediateFutureFn (WhenFn ?COLORING)) (not (attribute ?OBJ ?PROPERTY))))))
2001-11-30 13:33:40.0
has axiom
(=>
(and
(instance ?DRY Drying)
(patient ?DRY ?OBJ))
(holdsDuring (ImmediateFutureFn (WhenFn ?DRY))
(or
(attribute ?OBJ Anhydrous)
(attribute ?OBJ Dry))))
2001-11-30 13:33:40.0
has axiom
(=>
(and
(instance ?KILL Killing)
(patient ?KILL ?PATIENT))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?KILL)) (attribute ?PATIENT Living))
(holdsDuring (ImmediateFutureFn (WhenFn ?KILL)) (attribute ?PATIENT Dead))))
2001-11-30 13:33:40.0
has axiom
(=>
(and
(instance ?ORGANISM Organism)
(agent ?PROCESS ?ORGANISM))
(holdsDuring (WhenFn ?PROCESS) (attribute ?ORGANISM Living)))
2001-11-30 13:33:40.0
has axiom
(=>
(and
(instance ?PROC ShapeAlteration)
(patient ?PROC ?OBJ))
(attribute ?OBJ Pliable))
2001-11-30 13:33:40.0
has axiom
(=>
(and
(instance ?STATE PhysicalState)
(part ?PART ?OBJ)
(holdsDuring ?TIME (attribute ?OBJ ?STATE)))
(not
(exists (?OTHERSTATE)
(and
(instance ?OTHERSTATE PhysicalState)
(holdsDuring ?TIME (attribute ?PART ?OTHERSTATE))
(not (equal ?STATE ?OTHERSTATE))))))
2001-11-30 13:33:40.0
has axiom
(=>
(and
(instance ?WET Wetting)
(patient ?WET ?OBJ))
(holdsDuring (ImmediateFutureFn (WhenFn ?WET))
(or
(attribute ?OBJ Wet)
(attribute ?OBJ Damp))))
2001-11-30 13:33:40.0
has axiom
(=>
(attribute ?OBJ Anhydrous)
(not
(exists (?WATER)
(and
(instance ?WATER Water)
(part ?WATER ?OBJ)))))
2001-11-30 13:33:40.0
has axiom
(=>
(attribute ?OBJ Polychromatic)
(exists (?PART1 ?PART2 ?COLOR1 ?COLOR2)
(and
(superficialPart ?PART1 ?OBJ)
(superficialPart ?PART2 ?OBJ)
(attribute ?PART1 ?COLOR1)
(attribute ?PART2 ?COLOR2)
(instance ?COLOR1 ColorProperty)
(instance ?COLOR2 ColorProperty)
(not (equal ?COLOR1 ?COLOR2)))))
2001-11-30 13:33:40.0
has axiom
(=>
(attribute ?OBJ Wet)
(forall (?PART)
(=>
(part ?PART ?OBJ)
(exists (?WATER)
(and
(instance ?WATER Water)
(or
(overlapsSpatially ?WATER ?PART)
(meetsSpatially ?WATER ?PART)))))))
2001-11-30 13:33:40.0
has axiom
(=>
(birthTime ?ORGANISM ?TIME)
(holdsDuring (ImmediateFutureFn ?TIME) (attribute ?ORGANISM Living)))
2001-11-30 13:33:40.0
has axiom
(=>
(copy ?OBJ1 ?OBJ2)
(forall (?ATTR)
(=>
(attribute ?OBJ1 ?ATTR)
(attribute ?OBJ2 ?ATTR))))
2001-11-30 13:33:40.0
has axiom
(=>
(deathTime ?ORGANISM ?TIME)
(holdsDuring (FutureFn ?TIME) (attribute ?ORGANISM Dead)))
2001-11-30 13:33:40.0
has axiom
(=>
(equal ?THING1 ?THING2)
(forall (?ATTR)
(<=>
(attribute ?THING1 ?ATTR)
(attribute ?THING2 ?ATTR))))
2001-11-30 13:33:40.0
has axiom
(=>
(father ?FATHER ?CHILD)
(attribute ?FATHER Male))
2001-11-30 13:33:40.0
has axiom
(=>
(instance ?OBJ Food)
(exists (?ATTR)
(and
(instance ?ATTR TasteProperty)
(attribute ?OBJ ?ATTR))))
2001-11-30 13:33:40.0
has axiom
(=>
(instance ?PROC DirectionChange)
(exists (?ATTR)
(and
(instance ?ATTR DirectionAttribute)
(or
(and
(holdsDuring (ImmediatePastFn (WhenFn ?PROC)) (attribute ?PROC ?ATTR))
(holdsDuring (ImmediateFutureFn (WhenFn ?PROC)) (not (attribute ?PROC ?ATTR))))
(and
(holdsDuring (ImmediateFutureFn (WhenFn ?PROC)) (attribute ?PROC ?ATTR))
(holdsDuring (ImmediatePastFn (WhenFn ?PROC)) (not (attribute ?PROC ?ATTR))))))))
2001-11-30 13:33:40.0
has axiom
(=>
(instance ?PROPERTY ConsciousnessProperty)
(=>
(holdsDuring ?TIME (attribute ?ORGANISM ?PROPERTY))
(holdsDuring ?TIME (attribute ?ORGANISM Living))))
2001-11-30 13:33:40.0
has axiom
(=>
(mother ?MOTHER ?CHILD)
(attribute ?MOTHER Female))
2001-11-30 13:33:40.0
has domain1 Object2001-11-30 13:33:40.0
has domain2 Attribute2001-11-30 13:33:40.0
Attributeis a kind of Abstract2001-11-30 13:33:41.0
is disjoint from Quantity2001-11-30 13:33:40.0
is first domain of contraryProperty2001-11-30 13:33:40.0
is first domain of ExtensionFn2001-11-30 13:33:40.0
is first domain of subAttribute2001-11-30 13:33:40.0
is first domain of successorAttribute2001-11-30 13:33:40.0
is first domain of successorAttributeClosure2001-11-30 13:33:40.0
is second domain of attribute2001-11-30 13:33:40.0
is second domain of contraryProperty2001-11-30 13:33:40.0
is second domain of manner2001-11-30 13:33:40.0
is second domain of property2001-11-30 13:33:40.0
is second domain of subAttribute2001-11-30 13:33:40.0
is second domain of successorAttribute2001-11-30 13:33:40.0
is second domain of successorAttributeClosure2001-11-30 13:33:40.0
AttributeFnhas axiom
(<=>
(equal (ExtensionFn ?ATTRIBUTE) ?CLASS)
(equal (AttributeFn ?CLASS) ?ATTRIBUTE))
2001-11-30 13:33:41.0
authorsdocumentation (authors ?AGENT ?TEXT) means that ?AGENT is creatively responsible for ?TEXT. For example, Agatha Christie is author of 'Murder on the Orient Express'2001-11-30 13:33:41.0
has axiom
(=>
(authors ?AGENT ?TEXT)
(exists (?PROCESS)
(and
(agent ?PROCESS ?AGENT)
(result ?PROCESS ?TEXT))))
2001-11-30 13:33:41.0
has domain1 Agent2001-11-30 13:33:41.0
has domain2 Text2001-11-30 13:33:41.0
is an instance of AsymmetricRelation2001-11-30 13:33:41.0
is an instance of BinaryPredicate2001-11-30 13:33:41.0
Awakedocumentation This Attribute applies to Organisms that are neither Unconscious nor Asleep2001-11-30 13:33:41.0
is a kind of ConsciousnessProperty2001-11-30 13:33:41.0
Bacteriumdocumentation A small, typically one-celled, prokaryotic Microorganism2001-11-30 13:33:41.0
has axiom
(=>
(and
(instance ?BACTERIUM Bacterium)
(inhabits ?BACTERIUM ?OBJ))
(instance ?OBJ Organism))
2001-11-30 13:33:41.0
has axiom
(=>
(instance ?BACTERIUM Bacterium)
(exists (?CELL1)
(and
(component ?CELL1 ?BACTERIUM)
(instance ?CELL1 Cell)
(forall (?CELL2)
(=>
(and
(component ?CELL2 ?BACTERIUM)
(instance ?CELL2 Cell))
(equal ?CELL1 ?CELL2))))))
2001-11-30 13:33:41.0
is a kind of Microorganism2001-11-30 13:33:41.0
Battledocumentation A ViolentContest between two or more military units within the context of a war. Note that this does not cover the metaphorical sense of 'battle', which simply means a struggle of some sort. This sense should be represented with the more general concept of Competition2001-11-30 13:33:41.0
has axiom
(=>
(instance ?BATTLE Battle)
(exists (?ATTACK)
(and
(instance ?ATTACK Attack)
(subProcess ?ATTACK ?BATTLE))))
2001-11-30 13:33:41.0
has axiom
(=>
(instance ?BATTLE Battle)
(exists (?WAR)
(and
(instance ?WAR War)
(subProcess ?BATTLE ?WAR))))
2001-11-30 13:33:41.0
has axiom
(=>
(instance ?WAR War)
(exists (?BATTLE)
(and
(instance ?BATTLE Battle)
(subProcess ?BATTLE ?WAR))))
2001-11-30 13:33:41.0
is a kind of ViolentContest2001-11-30 13:33:41.0
Becquereldocumentation SI ActivityMeasure. Symbol: Bq. It measures the amount of radioactivity contained in a given sample of matter. It is that quantity of a radioactive element in which there is one atomic disintegration per SecondDuration. Becquerel = s^(-1)2001-11-30 13:33:41.0
is an instance of ActivityMeasure2001-11-30 13:33:41.0
is an instance of SystemeInternationalUnit2001-11-30 13:33:41.0
beforedocumentation (before ?POINT1 ?POINT2) means that ?POINT1 precedes ?POINT2 on the universal timeline2001-11-30 13:33:41.0
has domain1 TimePoint2001-11-30 13:33:41.0
has domain2 TimePoint2001-11-30 13:33:41.0
is an instance of IrreflexiveRelation2001-11-30 13:33:41.0
is an instance of TemporalRelation2001-11-30 13:33:41.0
is an instance of TransitiveRelation2001-11-30 13:33:42.0
beforeEqdocumentation (beforeEq ?POINT1 ?POINT2) means that ?POINT1 is identical with ?POINT2 or occurs before it on the universal timeline2001-11-30 13:33:42.0
has domain1 TimePoint2001-11-30 13:33:42.0
has domain2 TimePoint2001-11-30 13:33:42.0
is an instance of BinaryPredicate2001-11-30 13:33:42.0
is an instance of PartialOrderingRelation2001-11-30 13:33:42.0
BeginFndocumentation A UnaryFunction that maps a TimeInterval to the TimePoint at which the interval begins2001-11-30 13:33:42.0
has axiom
(<=> 
(meetsTemporally ?INTERVAL1 ?INTERVAL2)
(equal
(EndFn ?INTERVAL1)
(BeginFn ?INTERVAL2)))
2001-11-30 13:33:42.0
has axiom
(<=> 
(starts ?INTERVAL1 ?INTERVAL2)
(and
(equal
(BeginFn ?INTERVAL1)
(BeginFn ?INTERVAL2))
(before
(EndFn ?INTERVAL1)
(EndFn ?INTERVAL2))))
2001-11-30 13:33:42.0
has axiom
(<=>
(existant ?PHYS ?TIME)
(temporallyBetweenOrEqual (BeginFn (WhenFn ?PHYS)) ?TIME (EndFn (WhenFn ?PHYS))))
2001-11-30 13:33:42.0
has axiom
(<=>
(finishes ?INTERVAL1 ?INTERVAL2)
(and
(before
(BeginFn ?INTERVAL2)
(BeginFn ?INTERVAL1))
(equal
(EndFn ?INTERVAL2)
(EndFn ?INTERVAL1))))
2001-11-30 13:33:42.0
has axiom
(=> 
(during ?INTERVAL1 ?INTERVAL2)
(and
(before (EndFn ?INTERVAL1) (EndFn ?INTERVAL2))
(before (BeginFn ?INTERVAL2) (BeginFn ?INTERVAL1))))
2001-11-30 13:33:42.0
has axiom
(=>
(earlier ?INTERVAL1 ?INTERVAL2)
(before (EndFn ?INTERVAL1) (BeginFn ?INTERVAL2)))
2001-11-30 13:33:42.0
has axiom
(=>
(and
(birthTime ?ORGANISM ?TIME1)
(deathTime ?ORGANISM ?TIME2)
(instance ?TIME1 TimePoint)
(instance ?TIME2 TimePoint))
(exists (?INTERVAL)
(and
(equal (BeginFn ?INTERVAL) ?TIME1)
(equal (EndFn ?INTERVAL) ?TIME2)
(holdsDuring ?INTERVAL (attribute ?ORGANISM Living)))))
2001-11-30 13:33:42.0
has axiom
(=>
(equal (BeginFn ?INTERVAL) ?POINT)
(forall (?OTHERPOINT)
(=>
(and
(temporalPart ?OTHERPOINT ?INTERVAL)
(not (equal ?OTHERPOINT ?POINT)))
(before ?POINT ?OTHERPOINT))))
2001-11-30 13:33:42.0
has axiom
(=>
(origin ?PROCESS ?OBJ)
(located (WhereFn ?PROCESS (BeginFn (WhenFn ?PROCESS))) (WhereFn ?OBJ (BeginFn (WhenFn ?OBJ)))))
2001-11-30 13:33:42.0
has axiom
(=>
(parent ?PARENT ?CHILD)
(before (BeginFn (WhenFn ?PARENT)) (BeginFn (WhenFn ?CHILD))))
2001-11-30 13:33:42.0
has axiom
(=>
(result ?PROC ?OBJ)
(forall (?TIME)
(=>
(before ?TIME (BeginFn (WhenFn ?PROC)))
(not
(existant ?OBJ ?TIME)))))
2001-11-30 13:33:42.0
has axiom
(=>
(and
(equal
(BeginFn ?INTERVAL1)
(BeginFn ?INTERVAL2))
(equal
(EndFn ?INTERVAL1)
(EndFn ?INTERVAL2)))
(equal ?INTERVAL1 ?INTERVAL2))
2001-11-30 13:33:42.0
has axiom
(before (BeginFn (WhenFn ?THING)) (EndFn (WhenFn ?THING)))
2001-11-30 13:33:42.0
has axiom
(equal (BeginFn (PastFn ?TIME)) NegativeInfinity)
2001-11-30 13:33:42.0
has domain1 TimeInterval2001-11-30 13:33:42.0
has range TimePoint2001-11-30 13:33:42.0
is an instance of TemporalRelation2001-11-30 13:33:42.0
is an instance of UnaryFunction2001-11-30 13:33:42.0
behinddocumentation This is a cognitive primitive, derived from the front/back schema. (behind ?OBJ1 ?OBJ2) means that ?OBJ1 is behind ?OBJ22001-11-30 13:33:42.0
is an instance of AsymmetricRelation2001-11-30 13:33:43.0
is an instance of TransitiveRelation2001-11-30 13:33:43.0
believesdocumentation The epistemic predicate of belief. (believes ?AGENT ?FORMULA) means that ?AGENT believes the proposition expressed by ?FORMULA2001-11-30 13:33:43.0
has axiom
(=> 
(instance ?ORG ReligiousOrganization)
(exists (?PROP)
(forall (?PERSON)
(=>
(member ?PERSON ?ORG)
(believes ?PERSON ?PROP)))))
2001-11-30 13:33:43.0
has axiom
(=>
(knows ?AGENT ?FORMULA)
(believes ?AGENT ?FORMULA))
2001-11-30 13:33:43.0
has axiom
(=>
(holdsDuring ?TIME
(exists (?LEARN)
(and
(instance ?LEARN Learning)
(agent ?LEARN ?AGENT)
(patient ?LEARN ?PROP))))
(holdsDuring (ImmediateFutureFn ?TIME)
(believes ?AGENT ?PROP)))
2001-11-30 13:33:43.0
has domain1 Agent2001-11-30 13:33:43.0
has domain2 Formula2001-11-30 13:33:43.0
is an instance of PropositionalAttitude2001-11-30 13:33:43.0
belowdocumentation This is a cognitive primitive, derived from the up/down schema and not involving contact. (below ?OBJ1 ?OBJ2) means that ?OBJ1 is below ?OBJ22001-11-30 13:33:43.0
has axiom
(=>
(below ?OBJ1 ?OBJ2)
(not
(connected ?OBJ1 ?OBJ2)))
2001-11-30 13:33:43.0
is an instance of AsymmetricRelation2001-11-30 13:33:43.0
is an instance of TransitiveRelation2001-11-30 13:33:43.0
Bettingdocumentation A FinancialTransaction where an instance of CurrencyMeasure is exchanged for the possibility of winning a larger instance of CurrencyMeasure within the context of some sort of Game2001-11-30 13:33:43.0
is a kind of FinancialTransaction2001-11-30 13:33:43.0
betweendocumentation (between ?OBJ1 ?OBJ2 ?OBJ3) means that ?OBJ2 is spatially located between ?OBJ1 and ?OBJ32001-11-30 13:33:43.0
has axiom
(=>
(and
(path ?PROCESS ?PATH)
(origin ?PROCESS ?SOURCE)
(destination ?PROCESS ?DEST))
(forall (?OBJ)
(=>
(part ?OBJ ?PATH)
(between ?SOURCE ?OBJ ?DEST))))
2001-11-30 13:33:43.0
has axiom
(=>
(between ?OBJ1 ?OBJ2 ?OBJ3)
(and
(left ?OBJ2 ?OBJ1)
(left ?OBJ1 ?OBJ3)))
2001-11-30 13:33:43.0
has domain1 Object2001-11-30 13:33:43.0
has domain2 Object2001-11-30 13:33:43.0
has domain3 Object2001-11-30 13:33:43.0
is an instance of SpatialRelation2001-11-30 13:33:43.0
is an instance of TernaryPredicate2001-11-30 13:33:43.0
BinaryFunctiondocumentation The Class of Functions that require two arguments2001-11-30 13:33:43.0
has axiom
(<=>
(and
(holds ?REL ?INST1 ?INST2 ?INST3)
(instance ?REL BinaryFunction))
(equal (AssignmentFn ?REL ?INST1 ?INST2) ?INST3))
2001-11-30 13:33:43.0
has axiom
(=>
(instance ?FUNCTION BinaryFunction)
(valence ?FUNCTION 2))
2001-11-30 13:33:43.0
has axiom
(=>
(and
(closedOn ?FUNCTION ?CLASS)
(instance ?FUNCTION BinaryFunction))
(forall (?INST1 ?INST2)
(=>
(and
(instance ?INST1 ?CLASS)
(instance ?INST2 ?CLASS))
(instance (AssignmentFn ?FUNCTION ?INST1 ?INST2) ?CLASS))))
2001-11-30 13:33:43.0
has axiom
(=>
(and
(instance ?FUNCTION BinaryFunction)
(equal (AssignmentFn ?FUNCTION ?ARG1 ?ARG2) ?VALUE1)
(equal (AssignmentFn ?FUNCTION ?ARG1 ?ARG2) ?VALUE2))
(equal ?VALUE1 ?VALUE2))
2001-11-30 13:33:43.0
has axiom
(=>
(and
(instance ?FUNCTION RelationExtendedToQuantities)
(instance ?FUNCTION BinaryFunction)
(instance ?NUMBER1 RealNumber)
(instance ?NUMBER2 RealNumber)
(equal (AssignmentFn ?FUNCTION ?NUMBER1 ?NUMBER2) ?VALUE))
(forall (?UNIT)
(=>
(instance ?UNIT UnitOfMeasure)
(equal (AssignmentFn ?FUNCTION
(MeasureFn ?NUMBER1 ?UNIT)
(MeasureFn ?NUMBER2 ?UNIT))
(MeasureFn ?VALUE ?UNIT)))))
2001-11-30 13:33:43.0
is a kind of Function2001-11-30 13:33:43.0
is a kind of TernaryRelation2001-11-30 13:33:43.0
is first domain of distributes2001-11-30 13:33:43.0
is first domain of identityElement2001-11-30 13:33:43.0
is second domain of distributes2001-11-30 13:33:43.0
BinaryNumberdocumentation Elements from the number system with base 2. Every BinaryNumber is expressed as a sequence of the digits 1 and 02001-11-30 13:33:43.0
is a kind of RealNumber2001-11-30 13:33:44.0
BinaryPredicatedocumentation A Predicate relating two items - its valence is two2001-11-30 13:33:44.0
has axiom
(=>
(instance ?REL BinaryPredicate)
(valence ?REL 2))
2001-11-30 13:33:44.0
is a kind of BinaryRelation2001-11-30 13:33:44.0
is a kind of Predicate2001-11-30 13:33:44.0
BinaryRelationdocumentation BinaryRelations map instances of a Class to instances of another Class. BinaryRelations are represented as slots in frame systems2001-11-30 13:33:44.0
has axiom
(=>
(and
(instance ?REL RelationExtendedToQuantities)
(instance ?REL BinaryRelation)
(instance ?NUMBER1 RealNumber)
(instance ?NUMBER2 RealNumber)
(holds ?REL ?NUMBER1 ?NUMBER2))
(forall (?UNIT)
(=>
(instance ?UNIT UnitOfMeasure)
(holds ?REL (MeasureFn ?NUMBER1 ?UNIT) (MeasureFn ?NUMBER2 ?UNIT)))))
2001-11-30 13:33:44.0
has axiom
(=>
(and
(inverse ?REL1 ?REL2)
(instance ?REL1 BinaryRelation)
(instance ?REL2 BinaryRelation))
(forall (?INST1 ?INST2)
(<=>
(holds ?REL1 ?INST1 ?INST2)
(holds ?REL2 ?INST2 ?INST1))))
2001-11-30 13:33:44.0
is a kind of Relation2001-11-30 13:33:44.0
is 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
BiologicallyActiveSubstancedocumentation A Substance that is capable of inducing a change in the structure or functioning of an Organism2001-11-30 13:33:44.0
is a kind of Substance2001-11-30 13:33:44.0
is partitioned into ToxicSubstance, PharmacologicSubstance, Nutrient2001-11-30 13:33:44.0
BiologicalProcessdocumentation A NonintentionalProcess embodied in an Organism2001-11-30 13:33:44.0
has axiom
(=>
(instance ?PROC BiologicalProcess)
(exists (?OBJ)
(and
(instance ?OBJ Organism)
(located ?PROC ?OBJ))))
2001-11-30 13:33:44.0
is a kind of NonintentionalProcess2001-11-30 13:33:44.0
BiologicalPropertydocumentation Attributes that apply specifically to instances of Organism or parts of an Organism2001-11-30 13:33:44.0
has axiom
(=>
(and
(attribute ?ORG ?ATT)
(instance ?ATT BiologicalProperty))
(instance ?ORG Organism))
2001-11-30 13:33:44.0
is a kind of Attribute2001-11-30 13:33:44.0
Birddocumentation A Vertebrate having a constant body temperature and characterized by the presence of feathers2001-11-30 13:33:45.0
is a kind of WarmBloodedVertebrate2001-11-30 13:33:45.0
is disjoint from Mammal2001-11-30 13:33:45.0
Birthdocumentation The Process of being born2001-11-30 13:33:45.0
has axiom
(=>
(birthTime ?ORGANISM ?TIME)
(holdsDuring ?TIME
(exists (?BIRTH)
(and
(instance ?BIRTH Birth)
(experiencer ?BIRTH ?ORGANISM)))))
2001-11-30 13:33:45.0
has axiom
(=>
(instance ?ORGANISM Organism)
(exists (?BIRTH)
(and
(instance ?BIRTH Birth)
(experiencer ?BIRTH ?ORGANISM))))
2001-11-30 13:33:45.0
is a kind of OrganismProcess2001-11-30 13:33:45.0
birthTimedocumentation A BinaryPredicate that specifies, at any level of resolution, the TimePosition at which a particular Organism was born2001-11-30 13:33:45.0
has axiom
(=>
(and
(birthTime ?ORGANISM ?TIME1)
(deathTime ?ORGANISM ?TIME2)
(instance ?TIME1 TimeInterval)
(instance ?TIME2 TimeInterval))
(exists (?INTERVAL)
(and
(starts ?TIME1 ?INTERVAL)
(finishes ?TIME2 ?INTERVAL)
(holdsDuring ?INTERVAL (attribute ?ORGANISM Living)))))
2001-11-30 13:33:45.0
has axiom
(=>
(and
(birthTime ?ORGANISM ?TIME1)
(deathTime ?ORGANISM ?TIME2)
(instance ?TIME1 TimePoint)
(instance ?TIME2 TimePoint))
(exists (?INTERVAL)
(and
(equal (BeginFn ?INTERVAL) ?TIME1)
(equal (EndFn ?INTERVAL) ?TIME2)
(holdsDuring ?INTERVAL (attribute ?ORGANISM Living)))))
2001-11-30 13:33:45.0
has axiom
(=>
(birthTime ?ORGANISM ?TIME)
(holdsDuring (ImmediateFutureFn ?TIME) (attribute ?ORGANISM Living)))
2001-11-30 13:33:45.0
has axiom
(=>
(birthTime ?ORGANISM ?TIME)
(holdsDuring ?TIME
(exists (?BIRTH)
(and
(instance ?BIRTH Birth)
(experiencer ?BIRTH ?ORGANISM)))))
2001-11-30 13:33:45.0
has axiom
(=>
(instance ?ORGANISM Organism)
(exists (?TIME1 ?TIME2)
(and
(birthTime ?ORGANISM ?TIME1)
(deathTime ?ORGANISM ?TIME2))))
2001-11-30 13:33:45.0
has domain1 Organism2001-11-30 13:33:45.0
has domain2 TimePosition2001-11-30 13:33:45.0
is an instance of AsymmetricRelation2001-11-30 13:33:45.0
is an instance of BinaryPredicate2001-11-30 13:33:45.0
Bitdocumentation One Bit of information. A one or a zero2001-11-30 13:33:45.0
has axiom
(equal
(MeasureFn ?NUMBER Byte)
(MeasureFn (MultiplicationFn ?NUMBER 8) Bit))
2001-11-30 13:33:45.0
is an instance of InformationMeasure2001-11-30 13:33:45.0
is an instance of UnitOfMeasure2001-11-30 13:33:45.0
Bitterdocumentation The Attribute of Objects that are bitter-tasting2001-11-30 13:33:45.0
is an instance of TasteProperty2001-11-30 13:33:45.0
Blooddocumentation A fluid present in Animals that transports Nutrients to and waste products away from various BodyParts2001-11-30 13:33:45.0
is a kind of BodySubstance2001-11-30 13:33:45.0
Bluedocumentation The Attribute of being blue in color2001-11-30 13:33:45.0
has contraryProperty Yellow2001-11-30 13:33:46.0
is an instance of PrimaryColor2001-11-30 13:33:46.0
BodyJunctiondocumentation The place where two AnatomicalStructures meet or connect2001-11-30 13:33:46.0
has axiom
(=>
(instance ?JUNCT BodyJunction)
(exists (?STRUCT)
(and
(instance ?STRUCT AnatomicalStructure)
(component ?JUNCT ?STRUCT))))
2001-11-30 13:33:46.0
has axiom
(=>
(instance ?JUNCT BodyJunction)
(exists (?STRUCT1 ?STRUCT2)
(and
(connected ?JUNCT ?STRUCT1)
(connected ?JUNCT ?STRUCT2)
(instance ?STRUCT1 AnatomicalStructure)
(instance ?STRUCT2 AnatomicalStructure)
(not
(equal ?STRUCT1 ?STRUCT2)))))
2001-11-30 13:33:46.0
is a kind of BodyPart2001-11-30 13:33:46.0
BodyMotiondocumentation Any Motion where the patient is a BodyPart2001-11-30 13:33:46.0
has axiom
(=>
(instance ?MOTION BodyMotion)
(exists (?OBJ)
(and
(instance ?OBJ BodyPart)
(patient ?MOTION ?OBJ))))
2001-11-30 13:33:46.0
is a kind of Motion2001-11-30 13:33:46.0
BodyPartdocumentation A collection of Cells and Tissues which are localized to a specific area and carry out one or more specialized functions of an Organism. The instances of this Class range from gross structures to small components of complex Organs2001-11-30 13:33:46.0
has axiom
(=>
(instance ?PART BodyPart)
(exists (?CELL)
(and
(instance ?CELL Cell)
(part ?CELL ?PART))))
2001-11-30 13:33:46.0
has axiom
(=>
(instance ?MOTION BodyMotion)
(exists (?OBJ)
(and
(instance ?OBJ BodyPart)
(patient ?MOTION ?OBJ))))
2001-11-30 13:33:46.0
is a kind of AnatomicalStructure2001-11-30 13:33:46.0
BodySubstancedocumentation Extracellular material and mixtures of cells and extracellular material that are produced, excreted or accreted by the body. Included here are Substances such as saliva, dental enamel, sweat, and gastric acid2001-11-30 13:33:46.0
is a kind of Substance2001-11-30 13:33:46.0
Bookdocumentation A Text that has pages and is bound2001-11-30 13:33:46.0
is a kind of Text2001-11-30 13:33:46.0
Borrowingdocumentation The subclass of Getting Processes where the agent gets something for a limited period of time with the expectation that it will be returned later (perhaps with interest)2001-11-30 13:33:46.0
is a kind of Getting2001-11-30 13:33:46.0
BreakabilityPropertydocumentation A subclass of Attributes for characterizing the breakability of CorpuscularObjects2001-11-30 13:33:46.0
is a kind of Attribute2001-11-30 13:33:46.0
Breathingdocumentation The Process of respiration, by which oxygen is made available to an Animal. This covers processes of inhalation, exhalation, and alternations between the two2001-11-30 13:33:47.0
is a kind of OrganismProcess2001-11-30 13:33:47.0
BritishThermalUnitdocumentation An EnergyMeasure2001-11-30 13:33:47.0
has axiom
(equal
(MeasureFn ?NUMBER BritishThermalUnit)
(MeasureFn (MultiplicationFn ?NUMBER 1055.05585262) Joule))
2001-11-30 13:33:47.0
is an instance of EnergyMeasure2001-11-30 13:33:47.0
is an instance of UnitOfMeasure2001-11-30 13:33:47.0
Buildingdocumentation The Class of StationaryArtifacts which are intended to house Humans and their Activities2001-11-30 13:33:47.0
has axiom
(=>
(instance ?BUILDING Building)
(exists (?HUMAN)
(and
(instance ?HUMAN Human)
(or
(inhabits ?HUMAN ?BUILDING)
(exists (?ACT)
(and
(agent ?ACT ?HUMAN)
(located ?ACT ?BUILDING)))))))
2001-11-30 13:33:47.0
is a kind of StationaryArtifact2001-11-30 13:33:47.0
Buyingdocumentation A FinancialTransaction in which an instance of CurrencyMeasure is exchanged for an instance of Physical2001-11-30 13:33:47.0
has axiom
(<=>
(and
(instance ?BUY Buying)
(agent ?BUY ?AGENT1)
(origin ?BUY ?AGENT2)
(patient ?BUY ?OBJECT))
(and
(instance ?SELL Selling)
(agent ?SELL ?AGENT2)
(destination ?SELL ?AGENT1)
(patient ?SELL ?OBJECT)))
2001-11-30 13:33:47.0
has relatedInternalConcept Selling2001-11-30 13:33:47.0
is a kind of FinancialTransaction2001-11-30 13:33:47.0
Bytedocumentation One Byte of information. A Byte is eight Bits2001-11-30 13:33:47.0
has axiom
(equal
(MeasureFn ?NUMBER Byte)
(MeasureFn (MultiplicationFn ?NUMBER 8) Bit))
2001-11-30 13:33:47.0
has axiom
(equal
(MeasureFn ?NUMBER KiloByte)
(MeasureFn (MultiplicationFn ?NUMBER 1024) Byte))
2001-11-30 13:33:47.0
is an instance of InformationMeasure2001-11-30 13:33:47.0
is an instance of UnitOfMeasure2001-11-30 13:33:47.0
Caloriedocumentation A Calorie is an EnergyMeasure2001-11-30 13:33:47.0
has axiom
(equal
(MeasureFn ?NUMBER Calorie)
(MeasureFn (MultiplicationFn ?NUMBER 4.1868) Joule))
2001-11-30 13:33:47.0
is an instance of EnergyMeasure2001-11-30 13:33:47.0
is an instance of UnitOfMeasure2001-11-30 13:33:47.0
Candeladocumentation SI LuminosityIntensityMeasure. Symbol: cd. It is one of the base units in SI, and it is currently defined as follows: the Candela is the luminous intensity, in a given direction, of a source that emits monochromatic radiation of frequency 540*10^12 Hertz and that has a radiant intensity in that direction of 1/683 Watt per Steradian2001-11-30 13:33:47.0
is an instance of LuminosityIntensityMeasure2001-11-30 13:33:47.0
is an instance of SystemeInternationalUnit2001-11-30 13:33:48.0
capabilitydocumentation (capability ?PROCESS ?ROLE ?OBJ) means that ?OBJ has the ability to play the role of ?ROLE in Processes of type ?PROCESS2001-11-30 13:33:48.0
has axiom
(=>
(holdsObligation ?PROCESS ?AGENT)
(capability ?PROCESS agent ?AGENT))
2001-11-30 13:33:48.0
has axiom
(=>
(holdsRight ?PROCESS ?AGENT)
(capability ?PROCESS agent ?AGENT))
2001-11-30 13:33:48.0
has axiom
(=>
(and
(instance ?ROLE CaseRole)
(holds ?ROLE ?ARG1 ?ARG2)
(instance ?ARG1 ?PROC))
(capability ?PROC ?ROLE ?ARG2))
2001-11-30 13:33:48.0
has axiom
(=>
(hasSkill ?PROC ?AGENT)
(capability ?PROC agent ?AGENT))
2001-11-30 13:33:48.0
has domain1 Process2001-11-30 13:33:48.0
has domain2 CaseRole2001-11-30 13:33:48.0
has domain3 Object2001-11-30 13:33:48.0
is an instance of TernaryPredicate2001-11-30 13:33:48.0
CapacitanceMeasureis a kind of FunctionQuantity2001-11-30 13:33:48.0
CardinalityFndocumentation (CardinalityFn ?CLASS) returns the number of instances in the Class or Collection ?CLASS2001-11-30 13:33:48.0
has axiom
(=>
(and
(instance ?COUNT Counting)
(agent ?COUNT ?AGENT)
(patient ?COUNT ?ENTITY))
(exists (?NUMBER)
(knows ?AGENT (equal (CardinalityFn ?ENTITY)))))
2001-11-30 13:33:48.0
has axiom
(=>
(instance ?SET FiniteSet)
(exists (?NUMBER)
(and
(instance ?NUMBER NonnegativeInteger)
(equal ?NUMBER (CardinalityFn ?SET)))))
2001-11-30 13:33:48.0
has domain1 (UnionFn Class Collection)2001-11-30 13:33:48.0
has domain2 NonnegativeInteger2001-11-30 13:33:48.0
is an instance of AsymmetricRelation2001-11-30 13:33:48.0
is an instance of UnaryFunction2001-11-30 13:33:48.0
CaseRoledocumentation The Class of Predicates relating the spatially distinguished parts of a Process. CaseRoles include, for example, the agent, patient or destination of an action, the flammable substance in a burning process, or the water that falls in rain2001-11-30 13:33:48.0
has axiom
(=>
(and
(instance ?REL CaseRole)
(holds ?REL ?PROCESS ?OBJ))
(exists (?TIME)
(overlapsSpatially (WhereFn ?PROCESS ?TIME) ?OBJ)))
2001-11-30 13:33:48.0
has axiom
(=>
(and
(instance ?ROLE CaseRole)
(holds ?ROLE ?ARG1 ?ARG2)
(instance ?ARG1 ?PROC))
(capability ?PROC ?ROLE ?ARG2))
2001-11-30 13:33:48.0
is a kind of AsymmetricRelation2001-11-30 13:33:48.0
is a kind of BinaryPredicate2001-11-30 13:33:48.0
is second domain of capability2001-11-30 13:33:48.0
causesdocumentation The causation relation between situations or propositions. (causes ?PROCESS1 ?PROCESS2) means that the state of affairs expressed by ?PROCESS1 brings about the state of affairs expressed by ?PROCESS22001-11-30 13:33:48.0
has axiom
(=>
(instance ?PROC1 Process)
(exists (?PROC2)
(causes ?PROC2 ?PROC1)))
2001-11-30 13:33:48.0
has domain1 Process2001-11-30 13:33:48.0
has domain2 Process2001-11-30 13:33:48.0
is an instance of AsymmetricRelation2001-11-30 13:33:48.0
is an instance of BinaryPredicate2001-11-30 13:33:48.0
CeilingFndocumentation (CeilingFn ?NUMBER) returns the smallest Integer greater than or equal to the RealNumber ?NUMBER2001-11-30 13:33:48.0
has axiom
(=>
(equal (CeilingFn ?NUMBER) ?INT)
(not
(exists (?OTHERINT)
(and
(instance ?OTHERINT Integer)
(greaterThanOrEqualTo ?OTHERINT ?NUMBER)
(lessThan ?OTHERINT ?INT)))))
2001-11-30 13:33:48.0
has axiom
(=>
(equal (RoundFn ?NUMBER1) ?NUMBER2)
(or
(=>
(lessThan (SubtractionFn ?NUMBER1 (FloorFn ?NUMBER1)) .5)
(equal ?NUMBER2 (FloorFn ?NUMBER1)))
(=>
(greaterThanOrEqualTo (SubtractionFn ?NUMBER1 (FloorFn ?NUMBER1)) .5)
(equal ?NUMBER2 (CeilingFn ?NUMBER1)))))
2001-11-30 13:33:48.0
has domain1 RealNumber2001-11-30 13:33:49.0
has range Integer2001-11-30 13:33:49.0
is an instance of UnaryFunction2001-11-30 13:33:49.0
Celldocumentation The fundamental structural and functional unit of living Organisms2001-11-30 13:33:49.0
has axiom
(=>
(and
(instance ?VIRUS Virus)
(instance ?PROC Replication)
(effector ?PROC ?VIRUS))
(exists (?CELL)
(and
(located ?PROC ?CELL)
(instance ?CELL Cell))))
2001-11-30 13:33:49.0
has axiom
(=>
(instance ?ANIMAL Animal)
(exists (?CELL ?WALL)
(and
(component ?CELL ?ANIMAL)
(instance ?CELL Cell)
(component ?WALL ?CELL)
(instance ?WALL CellWallNonRigid))))
2001-11-30 13:33:49.0
has axiom
(=>
(instance ?CHLAMYD Chlamydia)
(exists (?CELL ?ANIMAL)
(and
(inhabits ?CHLAMYD ?CELL)
(instance ?CELL Cell)
(component ?CELL ?ANIMAL)
(or
(instance ?ANIMAL Insect)
(instance ?ANIMAL Tick)))))
2001-11-30 13:33:49.0
has axiom
(=>
(and
(instance ?CELL Cell)
(developmentalForm ?CELL ?FORM))
(instance ?FORM Cell))
2001-11-30 13:33:49.0
has axiom
(=>
(instance ?PART BodyPart)
(exists (?CELL)
(and
(instance ?CELL Cell)
(part ?CELL ?PART))))
2001-11-30 13:33:49.0
has axiom
(=>
(instance ?STUFF Tissue)
(exists (?PART)
(and
(instance ?PART Cell)
(part ?PART ?STUFF))))
2001-11-30 13:33:49.0
has axiom
(=>
(instance ?WALL CellWall)
(exists (?CELL)
(and
(instance ?CELL Cell)
(part ?WALL ?CELL))))
2001-11-30 13:33:49.0
has axiom
(=>
(instance ?BACTERIUM Bacterium)
(exists (?CELL1)
(and
(component ?CELL1 ?BACTERIUM)
(instance ?CELL1 Cell)
(forall (?CELL2)
(=>
(and
(component ?CELL2 ?BACTERIUM)
(instance ?CELL2 Cell))
(equal ?CELL1 ?CELL2))))))
2001-11-30 13:33:49.0
is a kind of BodyPart2001-11-30 13:33:49.0
CellWalldocumentation The permeable wall that encloses the Cells of most Organisms2001-11-30 13:33:49.0
has axiom
(=>
(instance ?WALL CellWall)
(exists (?CELL)
(and
(instance ?CELL Cell)
(part ?WALL ?CELL))))
2001-11-30 13:33:49.0
is a kind of BodyPart2001-11-30 13:33:49.0
CellWallNonRigiddocumentation A type of CellWall found in Animals2001-11-30 13:33:49.0
has axiom
(=>
(instance ?ANIMAL Animal)
(exists (?CELL ?WALL)
(and
(component ?CELL ?ANIMAL)
(instance ?CELL Cell)
(component ?WALL ?CELL)
(instance ?WALL CellWallNonRigid))))
2001-11-30 13:33:49.0
is a kind of CellWall2001-11-30 13:33:49.0
is disjoint from CellWallRigid2001-11-30 13:33:49.0
CellWallRigiddocumentation A type of CellWall found in Plants2001-11-30 13:33:49.0
has axiom
(=>
(instance ?FUNGUS Fungus)
(exists (?WALL)
(and
(component ?WALL ?FUNGUS)
(instance ?WALL CellWallRigid))))
2001-11-30 13:33:49.0
is a kind of CellWall2001-11-30 13:33:49.0
Celsiusdocumentation A ThermodynamicTemperatureMeasure. Kelvin differs from the Celsius scale in that the triple point of water is defined to be 273.16 degrees Kelvin while it is 0 degrees Celsius. The boiling point of water is 100 degrees Celsius. The magnitudes of intervals in the two scales are the same. By definition the conversion constant is 273.12001-11-30 13:33:49.0
has axiom
(equal
(MeasureFn ?NUMBER Celsius)
(MeasureFn (SubtractionFn ?NUMBER 273.15) Kelvin))
2001-11-30 13:33:49.0
is an instance of SystemeInternationalUnit2001-11-30 13:33:49.0
is an instance of ThermodynamicTemperatureMeasure2001-11-30 13:33:49.0
Centimeterdocumentation Submultiple of Meter. Symbol: cm. It is the 100th part of a Mete2001-11-30 13:33:49.0
has axiom
(equal
(MeasureFn ?NUMBER Centimeter)
(MeasureFn (MultiplicationFn ?NUMBER 0.01) Meter))
2001-11-30 13:33:49.0
is an instance of LengthMeasure2001-11-30 13:33:50.0
is an instance of UnitOfMeasure2001-11-30 13:33:50.0
CentUnitedStatesdocumentation A CurrencyMeasure. 1 US cent = 10^-2 US dollars2001-11-30 13:33:50.0
has axiom
(equal
(MeasureFn ?NUMBER CentUnitedStates)
(MeasureFn (MultiplicationFn ?NUMBER .01) DollarUnitedStates))
2001-11-30 13:33:50.0
is an instance of CurrencyMeasure2001-11-30 13:33:50.0
is an instance of UnitOfMeasure2001-11-30 13:33:50.0
ChangeOfPossessiondocumentation The Class of Processes where ownership of something is transferred from one Agent to another2001-11-30 13:33:50.0
has axiom
(=>
(and
(instance ?CHANGE ChangeOfPossession)
(patient ?CHANGE ?OBJ)
(holdsDuring (ImmediatePastFn (WhenFn ?CHANGE)) (possesses ?AGENT1 ?OBJ))
(holdsDuring (ImmediateFutureFn (WhenFn ?CHANGE)) (possesses ?AGENT2 ?OBJ)))
(not
(equal ?AGENT1 ?AGENT2)))
2001-11-30 13:33:50.0
has relatedInternalConcept possesses2001-11-30 13:33:50.0
is a kind of SocialInteraction2001-11-30 13:33:50.0
Characterdocumentation The smallest unit of a writing system or any other representational system2001-11-30 13:33:50.0
has axiom
(=>
(instance ?STRING SymbolicString)
(exists (?PART)
(and
(part ?PART ?STRING)
(instance ?PART Character))))
2001-11-30 13:33:50.0
is a kind of LinguisticExpression2001-11-30 13:33:50.0
Chlamydiadocumentation An Organism which is intermediate in size and complexity between a Virus and a Bacterium and which is parasitic within the cells of Insects and Ticks2001-11-30 13:33:50.0
has axiom
(=>
(and
(instance ?CHLAMYD Chlamydia)
(inhabits ?CHLAMYD ?OBJ))
(instance ?OBJ Organism))
2001-11-30 13:33:50.0
has axiom
(=>
(instance ?CHLAMYD Chlamydia)
(exists (?CELL ?ANIMAL)
(and
(inhabits ?CHLAMYD ?CELL)
(instance ?CELL Cell)
(component ?CELL ?ANIMAL)
(or
(instance ?ANIMAL Insect)
(instance ?ANIMAL Tick)))))
2001-11-30 13:33:50.0
is a kind of Microorganism2001-11-30 13:33:50.0
citizendocumentation (citizen ?PERSON ?NATION) means that the Human ?PERSON is a citizen of Nation ?NATION2001-11-30 13:33:50.0
has domain1 Human2001-11-30 13:33:50.0
has domain2 Nation2001-11-30 13:33:50.0
is an instance of AsymmetricRelation2001-11-30 13:33:50.0
is an instance of BinaryPredicate2001-11-30 13:33:50.0
Classdocumentation Class generalizes Set. Classes, like Sets, are collections of things. Accordingly, the notion of membership is generalized as well - a member of a Class is an instance the Class. Classes can differ from Sets in two important respects. First, Classes that are not explicitly identified as Sets are not assumed to be extensional. That is, distinct Classes might well have exactly the same instances. Second, Classes typically have an associated `condition' that determines the instances of the Class. So, for example, the condition `human' determines the Class of Humans. Note that some Classes might satisfy their own condition (e.g., the Class of Abstract things is Abstract) and hence be instances of themselves2001-11-30 13:33:50.0
has axiom
(<=> 
(instance ?CLASS Class)
(subclass ?CLASS Entity))
2001-11-30 13:33:50.0
has axiom
(forall (?INT) (domain disjointDecomposition ?INT Class))
2001-11-30 13:33:50.0
has axiom
(forall (?INT) (domain exhaustiveDecomposition ?INT Class))
2001-11-30 13:33:50.0
is a kind of Abstract2001-11-30 13:33:51.0
is first domain of AbstractionFn2001-11-30 13:33:50.0
is first domain of ComplementFn2001-11-30 13:33:50.0
is first domain of disjoint2001-11-30 13:33:50.0
is first domain of disjointDecomposition2001-11-30 13:33:50.0
is first domain of exhaustiveDecomposition2001-11-30 13:33:50.0
is first domain of GeneralizedIntersectionFn2001-11-30 13:33:50.0
is first domain of GeneralizedUnionFn2001-11-30 13:33:50.0
is first domain of IntersectionFn2001-11-30 13:33:50.0
is first domain of RelativeComplementFn2001-11-30 13:33:50.0
is first domain of subclass2001-11-30 13:33:50.0
is first domain of UnionFn2001-11-30 13:33:50.0
is second domain of closedOn2001-11-30 13:33:50.0
is second domain of disjoint2001-11-30 13:33:51.0
is second domain of equivalenceRelationOn2001-11-30 13:33:51.0
is second domain of instance2001-11-30 13:33:51.0
is second domain of IntersectionFn2001-11-30 13:33:51.0
is second domain of irreflexiveOn2001-11-30 13:33:51.0
is second domain of partialOrderingOn2001-11-30 13:33:51.0
is second domain of range2001-11-30 13:33:51.0
is second domain of rangeSubclass2001-11-30 13:33:51.0
is second domain of reflexiveOn2001-11-30 13:33:51.0
is second domain of RelativeComplementFn2001-11-30 13:33:51.0
is second domain of subclass2001-11-30 13:33:51.0
is second domain of totalOrderingOn2001-11-30 13:33:51.0
is second domain of trichotomizingOn2001-11-30 13:33:51.0
is second domain of UnionFn2001-11-30 13:33:51.0
is third domain of domain2001-11-30 13:33:51.0
is third domain of domainSubclass2001-11-30 13:33:51.0
Cleaningdocumentation The Class of Processes where undesirable Substances and/or Microorganisms are removed from an Object2001-11-30 13:33:51.0
is a kind of Removing2001-11-30 13:33:51.0
closedOndocumentation A BinaryFunction is closed on a Class if it is defined for all instances of the Class and its value is always an instance of the Class2001-11-30 13:33:51.0
has axiom
(=>
(and
(closedOn ?FUNCTION ?CLASS)
(instance ?FUNCTION BinaryFunction))
(forall (?INST1 ?INST2)
(=>
(and
(instance ?INST1 ?CLASS)
(instance ?INST2 ?CLASS))
(instance (AssignmentFn ?FUNCTION ?INST1 ?INST2) ?CLASS))))
2001-11-30 13:33:51.0
has axiom
(=>
(and
(closedOn ?FUNCTION ?CLASS)
(instance ?FUNCTION UnaryFunction))
(forall (?INST)
(=>
(instance ?INST ?CLASS)
(instance (AssignmentFn ?FUNCTION ?INST) ?CLASS))))
2001-11-30 13:33:51.0
has domain1 Function2001-11-30 13:33:51.0
has domain2 Class2001-11-30 13:33:51.0
is an instance of AsymmetricRelation2001-11-30 13:33:51.0
is an instance of BinaryPredicate2001-11-30 13:33:51.0
Closingdocumentation The Class of Processes where an aperture is closed in an Object2001-11-30 13:33:51.0
is a kind of Process2001-11-30 13:33:51.0
CognitiveAgentdocumentation A SentientAgent with responsibilities and the ability to reason, deliberate, make plans, etc. This is essentially the legal/ethical notion of a person. Note that, although Human is a subclass of CognitiveAgent, there may be instances of CognitiveAgent which are not also instances of Human. For example, chimpanzees, gorillas, dolphins, whales, and some extraterrestrials (if they exist) may be CognitiveAgents2001-11-30 13:33:51.0
has axiom
(=>
(and
(instance ?LEARN Learning)
(agent ?LEARN ?AGENT))
(instance ?AGENT CognitiveAgent))
2001-11-30 13:33:51.0
has axiom
(=>
(and
(instance ?PROC IntentionalProcess)
(agent ?PROC ?AGENT))
(and
(instance ?AGENT CognitiveAgent)
(exists (?PURP)
(hasPurposeForAgent ?PROC ?PURP ?AGENT))))
2001-11-30 13:33:51.0
has axiom
(=>
(instance ?PROC IntentionalProcess)
(exists (?AGENT)
(and
(instance ?AGENT CognitiveAgent)
(agent ?PROC ?AGENT))))
2001-11-30 13:33:51.0
is a kind of SentientAgent2001-11-30 13:33:51.0
is first domain of occupiesPosition2001-11-30 13:33:51.0
is second domain of employs2001-11-30 13:33:51.0
ColdBloodedVertebratedocumentation Vertebrates whose body temperature is not internally regulated2001-11-30 13:33:51.0
is a kind of Vertebrate2001-11-30 13:33:51.0
Collectiondocumentation Collections have members like Classes, but, unlike Classes, they have a position in space-time and members can be added and subtracted without thereby changing the identity of the Collection. Some examples are toolkits, football teams, and flocks of sheep2001-11-30 13:33:51.0
has axiom
(=>
(instance ?COLL Collection)
(exists (?OBJ)
(member ?OBJ ?COLL)))
2001-11-30 13:33:51.0
is a kind of Object2001-11-30 13:33:52.0
is first domain of subCollection2001-11-30 13:33:51.0
is second domain of member2001-11-30 13:33:51.0
is second domain of subCollection2001-11-30 13:33:52.0
Coloringdocumentation The subclass of SurfaceAlteration where a ColorProperty of the patient is altered2001-11-30 13:33:52.0
has axiom
(=>
(and
(instance ?COLORING Coloring)
(patient ?COLORING ?OBJ))
(exists (?PROPERTY)
(and
(holdsDuring (ImmediatePastFn (WhenFn ?COLORING)) (attribute ?OBJ ?PROPERTY))
(holdsDuring (ImmediateFutureFn (WhenFn ?COLORING)) (not (attribute ?OBJ ?PROPERTY))))))
2001-11-30 13:33:52.0
is a kind of SurfaceAlteration2001-11-30 13:33:52.0
ColorPropertydocumentation The Class of Attributes relating to the color of Objects2001-11-30 13:33:52.0
has axiom
(=>
(attribute ?OBJ Polychromatic)
(exists (?PART1 ?PART2 ?COLOR1 ?COLOR2)
(and
(superficialPart ?PART1 ?OBJ)
(superficialPart ?PART2 ?OBJ)
(attribute ?PART1 ?COLOR1)
(attribute ?PART2 ?COLOR2)
(instance ?COLOR1 ColorProperty)
(instance ?COLOR2 ColorProperty)
(not (equal ?COLOR1 ?COLOR2)))))
2001-11-30 13:33:52.0
is a kind of Attribute2001-11-30 13:33:52.0
Combiningdocumentation A Process where two or more things are combined into a single thing2001-11-30 13:33:52.0
is a kind of Process2001-11-30 13:33:52.0
Committingdocumentation Instances of this Class commit the sender to some future course. Example: Bob promised Susan that he would be home by 11pm2001-11-30 13:33:52.0
is a kind of Communication2001-11-30 13:33:52.0
Communicationdocumentation A SocialInteraction that involves the transfer of information between two Agents via a ContentBearingObject2001-11-30 13:33:52.0
has axiom
(=>
(instance ?ACTION Communication)
(exists (?OBJ)
(and
(instance ?OBJ ContentBearingObject)
(patient ?ACTION ?OBJ))))
2001-11-30 13:33:52.0
is a kind of Process2001-11-30 13:33:52.0
is a kind of SocialInteraction2001-11-30 13:33:52.0
CommutativeFunctiondocumentation A BinaryFunction is commutative if the ordering of the arguments of the function has no effect on the value returned by the function. More precisely, a function ?FUNCTION is commutative just in case (?FUNCTION ?INST1 ?INST2) is equal to (?FUNCTION ?INST2 ?INST1), for all ?INST1 and ?INST22001-11-30 13:33:52.0
has axiom
(=>
(instance ?FUNCTION CommutativeFunction)
(forall (?INST1 ?INST2)
(=>
(and
(instance ?INST1 (DomainFn ?FUNCTION))
(instance ?INST2 (DomainFn ?FUNCTION)))
(equal (AssignmentFn ?FUNCTION ?INST1 ?INST2)
(AssignmentFn ?FUNCTION ?INST2 ?INST1)))))
2001-11-30 13:33:52.0
is a kind of BinaryFunction2001-11-30 13:33:52.0
Comparingdocumentation The Class of MentalProcesses which involve comparing, relating, contrasting, etc. the properties of two or more Entities2001-11-30 13:33:53.0
is a kind of MentalProcess2001-11-30 13:33:53.0
Competitiondocumentation A Process where the agent and patient are Agents who are trying to defeat one another. The Agents need not be CognitiveAgents. For example, the struggle of plants for space or sunlight, or of bacteria for food resources in some environment would be instances of Competition2001-11-30 13:33:53.0
is a kind of Process2001-11-30 13:33:53.0
CompetitionPropertydocumentation A Class containing all of the Attributes that are specific to participants in a Competition. Some of these Attributes are winning, losing, won, lost, struggling, etc2001-11-30 13:33:53.0
is a kind of Attribute2001-11-30 13:33:53.0
ComplementFndocumentation The complement of a given Class C is the Class of all things that are not instances of C. In other words, an object is an instance of the complement of a Class C just in case it is not an instance of C2001-11-30 13:33:53.0
has axiom
(<=> 
(instance ?ENTITY (ComplementFn ?CLASS))
(not
(instance ?ENTITY ?CLASS)))
2001-11-30 13:33:53.0
has axiom
(equal (RelativeComplementFn ?CLASS1 ?CLASS2)
(IntersectionFn ?CLASS1 (ComplementFn ?CLASS2)))
2001-11-30 13:33:53.0
has axiom
(equal NullSet (ComplementFn Entity))
2001-11-30 13:33:53.0
has domain1 Class2001-11-30 13:33:53.0
has range Class2001-11-30 13:33:53.0
is an instance of UnaryFunction2001-11-30 13:33:53.0
completelyFillsdocumentation (completelyFills ?OBJ ?HOLE) means that the Hole ?HOLE fills some part of the Object ?OBJ. Note that if (completelyFills ?OBJ1 ?HOLE) and (part ?OBJ1 ?OBJ2), then (completelyFills ?OBJ2 ?HOLE)2001-11-30 13:33:53.0
has axiom
(=> 
(and
(fills ?OBJ ?HOLE1)
(properPart ?HOLE2 ?HOLE1))
(completelyFills ?OBJ ?HOLE2))
2001-11-30 13:33:53.0
has axiom
(=> 
(completelyFills ?OBJ1 ?HOLE)
(exists (?OBJ2)
(and
(part ?OBJ2 ?OBJ1)
(fills ?OBJ2 ?HOLE))))
2001-11-30 13:33:53.0
has axiom
(=> 
(partiallyFills ?OBJ ?HOLE1)
(exists (?HOLE2)
(and
(part ?HOLE2 ?HOLE1)
(completelyFills ?OBJ ?HOLE2))))
2001-11-30 13:33:53.0
has axiom
(=> 
(completelyFills ?OBJ1 ?HOLE)
(forall (?OBJ2)
(=>
(connected ?OBJ2 ?HOLE)
(connected ?OBJ2 ?OBJ1))))
2001-11-30 13:33:53.0
ComplexNumberdocumentation A Number that consists of two components: a RealNumber and the ImaginaryNumber2001-11-30 13:33:53.0
has axiom
(=>
(instance ?NUMBER ComplexNumber)
(exists (?PART1 ?PART2)
(and
(equal ?PART1 (RealNumberFn ?NUMBER))
(equal ?PART2 (ImaginaryPartFn ?NUMBER)))))
2001-11-30 13:33:53.0
is a kind of Number2001-11-30 13:33:53.0
is disjoint from RealNumber2001-11-30 13:33:53.0
is first domain of ImaginaryPartFn2001-11-30 13:33:53.0
componentdocumentation A specialized common sense notion of part for heterogeneous parts of complexes. (component ?COMPONENT ?WHOLE) means that ?COMPONENT is a component of ?WHOLE. Examples of component include the doors and walls of a house, the states or provinces of a country, or the limbs and organs of an animal. Compare material and piece, which are also subrelations of part2001-11-30 13:33:53.0
has axiom
(=>
(instance ?ANIMAL Animal)
(exists (?CELL ?WALL)
(and
(component ?CELL ?ANIMAL)
(instance ?CELL Cell)
(component ?WALL ?CELL)
(instance ?WALL CellWallNonRigid))))
2001-11-30 13:33:54.0
has axiom
(=>
(instance ?CHLAMYD Chlamydia)
(exists (?CELL ?ANIMAL)
(and
(inhabits ?CHLAMYD ?CELL)
(instance ?CELL Cell)
(component ?CELL ?ANIMAL)
(or
(instance ?ANIMAL Insect)
(instance ?ANIMAL Tick)))))
2001-11-30 13:33:54.0
has axiom
(=>
(instance ?FUNGUS Fungus)
(exists (?WALL)
(and
(component ?WALL ?FUNGUS)
(instance ?WALL CellWallRigid))))
2001-11-30 13:33:54.0
has axiom
(=>
(instance ?VERT Vertebrate)
(exists (?SPINE)
(and
(component ?SPINE ?VERT)
(instance ?SPINE SpinalColumn))))
2001-11-30 13:33:54.0
has axiom
(=>
(instance ?JUNCT BodyJunction)
(exists (?STRUCT)
(and
(instance ?STRUCT AnatomicalStructure)
(component ?JUNCT ?STRUCT))))
2001-11-30 13:33:53.0
has axiom
(=>
(instance ?ATOM Atom)
(exists (?PROTON ?ELECTRON)
(and
(component ?PROTON ?ATOM)
(component ?ELECTRON ?ATOM)
(instance ?PROTON Proton)
(instance ?ELECTRON Electron))))
2001-11-30 13:33:53.0
has axiom
(=>
(instance ?ATOM Atom)
(forall (?NUCLEUS1 ?NUCLEUS2)
(=>
(and
(component ?NUCLEUS1 ?ATOM)
(component ?NUCLEUS2 ?ATOM)
(instance ?NUCLEUS1 AtomicNucleus)
(instance ?NUCLEUS2 AtomicNucleus))
(equal ?NUCLEUS1 ?NUCLEUS2))))
2001-11-30 13:33:53.0
has axiom
(=>
(instance ?BACTERIUM Bacterium)
(exists (?CELL1)
(and
(component ?CELL1 ?BACTERIUM)
(instance ?CELL1 Cell)
(forall (?CELL2)
(=>
(and
(component ?CELL2 ?BACTERIUM)
(instance ?CELL2 Cell))
(equal ?CELL1 ?CELL2))))))
2001-11-30 13:33:54.0
has axiom
(=>
(instance ?COMP EngineeringComponent)
(exists (?DEVICE)
(and
(instance ?DEVICE Device)
(component ?COMP ?DEVICE))))
2001-11-30 13:33:54.0
has axiom
(=>
(instance ?NUCLEUS AtomicNucleus)
(exists (?NEUTRON ?PROTON)
(and
(component ?NEUTRON ?NUCLEUS)
(component ?PROTON ?NUCLEUS)
(instance ?NEUTRON Neutron)
(instance ?PROTON Proton))))
2001-11-30 13:33:54.0
has axiom
(=>
(instance ?VIRUS Virus)
(exists (?MOL1)
(and
(component ?MOL1 ?VIRUS)
(instance ?MOL1 Molecule)
(forall (?MOL2)
(=>
(and
(component ?MOL2 ?VIRUS)
(instance ?MOL2 Molecule))
(equal ?MOL1 ?MOL2))))))
2001-11-30 13:33:54.0
has domain1 CorpuscularObject2001-11-30 13:33:54.0
has domain2 CorpuscularObject2001-11-30 13:33:54.0
ComputerProgramdocumentation A set of instructions in a computer programming language that can be executed by a computer2001-11-30 13:33:54.0
is a kind of Procedure2001-11-30 13:33:54.0
Concealingdocumentation The Class of Processes where something is moved out of view2001-11-30 13:33:54.0
has axiom
(=>
(and
(instance ?COVER Covering)
(patient ?COVER ?OBJ))
(exists (?CONCEAL ?PART)
(and
(instance ?CONCEAL Concealing)
(subProcess ?CONCEAL ?COVER)
(part ?PART ?OBJ)
(patient ?CONCEAL ?PART))))
2001-11-30 13:33:54.0
is a kind of IntentionalProcess2001-11-30 13:33:54.0
Confiningdocumentation The Class of Securing Processes where the patient is Human and is kept against his/her will. This covers imprisonment, being jailed, held in custody, etc2001-11-30 13:33:54.0
is a kind of RegulatoryProcess2001-11-30 13:33:54.0
is a kind of Securing2001-11-30 13:33:54.0
connecteddocumentation (connected ?OBJ1 ?OBJ2) means that ?OBJ1 meetsSpatially ?OBJ2 or that ?OBJ1 overlapsSpatially ?OBJ22001-11-30 13:33:54.0
has axiom
(<=> 
(instance ?OBJ SelfConnectedObject)
(forall (?PART1 ?PART2)
(=>
(equal ?OBJ (MereologicalSumFn ?PART1 ?PART2))
(connected ?PART1 ?PART2))))
2001-11-30 13:33:54.0
has axiom
(<=>
(connects ?OBJ1 ?OBJ2 ?OBJ3)
(and
(connected ?OBJ1 ?OBJ2)
(connected ?OBJ1 ?OBJ3)
(not
(connected ?OBJ2 ?OBJ3))))
2001-11-30 13:33:54.0
has axiom
(=> 
(and
(properlyFills ?OBJ1 ?HOLE)
(connected ?OBJ2 ?OBJ1))
(connected ?HOLE ?OBJ2))
2001-11-30 13:33:54.0
has axiom
(=> 
(hole ?HOLE ?OBJ)
(connected ?HOLE ?OBJ))
2001-11-30 13:33:54.0
has axiom
(=> 
(completelyFills ?OBJ1 ?HOLE)
(forall (?OBJ2)
(=>
(connected ?OBJ2 ?HOLE)
(connected ?OBJ2 ?OBJ1))))
2001-11-30 13:33:54.0
has axiom
(=>
(connected ?OBJ1 ?OBJ2)
(or
(meetsSpatially ?OBJ1 ?OBJ2)
(overlapsSpatially ?OBJ1 ?OBJ2)))
2001-11-30 13:33:54.0
has axiom
(=>
(instance ?JUNCT BodyJunction)
(exists (?STRUCT1 ?STRUCT2)
(and
(connected ?JUNCT ?STRUCT1)
(connected ?JUNCT ?STRUCT2)
(instance ?STRUCT1 AnatomicalStructure)
(instance ?STRUCT2 AnatomicalStructure)
(not
(equal ?STRUCT1 ?STRUCT2)))))
2001-11-30 13:33:54.0
has axiom
(=>
(above ?OBJ1 ?OBJ2)
(not
(connected ?OBJ1 ?OBJ2)))
2001-11-30 13:33:54.0
has axiom
(=>
(adjacent ?OBJ1 ?OBJ2)
(or
(near ?OBJ1 ?OBJ2)
(connected ?OBJ1 ?OBJ2)))
2001-11-30 13:33:54.0
has axiom
(=>
(and
(instance ?IMPACT Impacting)
(instrument ?IMPACT ?INST)
(patient ?IMPACT ?PLACE))
(holdsDuring (WhenFn ?IMPACT) (connected ?INST ?PLACE)))
2001-11-30 13:33:54.0
has axiom
(=>
(and
(instance ?TOUCH Touching)
(agent ?TOUCH ?AGENT)
(patient ?TOUCH ?OBJ))
(holdsDuring (WhenFn ?TOUCH) (connected ?AGENT ?OBJ)))
2001-11-30 13:33:54.0
has axiom
(=>
(below ?OBJ1 ?OBJ2)
(not
(connected ?OBJ1 ?OBJ2)))
2001-11-30 13:33:54.0
has axiom
(=>
(crosses ?OBJ1 ?OBJ2)
(not
(connected ?OBJ1 ?OBJ2)))
2001-11-30 13:33:54.0
has domain1 Object2001-11-30 13:33:54.0
has domain2 Object2001-11-30 13:33:54.0
is an instance of BinaryPredicate2001-11-30 13:33:54.0
is an instance of ReflexiveRelation2001-11-30 13:33:54.0
is an instance of SpatialRelation2001-11-30 13:33:54.0
is an instance of SymmetricRelation2001-11-30 13:33:54.0
connectedEngineeringComponentsdocumentation This is the most general connection relation between EngineeringComponents. If (connectedEngineeringComponents ?COMP1 ?COMP2), then neither ?COMP1 nor ?COMP2 can be an engineeringSubcomponent of the other. The relation connectedEngineeringComponents is a SymmetricRelation; there is no information in the direction of connection between two components. It is also an IrreflexiveRelation; no EngineeringComponent bears this relation to itself. Note that this relation does not associate a name or type with the connection2001-11-30 13:33:54.0
has axiom
(<=>
(connectedEngineeringComponents ?COMP1 ?COMP2)
(exists (?CONNECTION)
(connectsEngineeringComponents ?CONNECTION ?COMP1 ?COMP2)))
2001-11-30 13:33:55.0
has axiom
(=> 
(connectedEngineeringComponents ?COMP1 ?COMP2)
(not
(or
(instance ?COMP1 EngineeringConnection)
(instance ?COMP2 EngineeringConnection))))
2001-11-30 13:33:55.0
has axiom
(=>
(connectedEngineeringComponents ?COMP1 ?COMP2)
(and
(not
(engineeringSubcomponent ?COMP1 ?COMP2))
(not
(engineeringSubcomponent ?COMP2 ?COMP1))))
2001-11-30 13:33:55.0
has domain1 EngineeringComponent2001-11-30 13:33:55.0
has domain2 EngineeringComponent2001-11-30 13:33:55.0
is an instance of IrreflexiveRelation2001-11-30 13:33:55.0
is an instance of SymmetricRelation2001-11-30 13:33:55.0
connectsdocumentation The relationship between three things, when one of the three things connects the other two. More formally, (connects ?OBJ1 ?OBJ2 ?OBJ3) means that (connected ?OBJ1 ?OBJ2) and (connected ?OBJ1 ?OBJ3) and not (connected ?OBJ2 ?OBJ3)2001-11-30 13:33:55.0
has axiom
(<=>
(connects ?OBJ1 ?OBJ2 ?OBJ3)
(and
(connected ?OBJ1 ?OBJ2)
(connected ?OBJ1 ?OBJ3)
(not
(connected ?OBJ2 ?OBJ3))))
2001-11-30 13:33:55.0
has axiom
(=>
(and
(along ?OBJ1 ?OBJ2)
(along ?OBJ3 ?OBJ2))
(connects ?OBJ2 ?OBJ1 ?OBJ3))
2001-11-30 13:33:55.0
has axiom
(=>
(and
(instance ?POKE Poking)
(agent ?POKE ?AGENT)
(patient ?POKE ?OBJ)
(instrument ?POKE ?INST))
(holdsDuring (WhenFn ?POKE) (connects ?INST ?AGENT ?OBJ)))
2001-11-30 13:33:55.0
has domain1 Object2001-11-30 13:33:55.0
has domain2 Object2001-11-30 13:33:55.0
has domain3 Object2001-11-30 13:33:55.0
is an instance of SpatialRelation2001-11-30 13:33:55.0
is an instance of TernaryPredicate2001-11-30 13:33:55.0
connectsEngineeringComponentsdocumentation connectsEngineeringComponents is a TernaryPredicate that maps from an EngineeringConnection to the EngineeringComponents it connects. Since EngineeringComponents cannot be connected to themselves and there cannot be an EngineeringConnection without a connectedEngineeringComponents Predicate, the second and third arguments of any connectsEngineeringComponents relationship will always be distinct for any given first argument2001-11-30 13:33:55.0
has axiom
(<=>
(connectedEngineeringComponents ?COMP1 ?COMP2)
(exists (?CONNECTION)
(connectsEngineeringComponents ?CONNECTION ?COMP1 ?COMP2)))
2001-11-30 13:33:55.0
has axiom
(=>
(instance ?CONNECTION EngineeringConnection)
(exists (?COMP1 ?COMP2)
(connectsEngineeringComponents ?CONNECTION ?COMP1 ?COMP2)))
2001-11-30 13:33:55.0
has domain1 EngineeringConnection2001-11-30 13:33:55.0
has domain2 EngineeringComponent2001-11-30 13:33:55.0
has domain3 EngineeringComponent2001-11-30 13:33:55.0
ConsciousnessPropertydocumentation Attributes that indicate whether an Organism is conscious2001-11-30 13:33:55.0
has axiom
(=>
(instance ?PROPERTY ConsciousnessProperty)
(=>
(holdsDuring ?TIME (attribute ?ORGANISM ?PROPERTY))
(holdsDuring ?TIME (attribute ?ORGANISM Living))))
2001-11-30 13:33:55.0
is a kind of BiologicalProperty2001-11-30 13:33:55.0
considersdocumentation (considers ?AGENT ?FORMULA) means that ?AGENT considers or wonders about the truth of the proposition expressed by ?FORMULA2001-11-30 13:33:55.0
has domain1 Agent2001-11-30 13:33:55.0
has domain2 Formula2001-11-30 13:33:55.0
is an instance of PropositionalAttitude2001-11-30 13:33:55.0
ConstantQuantitydocumentation A ConstantQuantity is a PhysicalQuantity which has a constant value, e.g. 3 meters and 5 hours. The magnitude (see MagnitudeFn) of every ConstantQuantity is a RealNumber. ConstantQuantities are distinguished from FunctionQuantities, which map ConstantQuantities to other ConstantQuantities. All ConstantQuantites are expressed with the BinaryFunction MeasureFn, which takes a Number and a UnitOfMeasure as arguments. For example, 3 Meters can be expressed as (MeasureFn 3 Meter). ConstantQuantities form a partial order (see PartialOrderingRelation) with the lessThan relation, since lessThan is a RelationExtendedToQuantities and lessThan is defined over the RealNumbers. The lessThan relation is not a total order (see TotalOrderingRelation) over the class ConstantQuantity since elements of some subclasses of ConstantQuantity (such as length quantities) are incomparable to elements of other subclasses of ConstantQuantity (such as mass quantities)2001-11-30 13:33:55.0
has axiom
(=>
(instance ?FUNCTION UnaryConstantFunctionQuantity)
(and
(domain ?FUNCTION 1 ConstantQuantity)
(range ?FUNCTION ConstantQuantity)))
2001-11-30 13:33:55.0
is a kind of PhysicalQuantity2001-11-30 13:33:56.0
is first domain of MagnitudeFn2001-11-30 13:33:55.0
is second domain of measure2001-11-30 13:33:55.0
Constructingdocumentation The subclass of Making in which a StationaryArtifact is built2001-11-30 13:33:56.0
has axiom
(<=>
(exists (?BUILD)
(and
(instance ?BUILD Constructing)
(result ?BUILD ?ARTIFACT)))
(instance ?ARTIFACT StationaryArtifact))
2001-11-30 13:33:56.0
is a kind of Making2001-11-30 13:33:56.0
containsdocumentation Limits, bounds, confines, encloses or circumscribes - the surrounding relation for Objects. (contains ?OBJ1 ?OBJ2) means that the interior of ?OBJ1 wholly surrounds ?OBJ22001-11-30 13:33:56.0
has axiom
(=>
(contains ?OBJ1 ?OBJ2)
(forall (?PART2)
(=>
(part ?PART2 ?OBJ2)
(exists (?PART1)
(and
(interiorPart ?PART1 ?OBJ1)
(exactlyLocated ?PART2 ?PART1))))))
2001-11-30 13:33:56.0
is an instance of AsymmetricRelation2001-11-30 13:33:56.0
is an instance of TransitiveRelation2001-11-30 13:33:56.0
containsInformationdocumentation A subrelation of represents. This predicate relates a ContentBearingObject to the Proposition that is expressed by the ContentBearingObject. Examples include the relationships between a physical novel and its story and between a printed score and its musical content2001-11-30 13:33:56.0
has axiom
(<=>
(subsumesContentClass ?CLASS1 ?CLASS2)
(forall (?INFO ?OBJ1 ?OBJ2)
(=>
(and
(instance ?OBJ1 ?CLASS1)
(instance ?OBJ2 ?CLASS2)
(containsInformation ?OBJ1 ?INFO))
(containsInformation ?OBJ2 ?INFO))))
2001-11-30 13:33:56.0
has axiom
(<=>
(subsumesContentInstance ?OBJ1 ?OBJ2)
(forall (?INFO)
(=>
(containsInformation ?OBJ1 ?INFO)
(containsInformation ?OBJ2 ?INFO))))
2001-11-30 13:33:56.0
has axiom
(=>
(and
(instance ?PLAN Plan)
(instance ?OBJ ContentBearingObject)
(containsInformation ?OBJ ?PLAN))
(exists (?PLANNING)
(and
(instance ?PLANNING Planning)
(result ?PLANNING ?OBJ))))
2001-11-30 13:33:56.0
has axiom
(=>
(instance ?SENTENCE Sentence)
(exists (?PROP)
(and
(instance ?PROP Proposition)
(containsInformation ?SENTENCE ?PROP))))
2001-11-30 13:33:56.0
has axiom
(=>
(and
(instance ?DECODE Decoding)
(patient ?DECODE ?DOC1))
(exists (?ENCODE ?DOC2)
(and
(containsInformation ?DOC2 ?PROP)
(containsInformation ?DOC1 ?PROP)
(holdsDuring ?TIME
(and
(temporalPart ?TIME (PastFn (WhenFn ?DECODE)))
(instance ?ENCODE Encoding)
(patient ?ENCODE ?DOC2))))))
2001-11-30 13:33:56.0
has axiom
(=>
(realization ?PROCESS ?PROP)
(exists (?OBJ)
(and
(instance ?OBJ ContentBearingObject)
(containsInformation ?OBJ ?PROP))))
2001-11-30 13:33:56.0
has axiom
(=>
(subPlan ?PLAN1 ?PLAN2)
(forall (?OBJ1 ?OBJ2)
(=>
(and
(containsInformation ?OBJ1 ?PLAN1)
(containsInformation ?OBJ2 ?PLAN2))
(subsumesContentInstance ?OBJ2 ?OBJ1))))
2001-11-30 13:33:56.0
has domain1 ContentBearingObject2001-11-30 13:33:56.0
has domain2 Proposition2001-11-30 13:33:56.0
is an instance of AsymmetricRelation2001-11-30 13:33:56.0
is an instance of BinaryPredicate2001-11-30 13:33:56.0
ContentBearingObjectdocumentation Any Object that expresses information2001-11-30 13:33:56.0
has axiom
(=>
(and
(instance ?PLAN Plan)
(instance ?OBJ ContentBearingObject)
(containsInformation ?OBJ ?PLAN))
(exists (?PLANNING)
(and
(instance ?PLANNING Planning)
(result ?PLANNING ?OBJ))))
2001-11-30 13:33:56.0
has axiom
(=>
(instance ?ACTION Communication)
(exists (?OBJ)
(and
(instance ?OBJ ContentBearingObject)
(patient ?ACTION ?OBJ))))
2001-11-30 13:33:56.0
has axiom
(=>
(realization ?PROCESS ?PROP)
(exists (?OBJ)
(and
(instance ?OBJ ContentBearingObject)
(containsInformation ?OBJ ?PROP))))
2001-11-30 13:33:56.0
has relatedInternalConcept containsInformation2001-11-30 13:33:56.0
is a kind of Object2001-11-30 13:33:56.0
is first domain of containsInformation2001-11-30 13:33:56.0
is first domain of equivalentContentClass2001-11-30 13:33:56.0
is first domain of equivalentContentInstance2001-11-30 13:33:56.0
is first domain of subsumesContentClass2001-11-30 13:33:56.0
is first domain of subsumesContentInstance2001-11-30 13:33:56.0
is second domain of equivalentContentClass2001-11-30 13:33:56.0
is second domain of equivalentContentInstance2001-11-30 13:33:56.0
is second domain of subsumesContentClass2001-11-30 13:33:56.0
is second domain of subsumesContentInstance2001-11-30 13:33:56.0
ContentDevelopmentdocumentation A subclass of IntentionalProcess in which content is transcribed or created anew2001-11-30 13:33:56.0
is a kind of IntentionalProcess2001-11-30 13:33:56.0
Contestdocumentation A Competition in which the Agents are CognitiveAgents. More specifically, the Agents are aware at some level that there is a prize at stake in the Competition2001-11-30 13:33:57.0
has axiom
(=>
(instance ?CONTEST Contest)
(exists (?AGENT1 ?AGENT2 ?PURP1 ?PURP2)
(and
(agent ?CONTEST ?AGENT1)
(agent ?CONTEST ?AGENT2)
(hasPurposeForAgent ?CONTEST ?PURP1 ?AGENT1)
(hasPurposeForAgent ?CONTEST ?PURP2 ?AGENT2)
(not
(equal ?AGENT1 ?AGENT2))
(not
(equal ?PURP1 ?PURP2)))))
2001-11-30 13:33:57.0
has axiom
(=>
(instance ?MOVE Maneuver)
(exists (?CONTEST)
(and
(instance ?CONTEST Contest)
(subProcess ?MOVE ?CONTEST))))
2001-11-30 13:33:57.0
is a kind of Competition2001-11-30 13:33:57.0
is a kind of SocialInteraction2001-11-30 13:33:57.0
ContinuousFunctiondocumentation Functions which are continuous. This concept is taken as primitive until representations for limits are devised2001-11-30 13:33:57.0
is a kind of Function2001-11-30 13:33:57.0
Contractdocumentation A Promise where something is promised in return, i.e. a reciprocal promise2001-11-30 13:33:57.0
is a kind of Promise2001-11-30 13:33:57.0
contraryPropertydocumentation Means that the two arguments are properties that are opposed to one another, e.g. Pliable versus Rigid2001-11-30 13:33:57.0
has axiom
(=>
(and
(attribute ?OBJ ?ATTR1)
(contraryProperty ?ATTR1 ?ATTR2))
(not
(attribute ?OBJ ?ATTR2)))
2001-11-30 13:33:57.0
has domain1 Attribute2001-11-30 13:33:57.0
has domain2 Attribute2001-11-30 13:33:57.0
is an instance of BinaryPredicate2001-11-30 13:33:57.0
is an instance of IrreflexiveRelation2001-11-30 13:33:57.0
is an instance of SymmetricRelation2001-11-30 13:33:57.0
is an instance of TransitiveRelation2001-11-30 13:33:57.0
cooccurdocumentation (cooccur ?THING1 ?THING2) means that the Object or Process ?THING1 occurs at the same time as, together with, or jointly with the Object or Process ?THING2. This covers the following temporal relations: is co-incident with, is concurrent with, is contemporaneous with, and is concomitant with2001-11-30 13:33:57.0
has axiom
(<=>
(cooccur ?PHYS1 ?PHYS2)
(equal (WhenFn ?PHYS1) (WhenFn ?PHYS2)))
2001-11-30 13:33:57.0
has domain1 Physical2001-11-30 13:33:57.0
has domain2 Physical2001-11-30 13:33:57.0
is an instance of BinaryPredicate2001-11-30 13:33:57.0
is an instance of EquivalenceRelation2001-11-30 13:33:57.0
is an instance of TemporalRelation2001-11-30 13:33:57.0
Cookingdocumentation The Making of an instance of Food2001-11-30 13:33:57.0
is a kind of Making2001-11-30 13:33:57.0
Cooperationdocumentation The subclass of SocialInteraction where the participants involved work together for the achievement of a common goal2001-11-30 13:33:57.0
has axiom
(=>
(instance ?COOPERATE Cooperation)
(exists (?PURP)
(forall (?AGENT)
(=>
(agent ?COOPERATE ?AGENT)
(hasPurposeForAgent ?COOPERATE ?PURP ?AGENT)))))
2001-11-30 13:33:57.0
is a kind of SocialInteraction2001-11-30 13:33:57.0
copydocumentation relates an Object to an exact copy of the Object, where an exact copy is indistinguishable from the original with regard to every property except (possibly) spatial and/or temporal location2001-11-30 13:33:57.0
has axiom
(=>
(copy ?OBJ1 ?OBJ2)
(forall (?ATTR)
(=>
(attribute ?OBJ1 ?ATTR)
(attribute ?OBJ2 ?ATTR))))
2001-11-30 13:33:58.0
has domain1 Object2001-11-30 13:33:58.0
has domain2 Object2001-11-30 13:33:58.0
is an instance of BinaryPredicate2001-11-30 13:33:58.0
is an instance of EquivalenceRelation2001-11-30 13:33:58.0
Corporationdocumentation An Organization that provides products and/or services for a fee with the aim of making a profit2001-11-30 13:33:58.0
is a kind of Organization2001-11-30 13:33:58.0
CorpuscularObjectdocumentation A SelfConnectedObject whose parts have properties that are not shared by the whole2001-11-30 13:33:58.0
has axiom
(=>
(instance ?OBJ CorpuscularObject)
(exists (?SUBSTANCETYPE1 ?SUBSTANCETYPE2 ?SUBSTANCE1 ?SUBSTANCE2)
(and
(subclass ?SUBSTANCETYPE1 Substance)
(subclass ?SUBSTANCETYPE2 Substance)
(instance ?SUBSTANCE1 ?SUBSTANCETYPE1)
(instance ?SUBSTANCE2 ?SUBSTANCETYPE2)
(material ?SUBSTANCE1 ?OBJ)
(material ?SUBSTANCE2 ?OBJ)
(not (equal ?SUBSTANCE1 ?SUBSTANCE2)))))
2001-11-30 13:33:58.0
is a kind of SelfConnectedObject2001-11-30 13:33:58.0
is disjoint from Substance2001-11-30 13:33:58.0
is first domain of component2001-11-30 13:33:58.0
is second domain of component2001-11-30 13:33:58.0
is second domain of material2001-11-30 13:33:58.0
CosineFndocumentation (CosineFn ?DEGREE) returns the cosine of the PlaneAngleMeasure ?DEGREE. The cosine of ?DEGREE is the ratio of the side next to ?DEGREE to the hypotenuse in a right-angled triangle2001-11-30 13:33:58.0
has axiom
(equal (TangentFn ?DEGREE) (DivisionFn (SineFn ?DEGREE) (CosineFn ?DEGREE)))
2001-11-30 13:33:58.0
has domain1 PlaneAngleMeasure2001-11-30 13:33:58.0
has range RealNumber2001-11-30 13:33:58.0
is an instance of UnaryFunction2001-11-30 13:33:58.0
CoulombFndocumentation SI ElectricChargeMeasure. Symbol: C. It is the quantity of electric charge transported through a cross section of a conductor in an electric circuit during each SecondDuration by a current of 1 Ampere. Coulomb = s*A2001-11-30 13:33:58.0
has domain1 SecondDuration2001-11-30 13:33:58.0
has range Ampere2001-11-30 13:33:58.0
is an instance of ElectricChargeMeasure2001-11-30 13:33:58.0
is an instance of SystemeInternationalUnit2001-11-30 13:33:58.0
Countingdocumentation The Class of MentalProcesses that involve enumerating the instances of a Class or the members of a Collection2001-11-30 13:33:58.0
has axiom
(=>
(and
(instance ?COUNT Counting)
(agent ?COUNT ?AGENT)
(patient ?COUNT ?ENTITY))
(exists (?NUMBER)
(knows ?AGENT (equal (CardinalityFn ?ENTITY)))))
2001-11-30 13:33:58.0
is a kind of MentalProcess2001-11-30 13:33:58.0
Coveringdocumentation The Class of Processes where the agent covers the patient, either completely or only partially, with something else2001-11-30 13:33:58.0
has axiom
(=>
(and
(instance ?COVER Covering)
(patient ?COVER ?OBJ))
(exists (?CONCEAL ?PART)
(and
(instance ?CONCEAL Concealing)
(subProcess ?CONCEAL ?COVER)
(part ?PART ?OBJ)
(patient ?CONCEAL ?PART))))
2001-11-30 13:33:58.0
is a kind of Process2001-11-30 13:33:58.0
Creationdocumentation The subclass of Process in which something is created. Note that the thing created is specified with the result CaseRole2001-11-30 13:33:59.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:33:59.0
has axiom
(=>
(instance ?ACTION Creation)
(exists (?RESULT)
(result ?ACTION ?RESULT)))
2001-11-30 13:33:59.0
is a kind of Process2001-11-30 13:33:59.0
crossesdocumentation (crosses ?OBJ1 ?OBJ2) means that Object ?OBJ1 traverses Object ?OBJ2, without being connected to it2001-11-30 13:33:59.0
has axiom
(=>
(crosses ?OBJ1 ?OBJ2)
(not
(connected ?OBJ1 ?OBJ2)))
2001-11-30 13:33:59.0
has axiom
(=>
(traverses ?OBJ1 ?OBJ2)
(or
(crosses ?OBJ1 ?OBJ2)
(penetrates ?OBJ1 ?OBJ2)))
2001-11-30 13:33:59.0
is an instance of AsymmetricRelation2001-11-30 13:33:59.0
is an instance of TransitiveRelation2001-11-30 13:33:59.0
Cupdocumentation English unit of volume equal to 1/2 of a Pint2001-11-30 13:33:59.0
has axiom
(equal
(MeasureFn ?NUMBER Cup)
(MeasureFn (DivisionFn ?NUMBER 2) Pint))
2001-11-30 13:33:59.0
has axiom
(equal
(MeasureFn ?NUMBER Ounce)
(MeasureFn (DivisionFn ?NUMBER 8) Cup))
2001-11-30 13:33:59.0
is an instance of UnitOfMeasure2001-11-30 13:33:59.0
is an instance of VolumeMeasure2001-11-30 13:33:59.0
CurrencyMeasureis a kind of ConstantQuantity2001-11-30 13:33:59.0
is second domain of monetaryValue2001-11-30 13:33:59.0
Cuttingdocumentation The subclass of Detaching Processes which involve a relatively sharp instrument2001-11-30 13:33:59.0
has axiom
(=>
(and
(instance ?ACT Surgery)
(patient ?ACT ?ANIMAL))
(exists (?SUBACT)
(and
(instance ?SUBACT Cutting)
(instance ?ANIMAL Animal)
(patient ?ANIMAL ?CUTTING)
(subProcess ?SUBACT ?ACT))))
2001-11-30 13:33:59.0
is a kind of Detaching2001-11-30 13:33:59.0
Damagingdocumentation The Class of Processes where the agent brings about a situation where the patient no longer functions normally or as intended2001-11-30 13:33:59.0
has axiom
(<=>
(instance ?INJ Injuring)
(and
(instance ?INJ Damaging)
(patient ?INJ Organism)))
2001-11-30 13:33:59.0
is a kind of Process2001-11-30 13:33:59.0
Dampdocumentation An Attribute which indicates that the associated Object contains a relatively large amount of Water2001-11-30 13:33:59.0
has axiom
(=>
(and
(instance ?WET Wetting)
(patient ?WET ?OBJ))
(holdsDuring (ImmediateFutureFn (WhenFn ?WET))
(or
(attribute ?OBJ Wet)
(attribute ?OBJ Damp))))
2001-11-30 13:33:59.0
is an instance of SaturationProperty2001-11-30 13:33:59.0
Dancingdocumentation Any BodyMotion of Humans which is deliberately coordinated with music2001-11-30 13:33:59.0
is a kind of BodyMotion2001-11-30 13:34:00.0
datedocumentation A BinaryPredicate that specifies a TimePosition in absolute calendar time, at the resolution of one day, for a particular Object or Process2001-11-30 13:34:00.0
has arg2 valence singleValued2001-11-30 13:34:00.0
has domain1 Physical2001-11-30 13:34:00.0
has domain2 Day2001-11-30 13:34:00.0
is an instance of AsymmetricRelation2001-11-30 13:34:00.0
is an instance of BinaryPredicate2001-11-30 13:34:00.0
Daydocumentation The Class of all calendar Days2001-11-30 13:34:00.0
has axiom
(=>
(instance (DayFn ?NUMBER ?MONTH) Day)
(lessThanOrEqualTo ?NUMBER 31))
2001-11-30 13:34:00.0
has axiom
(=>
(instance ?DAY Day)
(duration ?DAY DayDuration))
2001-11-30 13:34:00.0
has relatedInternalConcept DayDuration2001-11-30 13:34:00.0
has relatedInternalConcept DayFn2001-11-30 13:34:00.0
is a kind of TimeInterval2001-11-30 13:34:00.0
is second domain of date2001-11-30 13:34:00.0
is second domain of HourFn2001-11-30 13:34:00.0
DayDurationdocumentation Time unit. 1 day = 24 hours2001-11-30 13:34:00.0
has axiom
(=>
(instance ?DAY Day)
(duration ?DAY DayDuration))
2001-11-30 13:34:00.0
has axiom
(equal
(MeasureFn ?NUMBER DayDuration)
(MeasureFn (MultiplicationFn ?NUMBER 24) HourDuration))
2001-11-30 13:34:00.0
has axiom
(equal
(MeasureFn ?NUMBER YearDuration)
(MeasureFn (MultiplicationFn ?NUMBER 365) DayDuration))
2001-11-30 13:34:00.0
is an instance of TimeDuration2001-11-30 13:34:00.0
is an instance of UnitOfMeasure2001-11-30 13:34:00.0
DayFndocumentation A BinaryFunction that maps a number and a Month to the corresponding Day of the Month. For example, (DayFn 18 (MonthFn 8 (YearFn 1912))) denotes the 18th day of August 19122001-11-30 13:34:00.0
has axiom
(=>
(instance (DayFn ?NUMBER ?MONTH) Day)
(lessThanOrEqualTo ?NUMBER 31))
2001-11-30 13:34:00.0
has domain1 PositiveInteger2001-11-30 13:34:00.0
has domain2 Month2001-11-30 13:34:00.0
has range Day2001-11-30 13:34:00.0
is an instance of BinaryFunction2001-11-30 13:34:00.0
is an instance of TemporalRelation2001-11-30 13:34:00.0
Deaddocumentation This Attribute applies to Organisms that are not alive2001-11-30 13:34:00.0
has axiom
(=>
(and
(instance ?KILL Killing)
(patient ?KILL ?PATIENT))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?KILL)) (attribute ?PATIENT Living))
(holdsDuring (ImmediateFutureFn (WhenFn ?KILL)) (attribute ?PATIENT Dead))))
2001-11-30 13:34:00.0
has axiom
(=>
(deathTime ?ORGANISM ?TIME)
(holdsDuring (FutureFn ?TIME) (attribute ?ORGANISM Dead)))
2001-11-30 13:34:00.0
has contraryProperty Living2001-11-30 13:34:00.0
is an instance of AnimacyProperty2001-11-30 13:34:00.0
Deathdocumentation The Process of dying2001-11-30 13:34:00.0
has axiom
(=>
(deathTime ?ORGANISM ?TIME)
(holdsDuring ?TIME
(exists (?DEATH)
(and
(instance ?DEATH Death)
(experiencer ?DEATH ?ORGANISM)))))
2001-11-30 13:34:00.0
has axiom
(=>
(instance ?ORGANISM Organism)
(exists (?DEATH)
(and
(instance ?DEATH Death)
(experiencer ?DEATH ?ORGANISM))))
2001-11-30 13:34:00.0
is a kind of OrganismProcess2001-11-30 13:34:01.0
deathTimedocumentation A BinaryPredicate that specifies, at any level of resolution, the TimePosition at which a particular Organism died2001-11-30 13:34:01.0
has axiom
(=>
(and
(birthTime ?ORGANISM ?TIME1)
(deathTime ?ORGANISM ?TIME2)
(instance ?TIME1 TimeInterval)
(instance ?TIME2 TimeInterval))
(exists (?INTERVAL)
(and
(starts ?TIME1 ?INTERVAL)
(finishes ?TIME2 ?INTERVAL)
(holdsDuring ?INTERVAL (attribute ?ORGANISM Living)))))
2001-11-30 13:34:01.0
has axiom
(=>
(and
(birthTime ?ORGANISM ?TIME1)
(deathTime ?ORGANISM ?TIME2)
(instance ?TIME1 TimePoint)
(instance ?TIME2 TimePoint))
(exists (?INTERVAL)
(and
(equal (BeginFn ?INTERVAL) ?TIME1)
(equal (EndFn ?INTERVAL) ?TIME2)
(holdsDuring ?INTERVAL (attribute ?ORGANISM Living)))))
2001-11-30 13:34:01.0
has axiom
(=>
(deathTime ?ORGANISM ?TIME)
(holdsDuring (FutureFn ?TIME) (attribute ?ORGANISM Dead)))
2001-11-30 13:34:01.0
has axiom
(=>
(deathTime ?ORGANISM ?TIME)
(holdsDuring ?TIME
(exists (?DEATH)
(and
(instance ?DEATH Death)
(experiencer ?DEATH ?ORGANISM)))))
2001-11-30 13:34:01.0
has axiom
(=>
(instance ?ORGANISM Organism)
(exists (?TIME1 ?TIME2)
(and
(birthTime ?ORGANISM ?TIME1)
(deathTime ?ORGANISM ?TIME2))))
2001-11-30 13:34:01.0
has domain1 Organism2001-11-30 13:34:01.0
has domain2 TimePosition2001-11-30 13:34:01.0
is an instance of AsymmetricRelation2001-11-30 13:34:01.0
is an instance of BinaryPredicate2001-11-30 13:34:01.0
Declaringdocumentation The Class of Communications that effect an institutional alteration when performed by competent authority. Some examples are nominating, marrying, and excommunicating2001-11-30 13:34:01.0
is a kind of Communication2001-11-30 13:34:01.0
Decodingdocumentation Converting a document or message that has previously been encoded (see Encoding) into a Language that can be understood by a relatively large number of speakers2001-11-30 13:34:01.0
has axiom
(=>
(and
(instance ?DECODE Decoding)
(patient ?DECODE ?DOC1))
(exists (?ENCODE ?DOC2)
(and
(containsInformation ?DOC2 ?PROP)
(containsInformation ?DOC1 ?PROP)
(holdsDuring ?TIME
(and
(temporalPart ?TIME (PastFn (WhenFn ?DECODE)))
(instance ?ENCODE Encoding)
(patient ?ENCODE ?DOC2))))))
2001-11-30 13:34:01.0
is a kind of Writing2001-11-30 13:34:01.0
is disjoint from Encoding2001-11-30 13:34:01.0
Decoratingdocumentation The act of modifying or embellishing something with the aim of making it more aesthetically pleasing2001-11-30 13:34:01.0
has relatedInternalConcept SurfaceAlteration2001-11-30 13:34:01.0
is a kind of IntentionalProcess2001-11-30 13:34:01.0
Decreasinghas axiom
(=>
(and
(instance ?DECREASE Decreasing)
(patient ?DECREASE ?OBJ))
(exists (?UNIT ?QUANT1 ?QUANT2)
(and
(holdsDuring (ImmediatePastFn (WhenFn ?DECREASE)) (equal (MeasureFn ?OBJ ?UNIT) ?QUANT1))
(holdsDuring (ImmediateFutureFn (WhenFn ?DECREASE)) (equal (MeasureFn ?OBJ ?UNIT) ?QUANT2))
(lessThan ?QUANT2 ?QUANT1))))
2001-11-30 13:34:01.0
has relatedInternalConcept Removing2001-11-30 13:34:01.0
is a kind of Process2001-11-30 13:34:01.0
Deducingdocumentation The Class of Learning Processes which involve concluding, on the basis of either deductive or inductive evidence, that a particular Proposition or Sentence is true2001-11-30 13:34:01.0
is a kind of Learning2001-11-30 13:34:01.0
DenominatorFndocumentation (DenominatorFn ?NUMBER) returns the denominator of the canonical reduced form of the RealNumber ?NUMBER2001-11-30 13:34:01.0
has domain1 RealNumber2001-11-30 13:34:01.0
has range Integer2001-11-30 13:34:01.0
is an instance of UnaryFunction2001-11-30 13:34:02.0
DensityFndocumentation A very general FunctionQuantity. DensityFn maps an instance of MassMeasure and an instance of VolumeMeasure to the density represented by this combination of mass and volume. For example, (DensityFn (MeasureFn 3 Kilogram) (MeasureFn 1 Liter)) represents the density of 3 kilograms per liter2001-11-30 13:34:02.0
has domain1 MassMeasure2001-11-30 13:34:02.0
has domain2 VolumeMeasure2001-11-30 13:34:02.0
has range DensityMeasure2001-11-30 13:34:02.0
is an instance of BinaryFunction2001-11-30 13:34:02.0
is an instance of DensityMeasure2001-11-30 13:34:02.0
DensityMeasureis a kind of FunctionQuantity2001-11-30 13:34:02.0
desiresdocumentation (desires ?AGENT ?FORMULA) means that ?AGENT wants to bring about the state of affairs expressed by ?FORMULA. Note that desires is distinguished from wants only in that the former is a PropositionalAttitude, while wants is an ObjectAttitude2001-11-30 13:34:02.0
has domain1 Agent2001-11-30 13:34:02.0
has domain2 Formula2001-11-30 13:34:02.0
has relatedInternalConcept wants2001-11-30 13:34:02.0
is an instance of PropositionalAttitude2001-11-30 13:34:02.0
destinationdocumentation (destination ?PROCESS ?GOAL) means that ?GOAL is the target or goal of the Process ?PROCESS. For example, Danbury would be the destination in the following proposition: Bob went to Danbury. Note that this is a very general CaseRole and, in particular, that it covers the concepts of 'recipient' and 'beneficiary'. Thus, John would be the destination in the following proposition: Tom gave a book to John2001-11-30 13:34:02.0
has axiom
(<=>
(and
(instance ?BUY Buying)
(agent ?BUY ?AGENT1)
(origin ?BUY ?AGENT2)
(patient ?BUY ?OBJECT))
(and
(instance ?SELL Selling)
(agent ?SELL ?AGENT2)
(destination ?SELL ?AGENT1)
(patient ?SELL ?OBJECT)))
2001-11-30 13:34:02.0
has axiom
(=>
(and
(instance ?GET Getting)
(agent ?GET ?AGENT1)
(origin ?GET ?AGENT2)
(instance ?AGENT2 Agent)
(patient ?GET ?OBJ))
(exists (?GIVE)
(and
(instance ?GIVE Giving)
(agent ?GIVE ?AGENT2)
(destination ?GIVE ?AGENT1)
(patient ?GIVE ?OBJ))))
2001-11-30 13:34:02.0
has axiom
(=>
(and
(instance ?GIVE Giving)
(agent ?GIVE ?AGENT1)
(destination ?GIVE ?AGENT2)
(instance ?AGENT2 Agent)
(patient ?GIVE ?OBJ))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?GIVE)) (possesses ?AGENT1 ?OBJ))
(holdsDuring (ImmediateFutureFn (WhenFn ?GIVE)) (possesses ?AGENT2 ?OBJ))))
2001-11-30 13:34:02.0
has axiom
(=>
(and
(instance ?MOTION Motion)
(patient ?MOTION ?OBJ)
(destination ?MOTION ?PLACE))
(holdsDuring (ImmediateFutureFn (WhenFn ?MOTION)) (located ?OBJ ?PLACE)))
2001-11-30 13:34:02.0
has axiom
(=>
(and
(instance ?PUT Putting)
(destination ?PUT ?PLACE)
(patient ?PUT ?OBJ))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?PUT)) (not (located ?OBJ ?PLACE)))
(holdsDuring (ImmediateFutureFn (WhenFn ?PUT)) (located ?OBJ ?PLACE))))
2001-11-30 13:34:02.0
has axiom
(=>
(and
(path ?PROCESS ?PATH)
(origin ?PROCESS ?SOURCE)
(destination ?PROCESS ?DEST))
(forall (?OBJ)
(=>
(part ?OBJ ?PATH)
(between ?SOURCE ?OBJ ?DEST))))
2001-11-30 13:34:02.0
has axiom
(=>
(instance ?SUB Substituting)
(exists (?PUT ?REMOVE ?OBJ1 ?OBJ2 ?PLACE)
(and
(instance ?PUT Putting)
(instance ?REMOVE Removing)
(subProcess ?PUT ?SUB)
(subProcess ?REMOVE ?SUB)
(patient ?REMOVE ?OBJ1)
(origin ?REMOVE ?PLACE)
(patient ?PUT ?OBJ2)
(destination ?PUT PLACE)
(not (equal ?OBJ1 ?OBJ2)))))
2001-11-30 13:34:02.0
has axiom
(=>
(instance ?TRANS Transaction)
(exists (?AGENT1 ?AGENT2 ?GIVE1 ?GIVE2 ?OBJ1 ?OBJ2)
(and
(instance ?GIVE1 Giving)
(instance ?GIVE2 Giving)
(subProcess ?GIVE1 ?TRANS)
(subProcess ?GIVE2 ?TRANS)
(agent ?GIVE1 ?AGENT1)
(agent ?GIVE2 ?AGENT2)
(patient ?GIVE1 ?OBJ1)
(patient ?GIVE2 ?OBJ2)
(destination ?GIVE1 ?AGENT2)
(destination ?GIVE2 ?AGENT1)
(not
(equal ?AGENT1 ?AGENT2))
(not
(equal ?OBJ1 ?OBJ2)))))
2001-11-30 13:34:02.0
has domain1 Process2001-11-30 13:34:02.0
has domain2 Entity2001-11-30 13:34:02.0
is an instance of CaseRole2001-11-30 13:34:02.0
Destructiondocumentation The subclass of Process in which the patient (or an essential element of the patient) is destroyed2001-11-30 13:34:02.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:02.0
is a kind of Process2001-11-30 13:34:02.0
Detachingdocumentation A Process where the agent detaches one thing from something else. Note that this is different from Removing in that neither of the two things which are detached may be removed from the location where it was attached2001-11-30 13:34:02.0
is a kind of Process2001-11-30 13:34:02.0
developmentalFormdocumentation (developmentalForm ?OBJECT ?FORM) means that ?FORM is an earlier stage in the individual maturation of ?OBJECT. For example, tadpole and caterpillar are developmentalForms of frogs and butterflies, respectively2001-11-30 13:34:02.0
has axiom
(=>
(and
(instance ?CELL Cell)
(developmentalForm ?CELL ?FORM))
(instance ?FORM Cell))
2001-11-30 13:34:02.0
has axiom
(=>
(instance ?STRUCT EmbryonicStructure)
(exists (?THING)
(and
(developmentalForm ?THING ?STRUCT)
(or
(instance ?THING Organism)
(instance ?THING AnatomicalStructure)))))
2001-11-30 13:34:02.0
has domain1 Organism2001-11-30 13:34:02.0
has domain2 Organism2001-11-30 13:34:02.0
is an instance of AsymmetricRelation2001-11-30 13:34:03.0
is an instance of BinaryPredicate2001-11-30 13:34:03.0
is an instance of TransitiveRelation2001-11-30 13:34:03.0
DevelopmentalPropertydocumentation Attributes that indicate the stage of development of an Organism2001-11-30 13:34:03.0
is a kind of BiologicalProperty2001-11-30 13:34:03.0
Devicedocumentation A Device is an Artifact whose purpose is to serve as an instrument in a specific type of task2001-11-30 13:34:03.0
has axiom
(=>
(instance ?COMP EngineeringComponent)
(exists (?DEVICE)
(and
(instance ?DEVICE Device)
(component ?COMP ?DEVICE))))
2001-11-30 13:34:03.0
has axiom
(=>
(instance ?DEVICE Device)
(exists (?PROC)
(and
(instance ?PROC Process)
(instrument ?PROC ?DEVICE))))
2001-11-30 13:34:03.0
has axiom
(=>
(instance ?ELEMENT EngineeringElement)
(exists (?DEVICE)
(and
(instance ?DEVICE Device)
(part ?ELEMENT ?DEVICE))))
2001-11-30 13:34:03.0
is a kind of Artifact2001-11-30 13:34:03.0
DiagnosticProcessdocumentation A Process that is carried out for the purpose of determining the nature of a DiseaseOrSyndrome2001-11-30 13:34:03.0
is a kind of IntentionalProcess2001-11-30 13:34:03.0
diameterdocumentation BinaryPredicate that is used to state the measure of a circular Object from side to side2001-11-30 13:34:03.0
Directingdocumentation Instances of this Class urge some further action among the receivers. Example: The 5th Battalion requested air support from the 3rd Bomber Group2001-11-30 13:34:03.0
is a kind of Communication2001-11-30 13:34:03.0
directiondocumentation (direction ?PROC ?ATTR) means that the Process ?PROC is moving in the direction ?ATTR. For example, one would use this Predicate to represent the fact that Max is moving North2001-11-30 13:34:03.0
has axiom
(=>
(holdsDuring ?TIME (direction ?PROC ?ATTR1))
(forall (?ATTR2)
(=>
(holdsDuring ?TIME (direction ?PROC ?ATTR2))
(equal ?ATTR2 ?ATTR1))))
2001-11-30 13:34:03.0
has domain1 Process2001-11-30 13:34:03.0
has domain2 DirectionAttribute2001-11-30 13:34:03.0
is an instance of CaseRole2001-11-30 13:34:03.0
DirectionAttributedocumentation Attributes characterizing the orientation of an Object, e.g. Vertical versus Horizontal, the compass directions, etc2001-11-30 13:34:03.0
has axiom
(=>
(instance ?PROC DirectionChange)
(exists (?ATTR)
(and
(instance ?ATTR DirectionAttribute)
(or
(and
(holdsDuring (ImmediatePastFn (WhenFn ?PROC)) (attribute ?PROC ?ATTR))
(holdsDuring (ImmediateFutureFn (WhenFn ?PROC)) (not (attribute ?PROC ?ATTR))))
(and
(holdsDuring (ImmediateFutureFn (WhenFn ?PROC)) (attribute ?PROC ?ATTR))
(holdsDuring (ImmediatePastFn (WhenFn ?PROC)) (not (attribute ?PROC ?ATTR))))))))
2001-11-30 13:34:03.0
is a kind of Attribute2001-11-30 13:34:03.0
is second domain of direction2001-11-30 13:34:03.0
is third domain of orientation2001-11-30 13:34:03.0
DirectionChangedocumentation The act of changing the direction in which the patient of the act is oriented2001-11-30 13:34:03.0
has axiom
(=>
(instance ?PROC DirectionChange)
(exists (?ATTR)
(and
(instance ?ATTR DirectionAttribute)
(or
(and
(holdsDuring (ImmediatePastFn (WhenFn ?PROC)) (attribute ?PROC ?ATTR))
(holdsDuring (ImmediateFutureFn (WhenFn ?PROC)) (not (attribute ?PROC ?ATTR))))
(and
(holdsDuring (ImmediateFutureFn (WhenFn ?PROC)) (attribute ?PROC ?ATTR))
(holdsDuring (ImmediatePastFn (WhenFn ?PROC)) (not (attribute ?PROC ?ATTR))))))))
2001-11-30 13:34:03.0
is a kind of Motion2001-11-30 13:34:03.0
DiseaseOrSyndromedocumentation A PathologicProcess which alters or interferes with a normal process, state or activity of an Organism. It is usually characterized by the abnormal functioning of one or more of the host's systems, parts, or Organs2001-11-30 13:34:04.0
is a kind of PathologicProcess2001-11-30 13:34:04.0
disjointdocumentation Classes are disjoint only if they share no instances, i.e. just in case the result of applying IntersectionFn to them is empty2001-11-30 13:34:04.0
has axiom
(=>
(disjoint ?CLASS1 ?CLASS2)
(forall (?INST)
(not
(and
(instance ?INST ?CLASS1)
(instance ?INST ?CLASS2)))))
2001-11-30 13:34:04.0
has axiom
(=>
(disjointDecomposition ?CLASS1 ?CLASS2 ?CLASS3 ?CLASS4 ?CLASS5)
(and
(subclass ?CLASS2 ?CLASS1)
(subclass ?CLASS3 ?CLASS1)
(subclass ?CLASS4 ?CLASS1)
(subclass ?CLASS5 ?CLASS1)
(disjoint ?CLASS2 ?CLASS3)
(disjoint ?CLASS3 ?CLASS4)
(disjoint ?CLASS2 ?CLASS4)
(disjoint ?CLASS5 ?CLASS4)
(disjoint ?CLASS5 ?CLASS3)
(disjoint ?CLASS5 ?CLASS2)))
2001-11-30 13:34:04.0
has axiom
(=>
(disjointDecomposition ?CLASS1 ?CLASS2 ?CLASS3 ?CLASS4)
(and
(subclass ?CLASS2 ?CLASS1)
(subclass ?CLASS3 ?CLASS1)
(subclass ?CLASS4 ?CLASS1)
(disjoint ?CLASS2 ?CLASS3)
(disjoint ?CLASS3 ?CLASS4)
(disjoint ?CLASS2 ?CLASS4)))
2001-11-30 13:34:04.0
has axiom
(=>
(disjointDecomposition ?CLASS1 ?CLASS2 ?CLASS3)
(and
(subclass ?CLASS2 ?CLASS1)
(subclass ?CLASS3 ?CLASS1)
(disjoint ?CLASS2 ?CLASS3)))
2001-11-30 13:34:04.0
has axiom
(=>
(instance ?SUPERCLASS PairwiseDisjointClass)
(forall (?CLASS1 ?CLASS2)
(=>
(and
(instance ?CLASS1 ?SUPERCLASS)
(instance ?CLASS2 ?SUPERCLASS))
(or
(equal ?CLASS1 ?CLASS2)
(disjoint ?CLASS1 ?CLASS2)))))
2001-11-30 13:34:04.0
has domain1 Class2001-11-30 13:34:04.0
has domain2 Class2001-11-30 13:34:04.0
is an instance of BinaryPredicate2001-11-30 13:34:04.0
is an instance of SymmetricRelation2001-11-30 13:34:04.0
disjointDecompositiondocumentation A disjointDecomposition of a Class C is a set of subclasses of C that are mutually disjoint2001-11-30 13:34:04.0
has axiom
(=>
(disjointDecomposition ?CLASS1 ?CLASS2 ?CLASS3 ?CLASS4 ?CLASS5)
(and
(subclass ?CLASS2 ?CLASS1)
(subclass ?CLASS3 ?CLASS1)
(subclass ?CLASS4 ?CLASS1)
(subclass ?CLASS5 ?CLASS1)
(disjoint ?CLASS2 ?CLASS3)
(disjoint ?CLASS3 ?CLASS4)
(disjoint ?CLASS2 ?CLASS4)
(disjoint ?CLASS5 ?CLASS4)
(disjoint ?CLASS5 ?CLASS3)
(disjoint ?CLASS5 ?CLASS2)))
2001-11-30 13:34:04.0
has axiom
(=>
(disjointDecomposition ?CLASS1 ?CLASS2 ?CLASS3 ?CLASS4)
(and
(subclass ?CLASS2 ?CLASS1)
(subclass ?CLASS3 ?CLASS1)
(subclass ?CLASS4 ?CLASS1)
(disjoint ?CLASS2 ?CLASS3)
(disjoint ?CLASS3 ?CLASS4)
(disjoint ?CLASS2 ?CLASS4)))
2001-11-30 13:34:04.0
has axiom
(=>
(disjointDecomposition ?CLASS1 ?CLASS2 ?CLASS3)
(and
(subclass ?CLASS2 ?CLASS1)
(subclass ?CLASS3 ?CLASS1)
(disjoint ?CLASS2 ?CLASS3)))
2001-11-30 13:34:04.0
has axiom
(forall (?INT) (domain disjointDecomposition ?INT Class))
2001-11-30 13:34:04.0
has domain1 Class2001-11-30 13:34:04.0
has relatedInternalConcept disjoint2001-11-30 13:34:04.0
has relatedInternalConcept exhaustiveDecomposition2001-11-30 13:34:04.0
is an instance of Predicate2001-11-30 13:34:04.0
is an instance of VariableArityRelation2001-11-30 13:34:04.0
distancedocumentation (distance ?OBJ1 ?OBJ2 ?QUANT) means that the shortest distance between the two objects ?OBJ1 and ?OBJ2 is ?QUANT2001-11-30 13:34:04.0
has arg3 valence singleValued2001-11-30 13:34:04.0
has domain1 Physical2001-11-30 13:34:04.0
has domain2 Physical2001-11-30 13:34:05.0
has domain3 LengthMeasure2001-11-30 13:34:05.0
is an instance of SpatialRelation2001-11-30 13:34:05.0
is an instance of TernaryPredicate2001-11-30 13:34:05.0
distributesdocumentation A BinaryFunction ?FUNCTION1 is distributive over another BinaryFunction ?FUNCTION2 just in case (?FUNCTION1 ?INST1 (?FUNCTION2 ?INST2 ?INST3)) is equal to (?FUNCTION2 (?FUNCTION1 ?INST1 ?INST2) (?FUNCTION1 ?INST1 ?INST3)), for all ?INST1, ?INST2, and ?INST32001-11-30 13:34:05.0
has axiom
(=>
(distributes ?FUNCTION1 ?FUNCTION2)
(forall (?INST1 ?INST2 ?INST3)
(=>
(and
(instance ?INST1 (DomainFn ?FUNCTION1))
(instance ?INST2 (DomainFn ?FUNCTION1))
(instance ?INST3 (DomainFn ?FUNCTION1))
(instance ?INST1 (DomainFn ?FUNCTION2))
(instance ?INST2 (DomainFn ?FUNCTION2))
(instance ?INST3 (DomainFn ?FUNCTION2)))
(equal (AssignmentFn ?FUNCTION1 ?INST1
(AssignmentFn ?FUNCTION2 ?INST2 ?INST3))
(AssignmentFn ?FUNCTION2
(AssignmentFn ?FUNCTION1 ?INST1 ?INST2)
(AssignmentFn ?FUNCTION1 ?INST1 ?INST3))))))
2001-11-30 13:34:05.0
has domain1 BinaryFunction2001-11-30 13:34:05.0
has domain2 BinaryFunction2001-11-30 13:34:05.0
is an instance of BinaryPredicate2001-11-30 13:34:05.0
is an instance of BinaryRelation2001-11-30 13:34:05.0
DivisionFndocumentation If ?NUMBER1 and ?NUMBER2 are Numbers, then (DivisionFn ?NUMBER1 ?NUMBER2) is the result of dividing ?NUMBER1 by ?NUMBER2. An exception occurs when ?NUMBER1 = 1, in which case (DivisionFn ?NUMBER1 ?NUMBER2) is the reciprocal of ?NUMBER22001-11-30 13:34:05.0
has axiom
(<=>
(equal (RemainderFn ?NUMBER1 ?NUMBER2) ?NUMBER)
(equal (AdditionFn (MultiplicationFn (FloorFn (DivisionFn ?NUMBER1 ?NUMBER2)) ?NUMBER2) ?NUMBER) ?NUMBER1))
2001-11-30 13:34:05.0
has axiom
(=>
(instance ?NUMBER RationalNumber)
(exists (?INT1 ?INT2)
(and
(instance ?INT1 Integer)
(instance ?INT2 Integer)
(equal ?NUMBER (DivisionFn ?INT1 ?INT2)))))
2001-11-30 13:34:05.0
has axiom
(equal (TangentFn ?DEGREE) (DivisionFn (SineFn ?DEGREE) (CosineFn ?DEGREE)))
2001-11-30 13:34:05.0
has axiom
(equal
(MeasureFn ?NUMBER AngularDegree)
(MeasureFn (MultiplicationFn ?NUMBER (DivisionFn Pi 180)) Radian))
2001-11-30 13:34:05.0
has axiom
(equal
(MeasureFn ?NUMBER Cup)
(MeasureFn (DivisionFn ?NUMBER 2) Pint))
2001-11-30 13:34:05.0
has axiom
(equal
(MeasureFn ?NUMBER Ounce)
(MeasureFn (DivisionFn ?NUMBER 8) Cup))
2001-11-30 13:34:05.0
has axiom
(equal
(MeasureFn ?NUMBER Pint)
(MeasureFn (DivisionFn ?NUMBER 2) Quart))
2001-11-30 13:34:05.0
has axiom
(equal
(MeasureFn ?NUMBER Quart)
(MeasureFn (DivisionFn ?NUMBER 4) UnitedStatesGallon))
2001-11-30 13:34:05.0
has domain1 Quantity2001-11-30 13:34:05.0
has domain2 Quantity2001-11-30 13:34:05.0
has identityElement 12001-11-30 13:34:05.0
has range Quantity2001-11-30 13:34:05.0
is an instance of AssociativeFunction2001-11-30 13:34:05.0
is an instance of RelationExtendedToQuantities2001-11-30 13:34:05.0
Dociledocumentation The Attribute of having a docile disposition2001-11-30 13:34:05.0
is an instance of TraitProperty2001-11-30 13:34:05.0
documentationdocumentation A relation between objects in the domain of discourse and strings of natural language text. The domain of documentation is not constants (names), but the objects themselves. This means that one does not quote the names when associating them with their documentation2001-11-30 13:34:05.0
has domain1 Entity2001-11-30 13:34:05.0
has domain2 SymbolicString2001-11-30 13:34:05.0
is an instance of AsymmetricRelation2001-11-30 13:34:05.0
is an instance of BinaryPredicate2001-11-30 13:34:05.0
DollarUnitedStatesdocumentation A CurrencyMeasure2001-11-30 13:34:05.0
has axiom
(equal
(MeasureFn ?NUMBER CentUnitedStates)
(MeasureFn (MultiplicationFn ?NUMBER .01) DollarUnitedStates))
2001-11-30 13:34:05.0
is an instance of CurrencyMeasure2001-11-30 13:34:05.0
is an instance of UnitOfMeasure2001-11-30 13:34:05.0
domaindocumentation Provides a computationally and heuristically convenient mechanism for declaring the argument types of a given relation. The formula (domain ?REL 3 ?CLASS) says that the 3rd element of each tuple in the relation ?REL is an instance of ?CLASS. Specifying argument types is very helpful in maintaining ontologies. Representation systems can use these specifications to classify terms and check integrity constraints. If the restriction on the argument type of a Relation is not captured by a Class already defined in the ontology, one can specify a Class compositionally with the functions UnionFn, IntersectionFn, etc2001-11-30 13:34:05.0
has axiom
(=> 
(domain ?REL 1 ?CLASS)
(forall (?INST1 ?INST2 ?INST3)
(=>
(holds ?REL ?INST1 ?INST2 ?INST3)
(instance ?INST1 ?CLASS))))
2001-11-30 13:34:05.0
has axiom
(=> 
(domain ?REL 1 ?CLASS)
(forall (?INST1 ?INST2)
(=>
(holds ?REL ?INST1 ?INST2)
(instance ?INST1 ?CLASS))))
2001-11-30 13:34:05.0
has axiom
(=> 
(domain ?REL 2 ?CLASS)
(forall (?INST1 ?INST2 ?INST3)
(=>
(holds ?REL ?INST1 ?INST2 ?INST3)
(instance ?INST2 ?CLASS))))
2001-11-30 13:34:05.0
has axiom
(=> 
(domain ?REL 2 ?CLASS)
(forall (?INST1 ?INST2)
(=>
(holds ?REL ?INST1 ?INST2)
(instance ?INST2 ?CLASS))))
2001-11-30 13:34:05.0
has axiom
(=> 
(domain ?REL 3 ?CLASS)
(forall (?INST1 ?INST2 ?INST3)
(=>
(holds ?REL ?INST1 ?INST2 ?INST3)
(instance ?INST3 ?CLASS))))
2001-11-30 13:34:05.0
has axiom
(=>
(and
(subrelation ?PRED1 ?PRED2)
(domain ?PRED2 ?NUMBER ?CLASS2)
(domain ?PRED1 ?NUMBER ?CLASS1))
(subclass ?CLASS1 ?CLASS2))
2001-11-30 13:34:06.0
has axiom
(=>
(instance ?FUNCTION TimeDependentQuantity)
(domain ?FUNCTION 1 TimeMeasure))
2001-11-30 13:34:06.0
has axiom
(=>
(instance ?FUNCTION UnaryConstantFunctionQuantity)
(and
(domain ?FUNCTION 1 ConstantQuantity)
(range ?FUNCTION ConstantQuantity)))
2001-11-30 13:34:06.0
has axiom
(forall (?INT) (domain disjointDecomposition ?INT Class))
2001-11-30 13:34:06.0
has axiom
(forall (?INT) (domain exhaustiveDecomposition ?INT Class))
2001-11-30 13:34:06.0
has domain1 Relation2001-11-30 13:34:06.0
has domain2 PositiveInteger2001-11-30 13:34:06.0
has domain3 Class2001-11-30 13:34:06.0
is an instance of TernaryPredicate2001-11-30 13:34:06.0
DomainFndocumentation The domain of a BinaryRelation ?REL is the Class of all things that bear ?REL to something2001-11-30 13:34:06.0
has axiom
(<=> 
(instance ?FUN OneToOneFunction)
(forall (?ARG1 ?ARG2)
(=>
(and
(instance ?ARG1 (DomainFn ?FUN))
(instance ?ARG2 (DomainFn ?FUN))
(not (equal ?ARG1 ?ARG2)))
(not (equal (AssignmentFn ?FUN ?ARG1) (AssignmentFn ?FUN ?ARG2))))))
2001-11-30 13:34:06.0
has axiom
(<=> 
(instance ?INST1 (DomainFn ?REL))
(exists (?INST2)
(holds ?REL ?INST1 ?INST2)))
2001-11-30 13:34:06.0
has axiom
(=>
(distributes ?FUNCTION1 ?FUNCTION2)
(forall (?INST1 ?INST2 ?INST3)
(=>
(and
(instance ?INST1 (DomainFn ?FUNCTION1))
(instance ?INST2 (DomainFn ?FUNCTION1))
(instance ?INST3 (DomainFn ?FUNCTION1))
(instance ?INST1 (DomainFn ?FUNCTION2))
(instance ?INST2 (DomainFn ?FUNCTION2))
(instance ?INST3 (DomainFn ?FUNCTION2)))
(equal (AssignmentFn ?FUNCTION1 ?INST1
(AssignmentFn ?FUNCTION2 ?INST2 ?INST3))
(AssignmentFn ?FUNCTION2
(AssignmentFn ?FUNCTION1 ?INST1 ?INST2)
(AssignmentFn ?FUNCTION1 ?INST1 ?INST3))))))
2001-11-30 13:34:06.0
has axiom
(=>
(identityElement ?FUNCTION ?ID)
(forall (?INST)
(=>
(instance ?INST (DomainFn ?FUNCTION))
(equal (AssignmentFn ?FUNCTION ?ID ?INST) ?INST))))
2001-11-30 13:34:06.0
has axiom
(=>
(instance ?FUNCTION AssociativeFunction)
(forall (?INST1 ?INST2 ?INST3)
(=>
(and
(instance ?INST1 (DomainFn ?FUNCTION))
(instance ?INST2 (DomainFn ?FUNCTION))
(instance ?INST3 (DomainFn ?FUNCTION)))
(equal (AssignmentFn ?FUNCTION ?INST1 (AssignmentFn ?FUNCTION ?INST1 ?INST2))
(AssignmentFn ?FUNCTION (AssignmentFn ?FUNCTION ?INST1 ?INST2) ?INST3)))))
2001-11-30 13:34:06.0
has axiom
(=>
(instance ?FUNCTION CommutativeFunction)
(forall (?INST1 ?INST2)
(=>
(and
(instance ?INST1 (DomainFn ?FUNCTION))
(instance ?INST2 (DomainFn ?FUNCTION)))
(equal (AssignmentFn ?FUNCTION ?INST1 ?INST2)
(AssignmentFn ?FUNCTION ?INST2 ?INST1)))))
2001-11-30 13:34:06.0
has domain1 BinaryRelation2001-11-30 13:34:06.0
has range Class2001-11-30 13:34:06.0
is an instance of UnaryFunction2001-11-30 13:34:06.0
domainSubclassdocumentation Predicate used to specify argument type restrictions of Predicates. The formula (domainSubclass ?REL 3 ?CLASS) says that the 3rd element of each tuple in the relation ?REL is a subclass of ?CLASS2001-11-30 13:34:06.0
has axiom
(=> 
(domainSubclass ?REL 1 ?CLASS)
(forall (?INST1 ?INST2 ?INST3)
(=>
(holds ?REL ?INST1 ?INST2 ?INST3)
(subclass ?INST1 ?CLASS))))
2001-11-30 13:34:06.0
has axiom
(=> 
(domainSubclass ?REL 1 ?CLASS)
(forall (?INST1 ?INST2)
(=>
(holds ?REL ?INST1 ?INST2)
(subclass ?INST1 ?CLASS))))
2001-11-30 13:34:06.0
has axiom
(=> 
(domainSubclass ?REL 2 ?CLASS)
(forall (?INST1 ?INST2 ?INST3)
(=>
(holds ?REL ?INST1 ?INST2 ?INST3)
(subclass ?INST2 ?CLASS))))
2001-11-30 13:34:06.0
has axiom
(=> 
(domainSubclass ?REL 2 ?CLASS)
(forall (?INST1 ?INST2)
(=>
(holds ?REL ?INST1 ?INST2)
(subclass ?INST2 ?CLASS))))
2001-11-30 13:34:06.0
has axiom
(=> 
(domainSubclass ?REL 3 ?CLASS)
(forall (?INST1 ?INST2 ?INST3)
(=>
(holds ?REL ?INST1 ?INST2 ?INST3)
(subclass ?INST3 ?CLASS))))
2001-11-30 13:34:06.0
has domain1 Relation2001-11-30 13:34:06.0
has domain2 PositiveInteger2001-11-30 13:34:06.0
has domain3 Class2001-11-30 13:34:06.0
is an instance of TernaryPredicate2001-11-30 13:34:06.0
DoseEquivalentMeasureis a kind of FunctionQuantity2001-11-30 13:34:06.0
Dressingdocumentation The act of putting clothing on an Animal2001-11-30 13:34:06.0
is a kind of Process2001-11-30 13:34:06.0
Drinkingdocumentation The Process by which liquid Food is incorporated into an Animal2001-11-30 13:34:06.0
has axiom
(=>
(and
(instance ?ACT Drinking)
(patient ?ACT ?FOOD))
(attribute ?FOOD Liquid))
2001-11-30 13:34:06.0
is a kind of Ingesting2001-11-30 13:34:06.0
Drydocumentation An Attribute which indicates that the associated Object contains a relatively small amount of Water2001-11-30 13:34:06.0
has axiom
(=>
(and
(instance ?DRY Drying)
(patient ?DRY ?OBJ))
(holdsDuring (ImmediateFutureFn (WhenFn ?DRY))
(or
(attribute ?OBJ Anhydrous)
(attribute ?OBJ Dry))))
2001-11-30 13:34:06.0
has contraryProperty Damp2001-11-30 13:34:06.0
is an instance of SaturationProperty2001-11-30 13:34:06.0
Dryingdocumentation The Class of Processes where water is removed from an Object2001-11-30 13:34:06.0
has axiom
(=>
(and
(instance ?DRY Drying)
(patient ?DRY ?OBJ))
(holdsDuring (ImmediateFutureFn (WhenFn ?DRY))
(or
(attribute ?OBJ Anhydrous)
(attribute ?OBJ Dry))))
2001-11-30 13:34:07.0
is a kind of Process2001-11-30 13:34:07.0
durationdocumentation (duration ?POS ?TIME) means that the duration of the TimePosition ?POS is ?TIME. Note that this Predicate can be used in conjunction with the Function WhenFn to specify the duration of any instance of Physical2001-11-30 13:34:07.0
has axiom
(=>
(frequency ?PROC ?TIME1)
(forall (?TIME2)
(=>
(duration ?TIME2 ?TIME1)
(exists (?POINT)
(and
(temporalPart ?POINT ?TIME2)
(holdsDuring ?POINT (exists (?INST) (instance ?INST ?PROC))))))))
2001-11-30 13:34:07.0
has axiom
(=>
(instance ?DAY Day)
(duration ?DAY DayDuration))
2001-11-30 13:34:07.0
has axiom
(=>
(instance ?HOUR Hour)
(duration ?HOUR HourDuration))
2001-11-30 13:34:07.0
has axiom
(=>
(instance ?INTERVAL TimeInterval)
(exists (?DURATION)
(duration ?INTERVAL ?DURATION)))
2001-11-30 13:34:07.0
has axiom
(=>
(instance ?MINUTE Minute)
(duration ?MINUTE MinuteDuration))
2001-11-30 13:34:07.0
has axiom
(=>
(instance ?MONTH Month)
(duration ?MONTH MonthDuration))
2001-11-30 13:34:07.0
has axiom
(=>
(instance ?POINT TimePoint)
(not
(exists (?DURATION)
(duration ?POINT ?DURATION))))
2001-11-30 13:34:07.0
has axiom
(=>
(instance ?SECOND Second)
(duration ?SECOND SecondDuration))
2001-11-30 13:34:07.0
has axiom
(=>
(instance ?YEAR Year)
(duration ?YEAR YearDuration))
2001-11-30 13:34:07.0
has domain1 TimePosition2001-11-30 13:34:07.0
has domain2 TimeDuration2001-11-30 13:34:07.0
is an instance of AsymmetricRelation2001-11-30 13:34:07.0
is an instance of BinaryPredicate2001-11-30 13:34:07.0
duringdocumentation (during ?INTERVAL1 ?INTERVAL2) means that ?INTERVAL1 starts after and ends before ?INTERVAL22001-11-30 13:34:07.0
has axiom
(<=>
(overlapsTemporally ?INTERVAL1 ?INTERVAL2)
(or
(equal ?INTERVAL1 ?INTERVAL2)
(during ?INTERVAL1 ?INTERVAL2)
(starts ?INTERVAL1 ?INTERVAL2)
(finishes ?INTERVAL1 ?INTERVAL2)))
2001-11-30 13:34:07.0
has axiom
(=> 
(during ?INTERVAL1 ?INTERVAL2)
(and
(before (EndFn ?INTERVAL1) (EndFn ?INTERVAL2))
(before (BeginFn ?INTERVAL2) (BeginFn ?INTERVAL1))))
2001-11-30 13:34:07.0
has axiom
(=>
(subProcess ?SUBPROC ?PROC)
(or
(equal (WhenFn ?SUBPROC) (WhenFn ?PROC))
(during (WhenFn ?SUBPROC) (WhenFn ?PROC))))
2001-11-30 13:34:07.0
has domain1 TimeInterval2001-11-30 13:34:07.0
has domain2 TimeInterval2001-11-30 13:34:07.0
is an instance of IrreflexiveRelation2001-11-30 13:34:07.0
is an instance of TemporalRelation2001-11-30 13:34:07.0
is an instance of TransitiveRelation2001-11-30 13:34:07.0
earlierdocumentation (earlier INTERVAL1 INTERVAL2) means that INTERVAL1 ends before INTERVAL2 begins2001-11-30 13:34:07.0
has axiom
(=>
(earlier ?INTERVAL1 ?INTERVAL2)
(before (EndFn ?INTERVAL1) (BeginFn ?INTERVAL2)))
2001-11-30 13:34:07.0
has domain1 TimeInterval2001-11-30 13:34:07.0
has domain2 TimeInterval2001-11-30 13:34:07.0
is an instance of BinaryPredicate2001-11-30 13:34:07.0
is an instance of IrreflexiveRelation2001-11-30 13:34:07.0
is an instance of TemporalRelation2001-11-30 13:34:07.0
is an instance of TransitiveRelation2001-11-30 13:34:07.0
Eastdocumentation The compass direction of East2001-11-30 13:34:07.0
is an instance of DirectionAttribute2001-11-30 13:34:07.0
Eatingdocumentation The Process by which solid Food is incorporated into an Animal2001-11-30 13:34:07.0
has axiom
(=>
(and
(instance ?ACT Eating)
(patient ?ACT ?FOOD))
(attribute ?FOOD Solid))
2001-11-30 13:34:07.0
is a kind of Ingesting2001-11-30 13:34:07.0
EducationalOrganizationdocumentation A EducationalOrganization is an institution of learning. Some examples are public and private K-12 schools, and colleges and universities2001-11-30 13:34:08.0
is a kind of Organization2001-11-30 13:34:08.0
EducationalProcessdocumentation A Process related to the organization and provision of education2001-11-30 13:34:08.0
has axiom
(=>
(instance ?ACT EducationalProcess)
(exists (?PROC)
(and
(instance ?PROC Learning)
(subProcess ?PROC ?ACT))))
2001-11-30 13:34:08.0
is a kind of IntentionalProcess2001-11-30 13:34:08.0
effectordocumentation (effector ?ACTION ?ENTITY) means that ?ENTITY is an active determinant, either animate or inanimate, of the Process ?ACTION, with or without voluntary intention. For example, water is the effector of erosion in the following proposition: the water eroded the coastline2001-11-30 13:34:08.0
has axiom
(=>
(and
(instance ?VIRUS Virus)
(instance ?PROC Replication)
(effector ?PROC ?VIRUS))
(exists (?CELL)
(and
(located ?PROC ?CELL)
(instance ?CELL Cell))))
2001-11-30 13:34:08.0
has axiom
(=>
(instance ?PROCESS Process)
(exists (?CAUSE)
(effector ?PROCESS ?CAUSE)))
2001-11-30 13:34:08.0
has domain1 Process2001-11-30 13:34:08.0
has domain2 Object2001-11-30 13:34:08.0
is an instance of CaseRole2001-11-30 13:34:08.0
ElectricChargeMeasureis a kind of TimeDependentQuantity2001-11-30 13:34:08.0
ElectricConductanceMeasureis a kind of FunctionQuantity2001-11-30 13:34:08.0
ElectricCurrentMeasureis a kind of FunctionQuantity2001-11-30 13:34:08.0
ElectricPotentialMeasureis a kind of FunctionQuantity2001-11-30 13:34:08.0
ElectricResistanceMeasureis a kind of FunctionQuantity2001-11-30 13:34:08.0
Electrondocumentation SubatomicParticles that surround the AtomicNucleus. They have a negative charge2001-11-30 13:34:08.0
has axiom
(=>
(instance ?ATOM Atom)
(exists (?PROTON ?ELECTRON)
(and
(component ?PROTON ?ATOM)
(component ?ELECTRON ?ATOM)
(instance ?PROTON Proton)
(instance ?ELECTRON Electron))))
2001-11-30 13:34:08.0
is a kind of SubatomicParticle2001-11-30 13:34:08.0
ElectronVoltdocumentation The ElectronVolt is an EnergyMeasure. Symbol: eV. It is the kinetic energy acquired by an electron in passing through a potential difference of 1 Volt in a vacuum2001-11-30 13:34:08.0
has axiom
(equal
(MeasureFn ?NUMBER ElectronVolt)
(MeasureFn (MultiplicationFn ?NUMBER 1.60217733E-19) Joule))
2001-11-30 13:34:08.0
is an instance of EnergyMeasure2001-11-30 13:34:08.0
is an instance of UnitOfMeasure2001-11-30 13:34:08.0
elementdocumentation (element ?ENTITY ?SET) is true just in case ?ENTITY is contained in the Set ?SET. An Entity can be an element of another Entity only if the latter is a Set2001-11-30 13:34:08.0
has axiom
(=> 
(subset ?SUBSET ?SET)
(forall (?ELEMENT)
(=>
(element ?ELEMENT ?SUBSET)
(element ?ELEMENT ?SET))))
2001-11-30 13:34:09.0
has axiom
(=>
(forall (?ELEMENT)
(<=>
(element ?ELEMENT ?SET1)
(element ?ELEMENT ?SET2)))
(equal ?SET1 ?SET2))
2001-11-30 13:34:09.0
has domain1 Entity2001-11-30 13:34:09.0
has domain2 Set2001-11-30 13:34:09.0
is an instance of AsymmetricRelation2001-11-30 13:34:09.0
is an instance of BinaryPredicate2001-11-30 13:34:09.0
is an instance of IntransitiveRelation2001-11-30 13:34:09.0
EmbryonicStructuredocumentation An AnatomicalStructure that exists only before the Organism is fully formed. In Mammals, for example, a structure that exists only prior to the birth of the organism. This structure may be normal or abnormal2001-11-30 13:34:09.0
has axiom
(=>
(instance ?STRUCT EmbryonicStructure)
(exists (?THING)
(and
(developmentalForm ?THING ?STRUCT)
(or
(instance ?THING Organism)
(instance ?THING AnatomicalStructure)))))
2001-11-30 13:34:09.0
is a kind of AnatomicalStructure2001-11-30 13:34:09.0
Emittingdocumentation Processes in which something is given off by something else2001-11-30 13:34:09.0
is a kind of Process2001-11-30 13:34:09.0
EmittingLightdocumentation The subclass of Emitting in which light is given off. Some examples include blinking, flashing, and glittering2001-11-30 13:34:09.0
is a kind of Emitting2001-11-30 13:34:09.0
EmittingSmelldocumentation The subclass of Emitting in which smells are given off. Some examples include reeking, smelling, and stinking2001-11-30 13:34:09.0
is a kind of Emitting2001-11-30 13:34:09.0
EmittingSounddocumentation The subclass of Emitting in which sound is given off. Some examples include creaking, roaring, and whistling2001-11-30 13:34:09.0
is a kind of Emitting2001-11-30 13:34:09.0
EmotionalStatedocumentation The Class of Attributes that denote emotional states of Organisms (and perhaps other Agents). Note that EmotionalState is distinguished from TraitProperty in part by the fact that instances of the former are relatively transient while instances of the latter are persistent features of a creature's behavioral/psychological make-up2001-11-30 13:34:09.0
is a kind of PsychologicalProperty2001-11-30 13:34:09.0
is disjoint from TraitProperty2001-11-30 13:34:09.0
employsdocumentation (employs ?ORG ?PERSON) means that ?ORG has hired ?PERSON and currently retains ?PERSON, on a salaried or contractual basis, to provide services in exchange for monetary compensation2001-11-30 13:34:09.0
has axiom
(=> 
(occupiesPosition ?PERSON ?POSITION ?ORG)
(employs ?ORG ?PERSON))
2001-11-30 13:34:09.0
has axiom
(=>
(employs ?ORG ?PERSON)
(member ?PERSON ?ORG))
2001-11-30 13:34:09.0
has axiom
(=>
(instance ?ACT OccupationalProcess)
(exists (?ORG ?EMP)
(and
(instance ?ORG Organization)
(employs ?ORG ?EMP)
(agent ?ACT ?EMP))))
2001-11-30 13:34:10.0
has axiom
(=>
(instance ?PERSON UnemployedPerson)
(not
(exists (?ORG)
(employs ?ORG ?PERSON))))
2001-11-30 13:34:10.0
has domain1 Organization2001-11-30 13:34:10.0
has domain2 CognitiveAgent2001-11-30 13:34:10.0
Encodingdocumentation Converting a document or message into a formal language or into a code that can be understood only by a relatively small body of Agents. Generally speaking, this hinders wide dissemination of the content in the original document or message2001-11-30 13:34:10.0
has axiom
(=>
(and
(instance ?DECODE Decoding)
(patient ?DECODE ?DOC1))
(exists (?ENCODE ?DOC2)
(and
(containsInformation ?DOC2 ?PROP)
(containsInformation ?DOC1 ?PROP)
(holdsDuring ?TIME
(and
(temporalPart ?TIME (PastFn (WhenFn ?DECODE)))
(instance ?ENCODE Encoding)
(patient ?ENCODE ?DOC2))))))
2001-11-30 13:34:10.0
is a kind of Writing2001-11-30 13:34:10.0
EndFndocumentation A UnaryFunction that maps a TimeInterval to the TimePoint at which the interval ends2001-11-30 13:34:10.0
has axiom
(<=> 
(meetsTemporally ?INTERVAL1 ?INTERVAL2)
(equal
(EndFn ?INTERVAL1)
(BeginFn ?INTERVAL2)))
2001-11-30 13:34:10.0
has axiom
(<=> 
(starts ?INTERVAL1 ?INTERVAL2)
(and
(equal
(BeginFn ?INTERVAL1)
(BeginFn ?INTERVAL2))
(before
(EndFn ?INTERVAL1)
(EndFn ?INTERVAL2))))
2001-11-30 13:34:10.0
has axiom
(<=>
(existant ?PHYS ?TIME)
(temporallyBetweenOrEqual (BeginFn (WhenFn ?PHYS)) ?TIME (EndFn (WhenFn ?PHYS))))
2001-11-30 13:34:10.0
has axiom
(<=>
(finishes ?INTERVAL1 ?INTERVAL2)
(and
(before
(BeginFn ?INTERVAL2)
(BeginFn ?INTERVAL1))
(equal
(EndFn ?INTERVAL2)
(EndFn ?INTERVAL1))))
2001-11-30 13:34:10.0
has axiom
(=> 
(during ?INTERVAL1 ?INTERVAL2)
(and
(before (EndFn ?INTERVAL1) (EndFn ?INTERVAL2))
(before (BeginFn ?INTERVAL2) (BeginFn ?INTERVAL1))))
2001-11-30 13:34:10.0
has axiom
(=>
(earlier ?INTERVAL1 ?INTERVAL2)
(before (EndFn ?INTERVAL1) (BeginFn ?INTERVAL2)))
2001-11-30 13:34:10.0
has axiom
(=>
(and
(birthTime ?ORGANISM ?TIME1)
(deathTime ?ORGANISM ?TIME2)
(instance ?TIME1 TimePoint)
(instance ?TIME2 TimePoint))
(exists (?INTERVAL)
(and
(equal (BeginFn ?INTERVAL) ?TIME1)
(equal (EndFn ?INTERVAL) ?TIME2)
(holdsDuring ?INTERVAL (attribute ?ORGANISM Living)))))
2001-11-30 13:34:10.0
has axiom
(=>
(equal (EndFn ?INTERVAL) ?POINT)
(forall (?OTHERPOINT)
(=>
(and
(temporalPart ?OTHERPOINT ?INTERVAL)
(not (equal ?OTHERPOINT ?POINT)))
(before ?OTHERPOINT ?POINT))))
2001-11-30 13:34:10.0
has axiom
(=>
(and
(equal
(BeginFn ?INTERVAL1)
(BeginFn ?INTERVAL2))
(equal
(EndFn ?INTERVAL1)
(EndFn ?INTERVAL2)))
(equal ?INTERVAL1 ?INTERVAL2))
2001-11-30 13:34:10.0
has axiom
(before (BeginFn (WhenFn ?THING)) (EndFn (WhenFn ?THING)))
2001-11-30 13:34:10.0
has axiom
(equal (EndFn (FutureFn ?TIME)) PositiveInfinity)
2001-11-30 13:34:10.0
has domain1 TimeInterval2001-11-30 13:34:10.0
has range TimePoint2001-11-30 13:34:10.0
is an instance of TemporalRelation2001-11-30 13:34:10.0
is an instance of UnaryFunction2001-11-30 13:34:10.0
EnergyMeasureis a kind of FunctionQuantity2001-11-30 13:34:10.0
EngineeringComponentdocumentation A fundamental concept that applies in many engineering domains. An EngineeringComponent is an EngineeringElement that is a physically whole object, such as one might see listed as standard parts in a catalog. The main difference betweeen EngineeringComponents and arbitrary globs of matter is that EngineeringComponents are object-like in a modeling sense. Thus, an EngineeringComponent is not an arbtrary subregion, but a part of a system with a stable identity2001-11-30 13:34:10.0
has axiom
(=>
(instance ?COMP EngineeringComponent)
(exists (?DEVICE)
(and
(instance ?DEVICE Device)
(component ?COMP ?DEVICE))))
2001-11-30 13:34:10.0
is a kind of EngineeringElement2001-11-30 13:34:10.0
is first domain of connectedEngineeringComponents2001-11-30 13:34:10.0
is first domain of engineeringSubcomponent2001-11-30 13:34:10.0
is first domain of TerminalFn2001-11-30 13:34:10.0
is second domain of connectedEngineeringComponents2001-11-30 13:34:10.0
is second domain of connectsEngineeringComponents2001-11-30 13:34:10.0
is second domain of engineeringSubcomponent2001-11-30 13:34:10.0
is third domain of connectsEngineeringComponents2001-11-30 13:34:10.0
EngineeringComponentFndocumentation A UnaryFunction that maps a Terminal to its corresponding EngineeringComponent2001-11-30 13:34:10.0
has domain1 Terminal2001-11-30 13:34:10.0
has inverse TerminalFn2001-11-30 13:34:10.0
has range EngineeringComponent2001-11-30 13:34:10.0
is an instance of UnaryFunction2001-11-30 13:34:10.0
EngineeringConnectiondocumentation An EngineeringConnection is an EngineeringComponent that represents a connection relationship between two other EngineeringComponents. It is a reification of the Predicate connectedEngineeringComponents. That means that whenever this Predicate holds between two EngineeringComponents, there exists an EngineeringConnection. The practical reason for reifying a relationship is to be able to attach other information about it. For example, one might want to say that a particular connection is associated with some shared parameters, or that it is of a particular type. EngineeringConnections are EngineeringComponents and can therefore be an engineeringSubcomponent of other EngineeringComponents. However, to provide for modular regularity in component systems, EngineeringConnections cannot be connected. For each pair of EngineeringComponents related by connectedEngineeringComponents, there exists at least one EngineeringConnection. However, that object may not be unique, and the same EngineeringConnection may be associated with several pairs of EngineeringComponents2001-11-30 13:34:10.0
has axiom
(=> 
(connectedEngineeringComponents ?COMP1 ?COMP2)
(not
(or
(instance ?COMP1 EngineeringConnection)
(instance ?COMP2 EngineeringConnection))))
2001-11-30 13:34:10.0
has axiom
(=>
(instance ?CONNECTION EngineeringConnection)
(exists (?COMP1 ?COMP2)
(connectsEngineeringComponents ?CONNECTION ?COMP1 ?COMP2)))
2001-11-30 13:34:10.0
is a kind of EngineeringComponent2001-11-30 13:34:10.0
is first domain of connectsEngineeringComponents2001-11-30 13:34:10.0
EngineeringElementdocumentation An EngineeringElement is any element that is used in the construction of a Device2001-11-30 13:34:10.0
has axiom
(=>
(instance ?ELEMENT EngineeringElement)
(exists (?DEVICE)
(and
(instance ?DEVICE Device)
(part ?ELEMENT ?DEVICE))))
2001-11-30 13:34:10.0
is a kind of Artifact2001-11-30 13:34:11.0
engineeringSubcomponentdocumentation (engineeringSubcomponent ?SUB ?SUPER) means that the EngineeringComponent ?SUB is structurally a properPart ?SUPER. This relation is an AsymmetricRelation, since two EngineeringComponents cannot be subcomponents of each other2001-11-30 13:34:11.0
has axiom
(=>
(connectedEngineeringComponents ?COMP1 ?COMP2)
(and
(not
(engineeringSubcomponent ?COMP1 ?COMP2))
(not
(engineeringSubcomponent ?COMP2 ?COMP1))))
2001-11-30 13:34:11.0
has domain1 EngineeringComponent2001-11-30 13:34:11.0
has domain2 EngineeringComponent2001-11-30 13:34:11.0
entailsdocumentation The operator of logical entailment. (entails ?FORMULA1 ?FORMULA2) means that ?FORMULA2 can be derived from ?FORMULA1 by means of the proof theory of SUO-KIF2001-11-30 13:34:11.0
has axiom
(=>
(and
(holdsDuring ?TIME ?SITUATION1)
(entails ?SITUATION1 ?SITUATION2))
(holdsDuring ?TIME ?SITUATION2))
2001-11-30 13:34:11.0
has domain1 Formula2001-11-30 13:34:11.0
has domain2 Formula2001-11-30 13:34:11.0
is an instance of SententialOperator2001-11-30 13:34:11.0
Entitydocumentation The universal class of individuals. This is the root node of the ontology2001-11-30 13:34:11.0
has axiom
(<=> 
(instance ?CLASS Class)
(subclass ?CLASS Entity))
2001-11-30 13:34:11.0
has axiom
(equal NullSet (ComplementFn Entity))
2001-11-30 13:34:11.0
has axiom
(exists (?THING) (instance ?THING Entity))
2001-11-30 13:34:11.0
has axiom
(forall (?THING) (instance ?THING Entity))
2001-11-30 13:34:11.0
is a kind of kbTop2001-11-30 13:34:11.0
is first domain of documentation2001-11-30 13:34:11.0
is first domain of element2001-11-30 13:34:11.0
is first domain of equal2001-11-30 13:34:11.0
is first domain of IdentityFn2001-11-30 13:34:11.0
is first domain of instance2001-11-30 13:34:11.0
is first domain of relatedExternalConcept2001-11-30 13:34:11.0
is first domain of relatedInternalConcept2001-11-30 13:34:11.0
is second domain of destination2001-11-30 13:34:11.0
is second domain of equal2001-11-30 13:34:11.0
is second domain of identityElement2001-11-30 13:34:11.0
is second domain of inScopeOfInterest2001-11-30 13:34:11.0
is second domain of patient2001-11-30 13:34:11.0
is second domain of refers2001-11-30 13:34:11.0
is second domain of relatedInternalConcept2001-11-30 13:34:11.0
is second domain of represents2001-11-30 13:34:11.0
is second domain of representsForAgent2001-11-30 13:34:11.0
is second domain of representsInLanguage2001-11-30 13:34:11.0
Enzymedocumentation A complex Protein that is produced by living cells and which catalyzes specific biochemical reactions. There are six main types of enzymes: oxidoreductases, transferases, hydrolases, lyases, isomerases, and ligases2001-11-30 13:34:11.0
is a kind of Protein2001-11-30 13:34:11.0
equaldocumentation (equal ?ENTITY1 ?ENTITY2) is true just in case ?ENTITY1 is identical with ?ENTITY22001-11-30 13:34:11.0
has domain1 Entity2001-11-30 13:34:11.0
has domain2 Entity2001-11-30 13:34:11.0
is an instance of BinaryPredicate2001-11-30 13:34:11.0
is an instance of EquivalenceRelation2001-11-30 13:34:11.0
is an instance of RelationExtendedToQuantities2001-11-30 13:34:11.0
EquivalenceRelationdocumentation A BinaryRelation is an equivalence relation if it is a ReflexiveRelation, a SymmetricRelation, and a TransitiveRelation2001-11-30 13:34:11.0
is a kind of ReflexiveRelation2001-11-30 13:34:12.0
is a kind of SymmetricRelation2001-11-30 13:34:12.0
is a kind of TransitiveRelation2001-11-30 13:34:12.0
equivalenceRelationOndocumentation A BinaryRelation is an equivalenceRelationOn a Class only if the relation is reflexiveOn the Class and it is both a TransitiveRelation and a SymmetricRelation2001-11-30 13:34:12.0
has axiom
(=>
(equivalenceRelationOn ?RELATION ?CLASS)
(and
(instance ?RELATION TransitiveRelation)
(instance ?RELATION SymmetricRelation)
(reflexiveOn ?RELATION ?CLASS)))
2001-11-30 13:34:12.0
has domain1 BinaryRelation2001-11-30 13:34:12.0
has domain2 Class2001-11-30 13:34:12.0
is an instance of AsymmetricRelation2001-11-30 13:34:12.0
is an instance of BinaryPredicate2001-11-30 13:34:12.0
equivalentContentClassdocumentation A BinaryPredicate that relates two subclasses of ContentBearingObject. (equivalentContentClass ?CLASS1 ?CLASS2) means that the content expressed by each instance of ?CLASS1 is also expressed by each instance of ?CLASS2, and vice versa. An example would be the relationship between English and Russian editions of Agatha Christie's 'Murder on the Orient Express'. Note that (equivalentContentClass ?CLASS1 ?CLASS2) implies (subsumesContentClass ?CLASS1 ?CLASS2) and (subsumesContentClass ?CLASS2 ?CLASS1)2001-11-30 13:34:12.0
has axiom
(<=>
(and
(subsumesContentClass ?CLASS1 ?CLASS2)
(subsumesContentClass ?CLASS2 ?CLASS1))
(equivalentContentClass ?CLASS1 ?CLASS2))
2001-11-30 13:34:12.0
has domain1 ContentBearingObject2001-11-30 13:34:12.0
has domain2 ContentBearingObject2001-11-30 13:34:12.0
is an instance of EquivalenceRelation2001-11-30 13:34:12.0
equivalentContentInstancedocumentation A BinaryPredicate relating two instances of ContentBearingObject. (equivalentContentInstance ?OBJ1 ?OBJ2) means that the content expressed by ?OBJ1 is identical to the content expressed by ?OBJ2. An example would be the relationship between a handwritten draft of a letter to one's lawyer and a typed copy of the same letter. Note that (equivalentContentInstance ?OBJ1 ?OBJ2) implies (subsumesContentInstance ?OBJ1 ?OBJ2) and (subsumesContentInstance ?OBJ2 ?OBJ2)2001-11-30 13:34:12.0
has axiom
(<=>
(and
(subsumesContentInstance ?OBJ1 ?OBJ2)
(subsumesContentInstance ?OBJ2 ?OBJ1))
(equivalentContentInstance ?OBJ1 ?OBJ2))
2001-11-30 13:34:12.0
has axiom
(=>
(and
(equivalentContentInstance ?SENT1 ?SENT2)
(instance ?SENT1 Sentence)
(instance ?SENT2 Sentence))
(<=> ?SENT1 ?SENT2))
2001-11-30 13:34:12.0
has domain1 ContentBearingObject2001-11-30 13:34:12.0
has domain2 ContentBearingObject2001-11-30 13:34:12.0
has relatedInternalConcept equivalentContentClass2001-11-30 13:34:12.0
is an instance of EquivalenceRelation2001-11-30 13:34:12.0
EthnicGroupdocumentation A GroupOfPeople whose members originate from the same Region or share the same Language and/or cultural practices2001-11-30 13:34:12.0
is a kind of GroupOfPeople2001-11-30 13:34:12.0
EvenIntegerdocumentation An Integer that is evenly divisible by 22001-11-30 13:34:12.0
has axiom
(=>
(instance ?NUMBER EvenInteger)
(equal (RemainderFn ?NUMBER 2) 0))
2001-11-30 13:34:12.0
is a kind of Integer2001-11-30 13:34:12.0
exactlyLocateddocumentation The actual, minimal location of an Object. This is a subrelation of the more general Predicate located2001-11-30 13:34:12.0
has axiom
(=>
(contains ?OBJ1 ?OBJ2)
(forall (?PART2)
(=>
(part ?PART2 ?OBJ2)
(exists (?PART1)
(and
(interiorPart ?PART1 ?OBJ1)
(exactlyLocated ?PART2 ?PART1))))))
2001-11-30 13:34:12.0
has axiom
(=>
(equal (WhereFn ?THING ?TIME) ?REGION)
(holdsDuring ?TIME (exactlyLocated ?THING ?REGION)))
2001-11-30 13:34:12.0
has axiom
(=>
(exactlyLocated ?OBJ ?REGION)
(not
(exists (?OTHEROBJ)
(and
(exactlyLocated ?OTHEROBJ ?REGION)
(not
(equal ?OTHEROBJ ?OBJ))))))
2001-11-30 13:34:12.0
has axiom
(=>
(partlyLocated ?OBJ ?REGION)
(exists (?SUBOBJ)
(and
(part ?SUBOBJ ?OBJ)
(exactlyLocated ?SUBOBJ ?REGION))))
2001-11-30 13:34:12.0
ExerciseProcessdocumentation A Process that is carried out for the purpose of exercise2001-11-30 13:34:12.0
is a kind of IntentionalProcess2001-11-30 13:34:12.0
exhaustiveDecompositiondocumentation An exhaustiveDecomposition of a Class C is a set of subclasses of C such that every subclass of C either is an element of the set or is a subclass of an element of the set. Note: this does not necessarily mean that the elements of the set are disjoint (see partition - a partition is a disjoint exhaustive decomposition.2001-11-30 13:34:13.0
has axiom
(=>
(exhaustiveDecomposition ?CLASS1 ?CLASS2 ?CLASS3 ?CLASS4 ?CLASS5)
(forall (?OBJ)
(=>
(instance ?OBJ ?CLASS1)
(or
(instance ?OBJ ?CLASS2)
(instance ?OBJ ?CLASS3)
(instance ?OBJ ?CLASS4)
(instance ?OBJ ?CLASS5)))))
2001-11-30 13:34:13.0
has axiom
(=>
(exhaustiveDecomposition ?CLASS1 ?CLASS2 ?CLASS3 ?CLASS4)
(forall (?OBJ)
(=>
(instance ?OBJ ?CLASS1)
(or
(instance ?OBJ ?CLASS2)
(instance ?OBJ ?CLASS3)
(instance ?OBJ ?CLASS4)))))
2001-11-30 13:34:13.0
has axiom
(=>
(exhaustiveDecomposition ?CLASS1 ?CLASS2 ?CLASS3)
(forall (?OBJ)
(=>
(instance ?OBJ ?CLASS1)
(or
(instance ?OBJ ?CLASS2)
(instance ?OBJ ?CLASS3)))))
2001-11-30 13:34:13.0
has axiom
(forall (?INT) (domain exhaustiveDecomposition ?INT Class))
2001-11-30 13:34:13.0
has domain1 Class2001-11-30 13:34:13.0
has relatedInternalConcept partition2001-11-30 13:34:13.0
is an instance of Predicate2001-11-30 13:34:13.0
is an instance of VariableArityRelation2001-11-30 13:34:13.0
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
(=> 
(and
(instance ?PROC Process)
(subProcess ?SUBPROC ?PROC))
(exists (?TIME)
(existant ?SUBPROC ?TIME)))
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
(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
experiencerdocumentation (experiencer ?PROCESS ?AGENT) means that ?AGENT experiences the Process ?PROCESS. For example, Yojo is the experiencer of seeing in the following proposition: Yojo sees the fish. Note that experiencer, unlike effector, does not entail a causal relation between its arguments2001-11-30 13:34:13.0
has axiom
(=>
(instance ?PROCESS MentalProcess)
(exists (?ANIMAL)
(and
(instance ?ANIMAL Animal)
(experiencer ?PROCESS ?ANIMAL))))
2001-11-30 13:34:13.0
has axiom
(=>
(birthTime ?ORGANISM ?TIME)
(holdsDuring ?TIME
(exists (?BIRTH)
(and
(instance ?BIRTH Birth)
(experiencer ?BIRTH ?ORGANISM)))))
2001-11-30 13:34:13.0
has axiom
(=>
(deathTime ?ORGANISM ?TIME)
(holdsDuring ?TIME
(exists (?DEATH)
(and
(instance ?DEATH Death)
(experiencer ?DEATH ?ORGANISM)))))
2001-11-30 13:34:13.0
has axiom
(=>
(instance ?ORGANISM Organism)
(exists (?BIRTH)
(and
(instance ?BIRTH Birth)
(experiencer ?BIRTH ?ORGANISM))))
2001-11-30 13:34:13.0
has axiom
(=>
(instance ?ORGANISM Organism)
(exists (?DEATH)
(and
(instance ?DEATH Death)
(experiencer ?DEATH ?ORGANISM))))
2001-11-30 13:34:13.0
has domain1 Process2001-11-30 13:34:13.0
has domain2 Agent2001-11-30 13:34:13.0
is an instance of CaseRole2001-11-30 13:34:13.0
exploitsdocumentation (exploits ?OBJ ?AGENT) means that ?OBJ is used by ?AGENT as a resource in an unspecified instance of Process. This Predicate, as its corresponding axiom indicates, is a composition of the relations agent and resource2001-11-30 13:34:13.0
has axiom
(=>
(exploits ?OBJ ?AGENT)
(exists (?PROCESS)
(and
(agent ?PROCESS ?AGENT)
(resource ?PROCESS ?OBJ))))
2001-11-30 13:34:13.0
has domain1 Object2001-11-30 13:34:13.0
has domain2 Agent2001-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
ExponentiationFndocumentation (ExponentiationFn ?NUMBER ?INT) returns the RealNumber ?NUMBER raised to the power of the Integer ?INT2001-11-30 13:34:13.0
has axiom
(equal (ReciprocalFn ?NUMBER)
(ExponentiationFn ?NUMBER -1))
2001-11-30 13:34:13.0
has domain1 Quantity2001-11-30 13:34:13.0
has domain2 Integer2001-11-30 13:34:13.0
has range Quantity2001-11-30 13:34:13.0
is an instance of BinaryFunction2001-11-30 13:34:13.0
is an instance of RelationExtendedToQuantities2001-11-30 13:34:14.0
Expressingdocumentation Instances of this Class express a state of the sender. Example: Jane thanked Barbara for the present she had given her2001-11-30 13:34:14.0
is a kind of Communication2001-11-30 13:34:14.0
ExtensionFndocumentation A UnaryFunction that maps an Attribute into the Class whose condition for membership is the Attribute2001-11-30 13:34:14.0
has axiom
(<=>
(equal (ExtensionFn ?ATTRIBUTE) ?CLASS)
(equal (AttributeFn ?CLASS) ?ATTRIBUTE))
2001-11-30 13:34:14.0
has domain1 Attribute2001-11-30 13:34:14.0
has range Class2001-11-30 13:34:14.0
is an instance of UnaryFunction2001-11-30 13:34:14.0
Falsedocumentation The TruthValue of being false2001-11-30 13:34:14.0
has contraryProperty True2001-11-30 13:34:14.0
is an instance of TruthValue2001-11-30 13:34:14.0
FamilyGroupdocumentation A GroupOfPeople whose members bear familyRelations to one another2001-11-30 13:34:14.0
has axiom
(=> 
(instance ?GROUP FamilyGroup)
(forall (?MEMB1 ?MEMB2)
(=>
(and
(member ?MEMB1 ?GROUP)
(member ?MEMB2 ?GROUP))
(familyRelation ?MEMB1 ?MEMB2))))
2001-11-30 13:34:14.0
is a kind of GroupOfPeople2001-11-30 13:34:14.0
familyRelationdocumentation A very general Predicate for biological relationships. (familyRelation ?ORGANISM1 ?ORGANISM2) means that ?ORGANISM1 and ?ORGANISM2 are biologically derived from a common ancestor2001-11-30 13:34:14.0
has axiom
(=> 
(familyRelation ?ORGANISM1 ?ORGANISM2)
(exists (?ORGANISM3)
(and
(familyRelation ?ORGANISM3 ?ORGANISM1)
(familyRelation ?ORGANISM3 ?ORGANISM2))))
2001-11-30 13:34:14.0
has axiom
(=> 
(instance ?GROUP FamilyGroup)
(forall (?MEMB1 ?MEMB2)
(=>
(and
(member ?MEMB1 ?GROUP)
(member ?MEMB2 ?GROUP))
(familyRelation ?MEMB1 ?MEMB2))))
2001-11-30 13:34:14.0
has domain1 Organism2001-11-30 13:34:14.0
has domain2 Organism2001-11-30 13:34:14.0
is an instance of BinaryPredicate2001-11-30 13:34:15.0
is an instance of EquivalenceRelation2001-11-30 13:34:15.0
Faraddocumentation SI CapacitanceMeasure. Symbol: F. It is the capacitance of a capacitator between the plates of which there appears a difference of potential of 1 Volt when it is charged by a quantity of electricity equal to 1 Coulomb. Farad = C/V = m^(-2)*kg(-1)*s^4*A^22001-11-30 13:34:15.0
is an instance of CapacitanceMeasure2001-11-30 13:34:15.0
is an instance of SystemeInternationalUnit2001-11-30 13:34:15.0
fatherdocumentation The general relationship of fatherhood. (father ?FATHER ?CHILD) means that ?FATHER is the biological father of ?CHILD2001-11-30 13:34:15.0
has arg1 valence singleValued2001-11-30 13:34:15.0
has axiom
(=>
(father ?FATHER ?CHILD)
(attribute ?FATHER Male))
2001-11-30 13:34:15.0
has axiom
(=>
(parent ?PARENT ?CHILD)
(or
(mother ?PARENT ?CHILD)
(father ?PARENT ?CHILD)))
2001-11-30 13:34:15.0
has domain1 Animal2001-11-30 13:34:15.0
Femaledocumentation An Attribute indicating that an Organism is female in nature2001-11-30 13:34:15.0
has axiom
(=>
(mother ?MOTHER ?CHILD)
(attribute ?MOTHER Female))
2001-11-30 13:34:15.0
is an instance of SexProperty2001-11-30 13:34:15.0
Fewdocumentation Useful for contextual assessment of number. Note that a formula containing this Class cannot be converted into a precise numeric range. For example, compare 'few books on the table' (perhaps there are three books) and 'few eritrocytes in your blood' (this might mean there are 3 million per part)2001-11-30 13:34:15.0
is an instance of NonspecificNumber2001-11-30 13:34:15.0
FieldOfStudydocumentation An academic or applied discipline with recognized experts and with a core of accepted theory or practice. Note that FieldOfStudy is a subclass of Proposition, because a FieldOfStudy is understood to be a body of abstract, informational content, with varying degrees of certainty attached to each element of this content2001-11-30 13:34:15.0
is a kind of Proposition2001-11-30 13:34:16.0
Fillabledocumentation Something is Fillable if it can be filled by something else. Note that 'filled' here means perfectly filled2001-11-30 13:34:16.0
has axiom
(<=> 
(attribute ?HOLE1 Fillable)
(exists (?HOLE2)
(and
(instance ?HOLE2 Hole)
(part ?HOLE1 ?HOLE2))))
2001-11-30 13:34:16.0
has axiom
(=> 
(and
(fills ?OBJ1 ?HOLE)
(attribute ?OBJ2 Fillable))
(not
(overlapsSpatially ?OBJ1 ?OBJ2)))
2001-11-30 13:34:16.0
has axiom
(=>
(holdsDuring ?TIME
(fills ?OBJ ?HOLE))
(attribute ?HOLE Fillable))
2001-11-30 13:34:16.0
is an instance of ShapeProperty2001-11-30 13:34:16.0
fillsdocumentation Holes can be filled. (fills ?OBJ ?HOLE) means that the Object ?OBJ fills the Hole ?HOLE. Note that fills here means perfectly filled2001-11-30 13:34:16.0
has axiom
(=> 
(and
(fills ?OBJ ?HOLE1)
(properPart ?HOLE2 ?HOLE1))
(completelyFills ?OBJ ?HOLE2))
2001-11-30 13:34:16.0
has axiom
(=> 
(and
(fills ?OBJ1 ?HOLE)
(attribute ?OBJ2 Fillable))
(not
(overlapsSpatially ?OBJ1 ?OBJ2)))
2001-11-30 13:34:16.0
has axiom
(=> 
(and
(fills ?OBJ1 ?HOLE)
(properPart ?OBJ2 ?OBJ1))
(properlyFills ?OBJ2 ?HOLE))
2001-11-30 13:34:16.0
has axiom
(=> 
(completelyFills ?OBJ1 ?HOLE)
(exists (?OBJ2)
(and
(part ?OBJ2 ?OBJ1)
(fills ?OBJ2 ?HOLE))))
2001-11-30 13:34:16.0
has axiom
(=> 
(properlyFills ?OBJ ?HOLE1)
(exists (?HOLE2)
(and
(part ?HOLE2 ?HOLE1)
(fills ?OBJ ?HOLE2))))
2001-11-30 13:34:16.0
has axiom
(=>
(holdsDuring ?TIME
(fills ?OBJ ?HOLE))
(attribute ?HOLE Fillable))
2001-11-30 13:34:16.0
has domain1 Object2001-11-30 13:34:16.0
has domain2 Hole2001-11-30 13:34:16.0
has relatedInternalConcept Fillable2001-11-30 13:34:16.0
is an instance of AsymmetricRelation2001-11-30 13:34:16.0
is an instance of BinaryPredicate2001-11-30 13:34:16.0
is an instance of SpatialRelation2001-11-30 13:34:16.0
FinancialTransactiondocumentation A Transaction where an instance of CurrencyMeasure is exchanged for something else2001-11-30 13:34:16.0
is a kind of Transaction2001-11-30 13:34:16.0
finishesdocumentation (finishes ?INTERVAL1 ?INTERVAL2) means that ?INTERVAL1 and ?INTERVAL2 are both TimeIntervals that have the same ending TimePoint and that ?INTERVAL2 begins before ?INTERVAL12001-11-30 13:34:16.0
has domain1 TimeInterval2001-11-30 13:34:16.0
has domain2 TimeInterval2001-11-30 13:34:16.0
is an instance of BinaryPredicate2001-11-30 13:34:16.0
is an instance of IrreflexiveRelation2001-11-30 13:34:16.0
is an instance of TemporalRelation2001-11-30 13:34:16.0
is an instance of TransitiveRelation2001-11-30 13:34:16.0
FiniteSetdocumentation A Set containing a finite number of elements2001-11-30 13:34:16.0
has axiom
(=>
(instance ?SET FiniteSet)
(exists (?NUMBER)
(and
(instance ?NUMBER NonnegativeInteger)
(equal ?NUMBER (CardinalityFn ?SET)))))
2001-11-30 13:34:16.0
is a kind of Set2001-11-30 13:34:16.0
Fishdocumentation A cold-blooded aquatic Vertebrate characterized by fins and breathing by gills. Included here are Fish having either a bony skeleton, such as a perch, or a cartilaginous skeleton, such as a shark. Also included are those Fish lacking a jaw, such as a lamprey or hagfish2001-11-30 13:34:16.0
has axiom
(=>
(instance ?FISH Fish)
(exists (?WATER)
(and
(inhabits ?FISH ?WATER)
(instance ?WATER Water))))
2001-11-30 13:34:16.0
is a kind of ColdBloodedVertebrate2001-11-30 13:34:17.0
is disjoint from Reptile2001-11-30 13:34:16.0
FloorFndocumentation (FloorFn ?NUMBER) returns the largest Integer less than or equal to the RealNumber ?NUMBER2001-11-30 13:34:17.0
has axiom
(<=>
(equal (RemainderFn ?NUMBER1 ?NUMBER2) ?NUMBER)
(equal (AdditionFn (MultiplicationFn (FloorFn (DivisionFn ?NUMBER1 ?NUMBER2)) ?NUMBER2) ?NUMBER) ?NUMBER1))
2001-11-30 13:34:17.0
has axiom
(=>
(equal (FloorFn ?NUMBER) ?INT)
(not
(exists (?OTHERINT)
(and
(instance ?OTHERINT Integer)
(lessThanOrEqualTo ?OTHERINT ?NUMBER)
(greaterThan ?OTHERINT ?INT)))))
2001-11-30 13:34:17.0
has axiom
(=>
(equal (RoundFn ?NUMBER1) ?NUMBER2)
(or
(=>
(lessThan (SubtractionFn ?NUMBER1 (FloorFn ?NUMBER1)) .5)
(equal ?NUMBER2 (FloorFn ?NUMBER1)))
(=>
(greaterThanOrEqualTo (SubtractionFn ?NUMBER1 (FloorFn ?NUMBER1)) .5)
(equal ?NUMBER2 (CeilingFn ?NUMBER1)))))
2001-11-30 13:34:17.0
has domain1 RealNumber2001-11-30 13:34:17.0
has range Integer2001-11-30 13:34:17.0
is an instance of UnaryFunction2001-11-30 13:34:17.0
Fooddocumentation Any Object containing Nutrients, such as carbohydrates, proteins, and fats, that can be ingested by a living Organism and metabolized into energy and body tissue2001-11-30 13:34:17.0
has axiom
(=>
(instance ?FOOD Food)
(exists (?NUTRIENT)
(and
(instance ?NUTRIENT Nutrient)
(part ?NUTRIENT ?FOOD))))
2001-11-30 13:34:17.0
has axiom
(=>
(and
(instance ?ACT Ingesting)
(patient ?ACT ?FOOD))
(instance ?FOOD Food))
2001-11-30 13:34:17.0
has axiom
(=>
(instance ?FOOD Food)
(forall (?PART1)
(=>
(part ?PART1 ?FOOD)
(exists (?PART2 ?ORGANISM)
(and
(part ?PART1 ?PART2)
(part ?PART2 ?ORGANISM)
(instance ?ORGANISM Organism))))))
2001-11-30 13:34:17.0
has axiom
(=>
(instance ?OBJ Food)
(exists (?ATTR)
(and
(instance ?ATTR TasteProperty)
(attribute ?OBJ ?ATTR))))
2001-11-30 13:34:17.0
is a kind of Object2001-11-30 13:34:17.0
Footdocumentation English length unit of feet2001-11-30 13:34:17.0
has axiom
(equal
(MeasureFn ?NUMBER Foot)
(MeasureFn (MultiplicationFn ?NUMBER 0.3048) Meter))
2001-11-30 13:34:17.0
is an instance of LengthMeasure2001-11-30 13:34:17.0
is an instance of UnitOfMeasure2001-11-30 13:34:17.0
ForceMeasureis a kind of FunctionQuantity2001-11-30 13:34:17.0
Formuladocumentation A syntactically well-formed formula in the SUO-KIF knowledge representation language2001-11-30 13:34:17.0
has axiom
(=>
(and
(instance ?INVESTIGATE Investigating)
(patient ?INVESTIGATE ?PROP))
(instance ?PROP Formula))
2001-11-30 13:34:17.0
is a kind of Sentence2001-11-30 13:34:17.0
is first domain of <=>2001-11-30 13:34:17.0
is first domain of =>2001-11-30 13:34:17.0
is first domain of and2001-11-30 13:34:17.0
is first domain of entails2001-11-30 13:34:17.0
is first domain of not2001-11-30 13:34:17.0
is first domain of or2001-11-30 13:34:17.0
is second domain of <=>2001-11-30 13:34:17.0
is second domain of =>2001-11-30 13:34:17.0
is second domain of and2001-11-30 13:34:17.0
is second domain of believes2001-11-30 13:34:17.0
is second domain of considers2001-11-30 13:34:17.0
is second domain of desires2001-11-30 13:34:17.0
is second domain of entails2001-11-30 13:34:17.0
is second domain of hasPurpose2001-11-30 13:34:17.0
is second domain of hasPurposeForAgent2001-11-30 13:34:17.0
is second domain of holdsDuring2001-11-30 13:34:17.0
is second domain of KappaFn2001-11-30 13:34:17.0
is second domain of knows2001-11-30 13:34:17.0
is second domain of or2001-11-30 13:34:17.0
Fragiledocumentation An Attribute which indicates that the associated Object is very breakable2001-11-30 13:34:17.0
is an instance of BreakabilityProperty2001-11-30 13:34:17.0
frequencydocumentation (frequency ?PROC ?TIME) means that the Process type of ?PROC recurs after every interval of ?TIME2001-11-30 13:34:18.0
has axiom
(=>
(frequency ?PROC ?TIME1)
(forall (?TIME2)
(=>
(duration ?TIME2 ?TIME1)
(exists (?POINT)
(and
(temporalPart ?POINT ?TIME2)
(holdsDuring ?POINT (exists (?INST) (instance ?INST ?PROC))))))))
2001-11-30 13:34:18.0
has domain1 Process2001-11-30 13:34:18.0
has domain2 TimeDuration2001-11-30 13:34:18.0
is an instance of AsymmetricRelation2001-11-30 13:34:18.0
is an instance of BinaryPredicate2001-11-30 13:34:18.0
FrequencyMeasureis a kind of TimeDependentQuantity2001-11-30 13:34:18.0
frontdocumentation This is a cognitive primitive, derived from the front/back schema. (front ?OBJ1 ?OBJ2) means that ?OBJ1 is in front of ?OBJ22001-11-30 13:34:18.0
has inverse behind2001-11-30 13:34:18.0
is an instance of AsymmetricRelation2001-11-30 13:34:18.0
is an instance of TransitiveRelation2001-11-30 13:34:18.0
FullyFormedAnatomicalStructuredocumentation An AnatomicalStructure in a fully formed Organism. In Mammals, for example, it would be a structure in the body after the birth of the Organism2001-11-30 13:34:18.0
is a kind of AnatomicalStructure2001-11-30 13:34:18.0
is disjoint from EmbryonicStructure2001-11-30 13:34:18.0
Functiondocumentation A Function is a term-forming Relation that maps from a n-tuple of arguments to a range and that associates this n-tuple with exactly one range element. Note that the range is a Class, and each element of the range is an instance of the Class2001-11-30 13:34:18.0
is a kind of Relation2001-11-30 13:34:18.0
is first domain of AssignmentFn2001-11-30 13:34:18.0
is first domain of closedOn2001-11-30 13:34:18.0
is first domain of range2001-11-30 13:34:18.0
is first domain of rangeSubclass2001-11-30 13:34:18.0
FunctionQuantitydocumentation A FunctionQuantity is a Function that maps from one or more instances of ConstantQuantity to another instance of ConstantQuantity. For example, the velocity of a particle would be represented by a FunctionQuantity mapping values of time (which are ConstantQuantities) to values of distance (also ConstantQuantities). Note that all instances of FunctionQuantity are Functions with a fixed arity. Note too that all elements of the range of a FunctionQuantity have the same physical dimension as the FunctionQuantity itself2001-11-30 13:34:18.0
is a kind of Function2001-11-30 13:34:18.0
is a kind of PhysicalQuantity2001-11-30 13:34:18.0
Fungusdocumentation A eukaryotic Organism characterized by the absence of chlorophyll and the presence of a CellWallRigid. Included here are both slime molds and true fungi such as yeasts, molds, mildews, and mushrooms2001-11-30 13:34:18.0
has axiom
(=>
(and
(instance ?FUNGUS Fungus)
(inhabits ?FUNGUS ?OBJ))
(instance ?OBJ Organism))
2001-11-30 13:34:18.0
has axiom
(=>
(instance ?FUNGUS Fungus)
(exists (?WALL)
(and
(component ?WALL ?FUNGUS)
(instance ?WALL CellWallRigid))))
2001-11-30 13:34:18.0
is a kind of Plant2001-11-30 13:34:20.0
FutureFndocumentation A UnaryFunction that maps a TimePosition to the TimeInterval which it meets and which ends at PositiveInfinity2001-11-30 13:34:20.0
has axiom
(=>
(deathTime ?ORGANISM ?TIME)
(holdsDuring (FutureFn ?TIME) (attribute ?ORGANISM Dead)))
2001-11-30 13:34:20.0
has axiom
(equal (EndFn (FutureFn ?TIME)) PositiveInfinity)
2001-11-30 13:34:20.0
has axiom
(meetsTemporally (WhenFn ?THING) (FutureFn (WhenFn ?THING)))
2001-11-30 13:34:20.0
has axiom
(starts (ImmediateFutureFn (WhenFn ?THING)) (FutureFn (WhenFn ?THING)))
2001-11-30 13:34:20.0
has domain1 TimePosition2001-11-30 13:34:20.0
has range TimeInterval2001-11-30 13:34:20.0
is an instance of TemporalRelation2001-11-30 13:34:20.0
is an instance of UnaryFunction2001-11-30 13:34:20.0
Gamedocumentation A Contest whose purpose is the enjoyment/stimulation of the participants or spectators of the Game2001-11-30 13:34:20.0
is a kind of Contest2001-11-30 13:34:20.0
is a kind of RecreationalProcess2001-11-30 13:34:20.0
Gasdocumentation An Object has the Attribute of Gas if it has neither a fixed volume nor a fixed shape2001-11-30 13:34:20.0
is an instance of PhysicalState2001-11-30 13:34:20.0
GeneralizedIntersectionFndocumentation A UnaryFunction that takes a Class of Classes as its single argument and returns a Class which is the intersection of all of the Classes in the original Class, i.e. the Class containing just those instances which are instances of all instances of the original Class2001-11-30 13:34:20.0
has axiom
(<=> 
(instance ?ENTITY (GeneralizedIntersectionFn ?SUPERCLASS))
(forall (?CLASS)
(=>
(instance ?CLASS ?SUPERCLASS)
(instance ?ENTITY ?CLASS))))
2001-11-30 13:34:20.0
has axiom
(=>
(instance ?CLASS MutuallyDisjointClass)
(equal (GeneralizedIntersectionFn ?CLASS) NullSet))
2001-11-30 13:34:20.0
has domain1 Class2001-11-30 13:34:20.0
has range Class2001-11-30 13:34:21.0
is an instance of UnaryFunction2001-11-30 13:34:21.0
GeneralizedUnionFndocumentation A UnaryFunction that takes a Class of Classes as its single argument and returns a Class which is the merge of all of the Classes in the original Class, i.e. the Class containing just those instances which are instances of an instance of the original Class2001-11-30 13:34:21.0
has axiom
(<=> 
(instance ?ENTITY (GeneralizedUnionFn ?SUPERCLASS))
(exists (?CLASS)
(and
(instance ?CLASS ?SUPERCLASS)
(instance ?ENTITY ?CLASS))))
2001-11-30 13:34:21.0
has domain1 Class2001-11-30 13:34:21.0
has range Class2001-11-30 13:34:21.0
is an instance of UnaryFunction2001-11-30 13:34:21.0
GeographicAreadocumentation A geographic location, generally having definite boundaries. Note that this differs from its immediate superclass Region in that a GeographicArea is a Region of land of significant size2001-11-30 13:34:21.0
is a kind of Region2001-11-30 13:34:21.0
Gettingdocumentation The subclass of ChangeOfPossession where the agent gets something. Note that the source from which something is obtained is specified with the origin CaseRole2001-11-30 13:34:21.0
has axiom
(=>
(and
(instance ?GET Getting)
(agent ?GET ?AGENT1)
(origin ?GET ?AGENT2)
(instance ?AGENT2 Agent)
(patient ?GET ?OBJ))
(exists (?GIVE)
(and
(instance ?GIVE Giving)
(agent ?GIVE ?AGENT2)
(destination ?GIVE ?AGENT1)
(patient ?GIVE ?OBJ))))
2001-11-30 13:34:21.0
is a kind of ChangeOfPossession2001-11-30 13:34:21.0
GigaHertzdocumentation Multiple of Hertz. Symbol: GHz. A FrequencyMeasure equal to one billion times per SeconDuration. 1 GigaHertz = 10^9 Hertz2001-11-30 13:34:21.0
has axiom
(equal 
(MeasureFn ?NUMBER GigaHertz)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E9) Hertz))
2001-11-30 13:34:21.0
is an instance of FrequencyMeasure2001-11-30 13:34:21.0
is an instance of UnitOfMeasure2001-11-30 13:34:21.0
Givingdocumentation The subclass of ChangeOfPossession where the agent gives the destination something2001-11-30 13:34:21.0
has axiom
(=>
(and
(instance ?GET Getting)
(agent ?GET ?AGENT1)
(origin ?GET ?AGENT2)
(instance ?AGENT2 Agent)
(patient ?GET ?OBJ))
(exists (?GIVE)
(and
(instance ?GIVE Giving)
(agent ?GIVE ?AGENT2)
(destination ?GIVE ?AGENT1)
(patient ?GIVE ?OBJ))))
2001-11-30 13:34:21.0
has axiom
(=>
(and
(instance ?GIVE Giving)
(agent ?GIVE ?AGENT1)
(destination ?GIVE ?AGENT2)
(instance ?AGENT2 Agent)
(patient ?GIVE ?OBJ))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?GIVE)) (possesses ?AGENT1 ?OBJ))
(holdsDuring (ImmediateFutureFn (WhenFn ?GIVE)) (possesses ?AGENT2 ?OBJ))))
2001-11-30 13:34:21.0
has axiom
(=>
(instance ?TRANS Transaction)
(exists (?AGENT1 ?AGENT2 ?GIVE1 ?GIVE2 ?OBJ1 ?OBJ2)
(and
(instance ?GIVE1 Giving)
(instance ?GIVE2 Giving)
(subProcess ?GIVE1 ?TRANS)
(subProcess ?GIVE2 ?TRANS)
(agent ?GIVE1 ?AGENT1)
(agent ?GIVE2 ?AGENT2)
(patient ?GIVE1 ?OBJ1)
(patient ?GIVE2 ?OBJ2)
(destination ?GIVE1 ?AGENT2)
(destination ?GIVE2 ?AGENT1)
(not
(equal ?AGENT1 ?AGENT2))
(not
(equal ?OBJ1 ?OBJ2)))))
2001-11-30 13:34:21.0
is a kind of ChangeOfPossession2001-11-30 13:34:21.0
Glanddocumentation An Organ that removes Substances from the Blood, alters them in some way, and then releases them2001-11-30 13:34:21.0
is a kind of Organ2001-11-30 13:34:21.0
Governmentdocumentation The ruling body of a Nation or one of the subOrganizations of a Nation2001-11-30 13:34:21.0
has axiom
(=>
(instance ?NATION Nation)
(exists (?GOV)
(and
(instance ?GOV Government)
(subOrganizations ?GOV ?NATION))))
2001-11-30 13:34:21.0
is a kind of Organization2001-11-30 13:34:21.0
Graduationdocumentation The IntentionalProcess of graduating from an EducationalOrganization2001-11-30 13:34:21.0
is a kind of OrganizationalProcess2001-11-30 13:34:22.0
Gramdocumentation Submultiple of Kilogram. Symbol: g. 1 Kilogram = 1000 Grams2001-11-30 13:34:22.0
has axiom
(equal
(MeasureFn ?NUMBER Gram)
(MeasureFn (MultiplicationFn ?NUMBER 0.001) Kilogram))
2001-11-30 13:34:22.0
has axiom
(equal
(MeasureFn ?NUMBER Kilogram)
(MeasureFn (MultiplicationFn ?NUMBER 1000) Gram))
2001-11-30 13:34:22.0
is an instance of MassMeasure2001-11-30 13:34:22.0
is an instance of UnitOfMeasure2001-11-30 13:34:22.0
Graydocumentation SI AbsorbedDoseMeasure. Symbol: Gy. It measures the dose of radiation absorbed in living tissue. It is equal approximately to the absorbed dose delivered when the energy per unit mass imparted to matter by ionizing radiation is 1 Joule per Kilogram. Gray = J/kg = m^2*s^(-2)2001-11-30 13:34:22.0
is an instance of AbsorbedDoseMeasure2001-11-30 13:34:22.0
is an instance of SystemeInternationalUnit2001-11-30 13:34:22.0
greaterThandocumentation (greaterThan ?NUMBER1 ?NUMBER2) is true just in case the Quantity ?NUMBER1 is greater than the Quantity ?NUMBER22001-11-30 13:34:22.0
has axiom
(<=>
(greaterThanOrEqualTo ?NUMBER1 ?NUMBER2)
(or
(equal ?NUMBER1 ?NUMBER2)
(greaterThan ?NUMBER1 ?NUMBER2)))
2001-11-30 13:34:22.0
has axiom
(=>
(and
(resource ?PROC ?OBJ)
(holdsDuring (ImmediatePastFn (WhenFn ?PROC)) (measure ?OBJ ?QUANT1))
(holdsDuring (ImmediateFutureFn (WhenFn ?PROC)) (measure ?OBJ ?QUANT2)))
(greaterThan ?QUANT1 ?QUANT2))
2001-11-30 13:34:22.0
has axiom
(=>
(and
(instance ?INCREASE Increasing)
(patient ?INCREASE ?OBJ))
(exists (?UNIT ?QUANT1 ?QUANT2)
(and
(holdsDuring (ImmediatePastFn (WhenFn ?INCREASE)) (equal (MeasureFn ?OBJ ?UNIT) ?QUANT1))
(holdsDuring (ImmediateFutureFn (WhenFn ?INCREASE)) (equal (MeasureFn ?OBJ ?UNIT) ?QUANT2))
(greaterThan ?QUANT2 ?QUANT1))))
2001-11-30 13:34:22.0
has axiom
(=>
(equal (FloorFn ?NUMBER) ?INT)
(not
(exists (?OTHERINT)
(and
(instance ?OTHERINT Integer)
(lessThanOrEqualTo ?OTHERINT ?NUMBER)
(greaterThan ?OTHERINT ?INT)))))
2001-11-30 13:34:22.0
has axiom
(=>
(equal (MaxFn ?NUMBER1 ?NUMBER2) ?NUMBER)
(or
(and
(equal ?NUMBER ?NUMBER1)
(greaterThan ?NUMBER1 ?NUMBER2))
(and
(equal ?NUMBER ?NUMBER2)
(greaterThan ?NUMBER2 ?NUMBER1))
(and
(equal ?NUMBER ?NUMBER1)
(equal ?NUMBER ?NUMBER2))))
2001-11-30 13:34:22.0
has axiom
(=>
(instance ?INT Integer)
(greaterThan ?INT (PredecessorFn ?INT)))
2001-11-30 13:34:22.0
has axiom
(=>
(instance ?NUMBER PositiveRealNumber)
(greaterThan ?NUMBER 0))
2001-11-30 13:34:22.0
has axiom
(=>
(larger ?OBJ1 ?OBJ2)
(forall (?QUANT1 ?QUANT2)
(=>
(and
(measure ?OBJ1 (MeasureFn ?QUANT1 LengthMeasure))
(measure ?OBJ2 (MeasureFn ?QUANT2 LengthMeasure)))
(greaterThan ?QUANT1 ?QUANT2))))
2001-11-30 13:34:22.0
has domain1 Quantity2001-11-30 13:34:22.0
has domain2 Quantity2001-11-30 13:34:22.0
has inverse lessThan2001-11-30 13:34:22.0
is an instance of BinaryPredicate2001-11-30 13:34:22.0
is an instance of IrreflexiveRelation2001-11-30 13:34:22.0
is an instance of RelationExtendedToQuantities2001-11-30 13:34:22.0
is an instance of TransitiveRelation2001-11-30 13:34:22.0
greaterThanOrEqualTodocumentation (greaterThanOrEqualTo ?NUMBER1 ?NUMBER2) is true just in case the Quantity ?NUMBER1 is greater than the Quantity ?NUMBER22001-11-30 13:34:22.0
has axiom
(<=>
(greaterThanOrEqualTo ?NUMBER1 ?NUMBER2)
(or
(equal ?NUMBER1 ?NUMBER2)
(greaterThan ?NUMBER1 ?NUMBER2)))
2001-11-30 13:34:22.0
has axiom
(=>
(equal (CeilingFn ?NUMBER) ?INT)
(not
(exists (?OTHERINT)
(and
(instance ?OTHERINT Integer)
(greaterThanOrEqualTo ?OTHERINT ?NUMBER)
(lessThan ?OTHERINT ?INT)))))
2001-11-30 13:34:22.0
has axiom
(=>
(equal (RoundFn ?NUMBER1) ?NUMBER2)
(or
(=>
(lessThan (SubtractionFn ?NUMBER1 (FloorFn ?NUMBER1)) .5)
(equal ?NUMBER2 (FloorFn ?NUMBER1)))
(=>
(greaterThanOrEqualTo (SubtractionFn ?NUMBER1 (FloorFn ?NUMBER1)) .5)
(equal ?NUMBER2 (CeilingFn ?NUMBER1)))))
2001-11-30 13:34:22.0
has axiom
(=>
(instance ?NUMBER NonnegativeRealNumber)
(greaterThanOrEqualTo ?NUMBER 0))
2001-11-30 13:34:22.0
has domain1 Quantity2001-11-30 13:34:22.0
has domain2 Quantity2001-11-30 13:34:22.0
has inverse lessThanOrEqualTo2001-11-30 13:34:22.0
is an instance of BinaryPredicate2001-11-30 13:34:22.0
is an instance of PartialOrderingRelation2001-11-30 13:34:22.0
is an instance of RelationExtendedToQuantities2001-11-30 13:34:22.0
GreatestCommonDivisorFndocumentation (GreatestCommonDivisorFn ?NUMBER1 ?NUMBER2 ... ?NUMBER) returns the greatest common divisor of ?NUMBER1 through ?NUMBER2001-11-30 13:34:22.0
has range Integer2001-11-30 13:34:22.0
is an instance of Function2001-11-30 13:34:23.0
is an instance of VariableArityRelation2001-11-30 13:34:23.0
Groomingdocumentation The subclass of Process where parts of an Organism are arranged in a socially pleasing manner. Some examples are shaving, brushing, combing, etc2001-11-30 13:34:23.0
is a kind of IntentionalProcess2001-11-30 13:34:23.0
Groupdocumentation A Collection of Animals or Humans, e.g. a flock of sheep, a herd of goats, or the local Boy Scout troop2001-11-30 13:34:23.0
has axiom
(=> 
(and
(instance ?GROUP Group)
(member ?MEMB ?GROUP))
(instance ?MEMB Animal))
2001-11-30 13:34:23.0
is a kind of Agent2001-11-30 13:34:23.0
is a kind of Collection2001-11-30 13:34:23.0
GroupOfPeopledocumentation A Group consisting exclusively of Humans2001-11-30 13:34:23.0
has axiom
(=> 
(and
(instance ?GROUP GroupOfPeople)
(member ?MEMB ?GROUP))
(instance ?MEMB Human))
2001-11-30 13:34:23.0
is a kind of Group2001-11-30 13:34:23.0
Growthdocumentation The Process of biological development in which an Organism changes its form or its size2001-11-30 13:34:23.0
is a kind of PhysiologicProcess2001-11-30 13:34:23.0
Guidingdocumentation Controlling the direction and/or speed of a CorpuscularObject. This includes aiming a gun or arrow, navigating a ship, driving a car or truck, operating a train, etc2001-11-30 13:34:23.0
is a kind of IntentionalProcess2001-11-30 13:34:23.0
hasPurposedocumentation This Predicate expresses the concept of a conventional goal, i.e. a goal with a neutralized agent's intention. Accordingly, (hasPurpose ?THING ?FORMULA) means that the instance of Physical ?THING has, as its purpose, the Proposition expressed by ?FORMULA. Note that there is an important difference in meaning between the Predicates hasPurpose and result. Although the second argument of the latter can satisfy the second argument of the former, a conventional goal is an expected and desired outcome, while a result may be neither expected nor desired. For example, a machine process may have outcomes but no goals, aimless wandering may have an outcome but no goal; a learning process may have goals with no outcomes, and so on2001-11-30 13:34:23.0
has axiom
(=>
(instance ?PLAN Plan)
(exists (?PURP)
(hasPurpose ?PLAN ?PURP)))
2001-11-30 13:34:23.0
has axiom
(=>
(hasPurpose ?THING ?PURPOSE)
(exists (?AGENT)
(hasPurposeForAgent ?THING ?PURPOSE ?AGENT)))
2001-11-30 13:34:23.0
has axiom
(=>
(instance ?ORGAN Organ)
(exists (?PURP)
(hasPurpose ?ORGAN ?PURP)))
2001-11-30 13:34:23.0
has domain1 Physical2001-11-30 13:34:23.0
has domain2 Formula2001-11-30 13:34:23.0
is an instance of AsymmetricRelation2001-11-30 13:34:23.0
is an instance of BinaryPredicate2001-11-30 13:34:23.0
hasPurposeForAgentdocumentation Expresses a cognitive attitude of an agent with respect to a particular instance of Physical. More precisely, (hasPurposeForAgent ?THING ?FORMULA ?AGENT) means that the purpose of ?THING for ?AGENT is the proposition expressed by ?FORMULA. Very complex issues are involved here. In particular, the rules of inference of the first order predicate calculus are not truth-preserving for the second argument position of this Predicate2001-11-30 13:34:23.0
has axiom
(=>
(and
(instance ?PROC IntentionalProcess)
(agent ?PROC ?AGENT))
(and
(instance ?AGENT CognitiveAgent)
(exists (?PURP)
(hasPurposeForAgent ?PROC ?PURP ?AGENT))))
2001-11-30 13:34:23.0
has axiom
(=>
(hasPurpose ?THING ?PURPOSE)
(exists (?AGENT)
(hasPurposeForAgent ?THING ?PURPOSE ?AGENT)))
2001-11-30 13:34:23.0
has axiom
(=>
(instance ?CONTEST Contest)
(exists (?AGENT1 ?AGENT2 ?PURP1 ?PURP2)
(and
(agent ?CONTEST ?AGENT1)
(agent ?CONTEST ?AGENT2)
(hasPurposeForAgent ?CONTEST ?PURP1 ?AGENT1)
(hasPurposeForAgent ?CONTEST ?PURP2 ?AGENT2)
(not
(equal ?AGENT1 ?AGENT2))
(not
(equal ?PURP1 ?PURP2)))))
2001-11-30 13:34:23.0
has axiom
(=>
(instance ?COOPERATE Cooperation)
(exists (?PURP)
(forall (?AGENT)
(=>
(agent ?COOPERATE ?AGENT)
(hasPurposeForAgent ?COOPERATE ?PURP ?AGENT)))))
2001-11-30 13:34:23.0
has axiom
(=>
(wants ?AGENT ?OBJ)
(exists (?PURP)
(hasPurposeForAgent ?OBJ ?PURP ?AGENT)))
2001-11-30 13:34:23.0
has domain1 Physical2001-11-30 13:34:23.0
has domain2 Formula2001-11-30 13:34:23.0
has domain3 Agent2001-11-30 13:34:23.0
is an instance of TernaryPredicate2001-11-30 13:34:24.0
hasSkilldocumentation Similar to the capability Predicate with the additional restriction that the ability be practised/ demonstrated to some measurable degree2001-11-30 13:34:24.0
has axiom
(=>
(hasSkill ?PROC ?AGENT)
(capability ?PROC agent ?AGENT))
2001-11-30 13:34:24.0
has domain1 Process2001-11-30 13:34:24.0
has domain2 Agent2001-11-30 13:34:24.0
is an instance of AsymmetricRelation2001-11-30 13:34:24.0
is an instance of BinaryPredicate2001-11-30 13:34:24.0
Hearingdocumentation The subclass of Perception in which the sensing is done by an auditory Organ2001-11-30 13:34:24.0
is a kind of Perception2001-11-30 13:34:24.0
heightdocumentation BinaryPredicate that is used to state the measure of an Object from its lowest point to its highest point2001-11-30 13:34:24.0
has arg2 valence singleValued2001-11-30 13:34:24.0
Henrydocumentation SI InductanceMeasure. Symbol: H. One Henry is equivalent to one Volt divided by one Ampere per SecondDuration. If a current changing at the rate of one Ampere per SecondDuration induces an electromotive force of one Volt, the circuit has an inductance of one Henry. Henry = Wb/A = m^2*kg*s^(-2)*A^(-2)2001-11-30 13:34:24.0
is an instance of InductanceMeasure2001-11-30 13:34:24.0
is an instance of SystemeInternationalUnit2001-11-30 13:34:24.0
Hertzdocumentation SI FrequencyMeasure. Symbol: Hz. It is the number of cycles per second. Hertz = s^(-1)2001-11-30 13:34:24.0
has axiom
(equal 
(MeasureFn ?NUMBER GigaHertz)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E9) Hertz))
2001-11-30 13:34:24.0
has axiom
(equal
(MeasureFn ?NUMBER KiloHertz)
(MeasureFn (MultiplicationFn ?NUMBER 1000) Hertz))
2001-11-30 13:34:24.0
has axiom
(equal
(MeasureFn ?NUMBER MegaHertz)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E6) Hertz))
2001-11-30 13:34:24.0
is an instance of FrequencyMeasure2001-11-30 13:34:24.0
is an instance of SystemeInternationalUnit2001-11-30 13:34:24.0
Holdingdocumentation The Class of Processes where the agent maintains physical contact with something for an extended period of time2001-11-30 13:34:24.0
is a kind of Touching2001-11-30 13:34:24.0
holdsdocumentation (holds P N1 ... NK) is true just in case the tuple of objects denoted by N1,..., NK is an element of the Relation P2001-11-30 13:34:24.0
has domain1 Relation2001-11-30 13:34:24.0
is an instance of Predicate2001-11-30 13:34:25.0
is an instance of VariableArityRelation2001-11-30 13:34:25.0
holdsDuringdocumentation (holdsDuring ?TIME ?FORMULA) means that the proposition denoted by ?FORMULA is true in the time frame ?TIME. Note that this implies that ?FORMULA is true at every TimePoint which is a temporalPart of ?TIME2001-11-30 13:34:25.0
has domain1 TimePosition2001-11-30 13:34:25.0
has domain2 Formula2001-11-30 13:34:25.0
is an instance of AsymmetricRelation2001-11-30 13:34:25.0
is an instance of BinaryPredicate2001-11-30 13:34:25.0
holdsObligationdocumentation Expresses a relationship between a subclass of Process and an Agent whereby the Agent has the obligation to perform exactly one instance of the Process type specified, i.e. to be an agent of just one instance of the Process type2001-11-30 13:34:25.0
has domain1 Process2001-11-30 13:34:25.0
has domain2 Agent2001-11-30 13:34:25.0
has relatedInternalConcept holdsRight2001-11-30 13:34:25.0
is an instance of AsymmetricRelation2001-11-30 13:34:25.0
is an instance of BinaryPredicate2001-11-30 13:34:25.0
holdsRightdocumentation Expresses a relationship between a subclass of Process and an Agent whereby the Agent has the right to perform at least one instance of the Process type specified, i.e. to be an agent of at least one instance of the Process type2001-11-30 13:34:25.0
has domain1 Process2001-11-30 13:34:25.0
has domain2 Agent2001-11-30 13:34:25.0
is an instance of AsymmetricRelation2001-11-30 13:34:25.0
is an instance of BinaryPredicate2001-11-30 13:34:25.0
holedocumentation (hole ?HOLE ?OBJ) means that ?HOLE is a Hole in ?OBJ. A Hole is an fillable body located at the surface an Object2001-11-30 13:34:25.0
Holedocumentation A hole is an immaterial body located at the surface of an Object. Since every Hole is ontologically dependent on its host (i.e., the object in which it is a hole), being a Hole is defined as being a hole in something. Note that two Holes may occupy the same region, or part of the same region, without sharing any parts2001-11-30 13:34:25.0
has axiom
(<=> 
(attribute ?HOLE1 Fillable)
(exists (?HOLE2)
(and
(instance ?HOLE2 Hole)
(part ?HOLE1 ?HOLE2))))
2001-11-30 13:34:25.0
has axiom
(<=> 
(instance ?HOLE Hole)
(exists (?OBJ)
(hole ?HOLE ?OBJ)))
2001-11-30 13:34:25.0
holehas axiom
(<=> 
(instance ?HOLE Hole)
(exists (?OBJ)
(hole ?HOLE ?OBJ)))
2001-11-30 13:34:25.0
has axiom
(=> 
(and
(hole ?HOLE ?OBJ1)
(hole ?HOLE ?OBJ2))
(exists (?OBJ3)
(and
(properPart ?OBJ3 (MereologicalProductFn ?OBJ1 ?OBJ2))
(hole ?HOLE ?OBJ3))))
2001-11-30 13:34:25.0
has axiom
(=> 
(and
(hole ?HOLE ?OBJ1)
(part ?OBJ1 ?OBJ2))
(or
(overlapsSpatially ?HOLE ?OBJ2)
(hole ?HOLE ?OBJ2)))
2001-11-30 13:34:25.0
has axiom
(=> 
(and
(hole ?HOLE1 ?OBJ)
(hole ?HOLE2 ?OBJ))
(forall (?HOLE3)
(=>
(part ?HOLE3 (MereologicalSumFn ?HOLE1 ?HOLE2))
(hole ?HOLE3 ?OBJ))))
2001-11-30 13:34:25.0
has axiom
(=> 
(and
(hole ?HOLE1 ?OBJ1)
(hole ?HOLE2 ?OBJ2)
(overlapsSpatially ?HOLE1 ?HOLE2))
(overlapsSpatially ?OBJ1 ?OBJ2))
2001-11-30 13:34:25.0
Holehas axiom
(=> 
(and
(instance ?HOLE1 Hole)
(properPart ?HOLE2 ?HOLE1))
(exists (?OBJ)
(and
(meetsSpatially ?HOLE1 ?OBJ)
(not
(meetsSpatially ?HOLE2 ?OBJ)))))
2001-11-30 13:34:25.0
holehas axiom
(=> 
(hole ?HOLE ?OBJ)
(not
(overlapsSpatially ?HOLE ?OBJ)))
2001-11-30 13:34:25.0
has axiom
(=> 
(hole ?HOLE ?OBJ)
(connected ?HOLE ?OBJ))
2001-11-30 13:34:25.0
Holehas axiom
(=> 
(hole ?HOLE ?OBJ)
(not
(instance ?OBJ Hole)))
2001-11-30 13:34:25.0
holehas axiom
(=> 
(hole ?HOLE ?OBJ)
(not
(instance ?OBJ Hole)))
2001-11-30 13:34:25.0
Holehas axiom
(=> 
(instance ?HOLE Hole)
(exists (?OBJ)
(and
(hole ?HOLE ?OBJ)
(instance ?OBJ SelfConnectedObject))))
2001-11-30 13:34:25.0
holehas axiom
(=> 
(instance ?HOLE Hole)
(exists (?OBJ)
(and
(hole ?HOLE ?OBJ)
(instance ?OBJ SelfConnectedObject))))
2001-11-30 13:34:25.0
Holehas axiom
(=> 
(instance ?HOLE Hole)
(instance ?HOLE SelfConnectedObject))
2001-11-30 13:34:25.0
has axiom
(=> 
(instance ?HOLE1 Hole)
(exists (?HOLE2)
(properPart ?HOLE2 ?HOLE1)))
2001-11-30 13:34:25.0
holehas axiom
(=>
(equal ?OBJ1 (PrincipalHostFn ?HOLE))
(forall (?OBJ2)
(<=>
(overlapsSpatially ?OBJ2 ?OBJ1)
(exists (?OBJ3)
(and
(hole ?HOLE ?OBJ3)
(instance ?OBJ3 SelfConnectedObject)
(overlapsSpatially ?OBJ2 ?OBJ3))))))
2001-11-30 13:34:25.0
has domain1 Hole2001-11-30 13:34:25.0
has domain2 Object2001-11-30 13:34:25.0
Holehas relatedInternalConcept hole2001-11-30 13:34:25.0
is a kind of Region2001-11-30 13:34:26.0
holeis an instance of AsymmetricRelation2001-11-30 13:34:25.0
is an instance of BinaryPredicate2001-11-30 13:34:25.0
is an instance of SpatialRelation2001-11-30 13:34:25.0
Holeis first domain of hole2001-11-30 13:34:25.0
is first domain of PrincipalHostFn2001-11-30 13:34:25.0
is first domain of SkinFn2001-11-30 13:34:25.0
is second domain of fills2001-11-30 13:34:25.0
is second domain of partiallyFills2001-11-30 13:34:25.0
is second domain of properlyFills2001-11-30 13:34:25.0
Horizontaldocumentation Attribute used to indicate that an Object is positioned width-wise with respect to another Object2001-11-30 13:34:26.0
has contraryProperty Vertical2001-11-30 13:34:26.0
is an instance of DirectionAttribute2001-11-30 13:34:26.0
Hormonedocumentation In Animals, a chemical secreted by an endocrine gland whose products are released into the circulating fluid. Plant hormones or synthetic hormones which are used only to alter or control various physiologic processes, e.g., reproductive control agents, are assigned to the Class PharmacologicSubstance. Hormones act as chemical messengers and regulate various physiologic processes such as growth, reproduction, metabolism, etc. They usually fall into two broad categories, viz. steroid hormones and peptide hormones2001-11-30 13:34:26.0
is a kind of BodySubstance2001-11-30 13:34:26.0
Hourdocumentation The Class of all clock Hours2001-11-30 13:34:26.0
has axiom
(=>
(instance (HourFn ?NUMBER ?DAY) Hour)
(lessThan ?NUMBER 24))
2001-11-30 13:34:26.0
has axiom
(=>
(instance ?HOUR Hour)
(duration ?HOUR HourDuration))
2001-11-30 13:34:26.0
has relatedInternalConcept HourDuration2001-11-30 13:34:26.0
has relatedInternalConcept HourFn2001-11-30 13:34:26.0
is a kind of TimeInterval2001-11-30 13:34:26.0
is second domain of MinuteFn2001-11-30 13:34:26.0
HourDurationdocumentation Time unit. 1 hour = 60 minutes2001-11-30 13:34:26.0
has axiom
(=>
(instance ?HOUR Hour)
(duration ?HOUR HourDuration))
2001-11-30 13:34:26.0
has axiom
(equal
(MeasureFn ?NUMBER DayDuration)
(MeasureFn (MultiplicationFn ?NUMBER 24) HourDuration))
2001-11-30 13:34:26.0
has axiom
(equal
(MeasureFn ?NUMBER HourDuration)
(MeasureFn (MultiplicationFn ?NUMBER 60) MinuteDuration))
2001-11-30 13:34:26.0
is an instance of TimeDuration2001-11-30 13:34:26.0
is an instance of UnitOfMeasure2001-11-30 13:34:26.0
HourFndocumentation A BinaryFunction that maps a number and a Day to the corresponding Hour of the Day. For example, (HourFn 14 (DayFn 18 (MonthFn 8 (YearFn 1912)))) denotes the 14th hour, i.e. 2 PM, on the 18th day of August 19122001-11-30 13:34:26.0
has axiom
(=>
(instance (HourFn ?NUMBER ?DAY) Hour)
(lessThan ?NUMBER 24))
2001-11-30 13:34:26.0
has domain1 PositiveRealNumber2001-11-30 13:34:26.0
has domain2 Day2001-11-30 13:34:26.0
has range Hour2001-11-30 13:34:26.0
is an instance of BinaryFunction2001-11-30 13:34:26.0
is an instance of TemporalRelation2001-11-30 13:34:26.0
HourIntervalFndocumentation A BinaryFunction that maps two numbers to the Class of TimeIntervals that begin at the hour corresponding to the first number and that end at the hour corresponding to the second number. For example, (HourIntervalFn 6 12) returns the set of TimeIntervals that begin at 6 AM every day and that end at 12 noon every day. If necessary, we will define other interval functions for seconds, minutes, days, and/or months2001-11-30 13:34:26.0
has axiom
(=>
(instance ?INTERVAL (HourIntervalFn ?NUMBER1 ?NUMBER2))
(and
(lessThan ?NUMBER1 24)
(lessThan ?NUMBER2 24)
(lessThan ?NUMBER1 ?NUMBER2)))
2001-11-30 13:34:26.0
has domain1 PositiveRealNumber2001-11-30 13:34:26.0
has domain2 PositiveRealNumber2001-11-30 13:34:26.0
has range TimeInterval2001-11-30 13:34:26.0
is an instance of BinaryFunction2001-11-30 13:34:26.0
is an instance of TemporalRelation2001-11-30 13:34:26.0
Humandocumentation Modern man, the only remaining species of the Homo genus2001-11-30 13:34:26.0
has axiom
(=> 
(and
(instance ?GROUP GroupOfPeople)
(member ?MEMB ?GROUP))
(instance ?MEMB Human))
2001-11-30 13:34:26.0
has axiom
(=>
(instance ?BUILDING Building)
(exists (?HUMAN)
(and
(instance ?HUMAN Human)
(or
(inhabits ?HUMAN ?BUILDING)
(exists (?ACT)
(and
(agent ?ACT ?HUMAN)
(located ?ACT ?BUILDING)))))))
2001-11-30 13:34:26.0
is a kind of CognitiveAgent2001-11-30 13:34:27.0
is a kind of Primate2001-11-30 13:34:27.0
is first domain of citizen2001-11-30 13:34:26.0
Icondocumentation This is the subclass of ContentBearingObjects which are not part of a Language and which have some sort of similarity with the Objects that they represent. This Class would include symbolic roadway signs, 'icons' in a graphical computer operating system, etc2001-11-30 13:34:27.0
is a kind of ContentBearingObject2001-11-30 13:34:27.0
Identifyingdocumentation The Class of Learning Processes which involve attaching a name or category to a thing or set of things. Note that Identifying is distinguished from Learning by the fact that the latter covers the acquisition by a CognitiveAgent of any Proposition, while the former covers only those cases involving the assignment of a label or category2001-11-30 13:34:27.0
is a kind of Learning2001-11-30 13:34:27.0
identityElementdocumentation An object ?ID is the identity element for BinaryFunction ?FUNCTION just in case, for every instance ?INST, applying ?FUNCTION to ?INST and ?ID results in ?INST2001-11-30 13:34:27.0
has axiom
(=>
(identityElement ?FUNCTION ?ID)
(forall (?INST)
(=>
(instance ?INST (DomainFn ?FUNCTION))
(equal (AssignmentFn ?FUNCTION ?ID ?INST) ?INST))))
2001-11-30 13:34:27.0
has domain1 BinaryFunction2001-11-30 13:34:27.0
has domain2 Entity2001-11-30 13:34:27.0
is an instance of AsymmetricRelation2001-11-30 13:34:27.0
is an instance of BinaryPredicate2001-11-30 13:34:27.0
IdentityFndocumentation The value of the identity function is just its argument2001-11-30 13:34:27.0
has axiom
(equal (IdentityFn ?INST) ?INST)
2001-11-30 13:34:27.0
has domain1 Entity2001-11-30 13:34:27.0
has range Entity2001-11-30 13:34:27.0
is an instance of UnaryFunction2001-11-30 13:34:27.0
IlluminanceMeasureis a kind of FunctionQuantity2001-11-30 13:34:27.0
ImaginaryNumberdocumentation The square root of -12001-11-30 13:34:28.0
has axiom
(=>
(instance ?NUMBER ImaginaryNumber)
(instance ?NUMBER (RelativeComplementFn Number RealNumber)))
2001-11-30 13:34:28.0
is an instance of Number2001-11-30 13:34:28.0
ImaginaryPartFndocumentation (ImaginaryPartFn ?NUMBER) returns the imaginary part of ?NUMBER2001-11-30 13:34:28.0
has axiom
(=>
(instance ?NUMBER ComplexNumber)
(exists (?PART1 ?PART2)
(and
(equal ?PART1 (RealNumberFn ?NUMBER))
(equal ?PART2 (ImaginaryPartFn ?NUMBER)))))
2001-11-30 13:34:28.0
has domain1 ComplexNumber2001-11-30 13:34:28.0
has range ImaginaryNumber2001-11-30 13:34:28.0
is an instance of UnaryFunction2001-11-30 13:34:28.0
ImmediateFutureFndocumentation A UnaryFunction that maps a TimePosition to a short, indeterminate TimeInterval that immediately follows the TimePosition2001-11-30 13:34:28.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:28.0
has axiom
(=>
(and
(resource ?PROC ?OBJ)
(holdsDuring (ImmediatePastFn (WhenFn ?PROC)) (measure ?OBJ ?QUANT1))
(holdsDuring (ImmediateFutureFn (WhenFn ?PROC)) (measure ?OBJ ?QUANT2)))
(greaterThan ?QUANT1 ?QUANT2))
2001-11-30 13:34:28.0
has axiom
(=>
(and
(instance ?ALT ShapeAlteration)
(patient ?ALT ?OBJ))
(exists (?PROPERTY)
(and
(instance ?PROPERTY ShapeProperty)
(or
(and
(holdsDuring (ImmediatePastFn (WhenFn ?ALT)) (attribute ?OBJ ?PROPERTY))
(holdsDuring (ImmediateFutureFn (WhenFn ?ALT)) (not (attribute ?OBJ ?PROPERTY))))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?ALT)) (not (attribute ?OBJ ?PROPERTY)))
(holdsDuring (ImmediateFutureFn (WhenFn ?ALT)) (attribute ?OBJ ?PROPERTY)))))))
2001-11-30 13:34:28.0
has axiom
(=>
(and
(instance ?CHANGE ChangeOfPossession)
(patient ?CHANGE ?OBJ)
(holdsDuring (ImmediatePastFn (WhenFn ?CHANGE)) (possesses ?AGENT1 ?OBJ))
(holdsDuring (ImmediateFutureFn (WhenFn ?CHANGE)) (possesses ?AGENT2 ?OBJ)))
(not
(equal ?AGENT1 ?AGENT2)))
2001-11-30 13:34:28.0
has axiom
(=>
(and
(instance ?COLORING Coloring)
(patient ?COLORING ?OBJ))
(exists (?PROPERTY)
(and
(holdsDuring (ImmediatePastFn (WhenFn ?COLORING)) (attribute ?OBJ ?PROPERTY))
(holdsDuring (ImmediateFutureFn (WhenFn ?COLORING)) (not (attribute ?OBJ ?PROPERTY))))))
2001-11-30 13:34:28.0
has axiom
(=>
(and
(instance ?DECREASE Decreasing)
(patient ?DECREASE ?OBJ))
(exists (?UNIT ?QUANT1 ?QUANT2)
(and
(holdsDuring (ImmediatePastFn (WhenFn ?DECREASE)) (equal (MeasureFn ?OBJ ?UNIT) ?QUANT1))
(holdsDuring (ImmediateFutureFn (WhenFn ?DECREASE)) (equal (MeasureFn ?OBJ ?UNIT) ?QUANT2))
(lessThan ?QUANT2 ?QUANT1))))
2001-11-30 13:34:28.0
has axiom
(=>
(and
(instance ?DRY Drying)
(patient ?DRY ?OBJ))
(holdsDuring (ImmediateFutureFn (WhenFn ?DRY))
(or
(attribute ?OBJ Anhydrous)
(attribute ?OBJ Dry))))
2001-11-30 13:34:28.0
has axiom
(=>
(and
(instance ?GIVE Giving)
(agent ?GIVE ?AGENT1)
(destination ?GIVE ?AGENT2)
(instance ?AGENT2 Agent)
(patient ?GIVE ?OBJ))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?GIVE)) (possesses ?AGENT1 ?OBJ))
(holdsDuring (ImmediateFutureFn (WhenFn ?GIVE)) (possesses ?AGENT2 ?OBJ))))
2001-11-30 13:34:28.0
has axiom
(=>
(and
(instance ?INCREASE Increasing)
(patient ?INCREASE ?OBJ))
(exists (?UNIT ?QUANT1 ?QUANT2)
(and
(holdsDuring (ImmediatePastFn (WhenFn ?INCREASE)) (equal (MeasureFn ?OBJ ?UNIT) ?QUANT1))
(holdsDuring (ImmediateFutureFn (WhenFn ?INCREASE)) (equal (MeasureFn ?OBJ ?UNIT) ?QUANT2))
(greaterThan ?QUANT2 ?QUANT1))))
2001-11-30 13:34:28.0
has axiom
(=>
(and
(instance ?KILL Killing)
(patient ?KILL ?PATIENT))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?KILL)) (attribute ?PATIENT Living))
(holdsDuring (ImmediateFutureFn (WhenFn ?KILL)) (attribute ?PATIENT Dead))))
2001-11-30 13:34:28.0
has axiom
(=>
(and
(instance ?MEAS Measuring)
(agent ?MEAS ?AGENT)
(patient ?MEAS ?OBJ))
(exists (?QUANT ?UNIT)
(holdsDuring (ImmediateFutureFn (WhenFn ?MEAS))
(knows ?AGENT (measure ?OBJ (MeasureFn ?QUANT ?UNIT))))))
2001-11-30 13:34:28.0
has axiom
(=>
(and
(instance ?MOTION Motion)
(patient ?MOTION ?OBJ)
(destination ?MOTION ?PLACE))
(holdsDuring (ImmediateFutureFn (WhenFn ?MOTION)) (located ?OBJ ?PLACE)))
2001-11-30 13:34:28.0
has axiom
(=>
(and
(instance ?PUT Putting)
(destination ?PUT ?PLACE)
(patient ?PUT ?OBJ))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?PUT)) (not (located ?OBJ ?PLACE)))
(holdsDuring (ImmediateFutureFn (WhenFn ?PUT)) (located ?OBJ ?PLACE))))
2001-11-30 13:34:28.0
has axiom
(=>
(and
(instance ?REMOVE Removing)
(origin ?REMOVE ?PLACE)
(patient ?REMOVE ?OBJ))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?REMOVE)) (located ?OBJ ?PLACE))
(holdsDuring (ImmediateFutureFn (WhenFn ?REMOVE)) (not (located ?OBJ ?PLACE)))))
2001-11-30 13:34:28.0
has axiom
(=>
(and
(instance ?WET Wetting)
(patient ?WET ?OBJ))
(holdsDuring (ImmediateFutureFn (WhenFn ?WET))
(or
(attribute ?OBJ Wet)
(attribute ?OBJ Damp))))
2001-11-30 13:34:28.0
has axiom
(=>
(birthTime ?ORGANISM ?TIME)
(holdsDuring (ImmediateFutureFn ?TIME) (attribute ?ORGANISM Living)))
2001-11-30 13:34:28.0
has axiom
(=>
(holdsDuring ?TIME
(exists (?LEARN)
(and
(instance ?LEARN Learning)
(agent ?LEARN ?AGENT)
(patient ?LEARN ?PROP))))
(holdsDuring (ImmediateFutureFn ?TIME)
(believes ?AGENT ?PROP)))
2001-11-30 13:34:28.0
has axiom
(=>
(instance ?PROC DirectionChange)
(exists (?ATTR)
(and
(instance ?ATTR DirectionAttribute)
(or
(and
(holdsDuring (ImmediatePastFn (WhenFn ?PROC)) (attribute ?PROC ?ATTR))
(holdsDuring (ImmediateFutureFn (WhenFn ?PROC)) (not (attribute ?PROC ?ATTR))))
(and
(holdsDuring (ImmediateFutureFn (WhenFn ?PROC)) (attribute ?PROC ?ATTR))
(holdsDuring (ImmediatePastFn (WhenFn ?PROC)) (not (attribute ?PROC ?ATTR))))))))
2001-11-30 13:34:28.0
has axiom
(starts (ImmediateFutureFn (WhenFn ?THING)) (FutureFn (WhenFn ?THING)))
2001-11-30 13:34:28.0
has domain1 TimePosition2001-11-30 13:34:28.0
has range TimeInterval2001-11-30 13:34:28.0
is an instance of TemporalRelation2001-11-30 13:34:28.0
is an instance of UnaryFunction2001-11-30 13:34:28.0
ImmediateFutureFn(WhenFnhas 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:28.0
ImmediatePastFndocumentation A UnaryFunction that maps a TimePosition to a short, indeterminate TimeInterval that immediately precedes the TimePosition2001-11-30 13:34:28.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:28.0
has axiom
(=>
(and
(resource ?PROC ?OBJ)
(holdsDuring (ImmediatePastFn (WhenFn ?PROC)) (measure ?OBJ ?QUANT1))
(holdsDuring (ImmediateFutureFn (WhenFn ?PROC)) (measure ?OBJ ?QUANT2)))
(greaterThan ?QUANT1 ?QUANT2))
2001-11-30 13:34:28.0
has axiom
(=>
(and
(instance ?ALT ShapeAlteration)
(patient ?ALT ?OBJ))
(exists (?PROPERTY)
(and
(instance ?PROPERTY ShapeProperty)
(or
(and
(holdsDuring (ImmediatePastFn (WhenFn ?ALT)) (attribute ?OBJ ?PROPERTY))
(holdsDuring (ImmediateFutureFn (WhenFn ?ALT)) (not (attribute ?OBJ ?PROPERTY))))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?ALT)) (not (attribute ?OBJ ?PROPERTY)))
(holdsDuring (ImmediateFutureFn (WhenFn ?ALT)) (attribute ?OBJ ?PROPERTY)))))))
2001-11-30 13:34:28.0
has axiom
(=>
(and
(instance ?CHANGE ChangeOfPossession)
(patient ?CHANGE ?OBJ)
(holdsDuring (ImmediatePastFn (WhenFn ?CHANGE)) (possesses ?AGENT1 ?OBJ))
(holdsDuring (ImmediateFutureFn (WhenFn ?CHANGE)) (possesses ?AGENT2 ?OBJ)))
(not
(equal ?AGENT1 ?AGENT2)))
2001-11-30 13:34:28.0
has axiom
(=>
(and
(instance ?COLORING Coloring)
(patient ?COLORING ?OBJ))
(exists (?PROPERTY)
(and
(holdsDuring (ImmediatePastFn (WhenFn ?COLORING)) (attribute ?OBJ ?PROPERTY))
(holdsDuring (ImmediateFutureFn (WhenFn ?COLORING)) (not (attribute ?OBJ ?PROPERTY))))))
2001-11-30 13:34:28.0
has axiom
(=>
(and
(instance ?DECREASE Decreasing)
(patient ?DECREASE ?OBJ))
(exists (?UNIT ?QUANT1 ?QUANT2)
(and
(holdsDuring (ImmediatePastFn (WhenFn ?DECREASE)) (equal (MeasureFn ?OBJ ?UNIT) ?QUANT1))
(holdsDuring (ImmediateFutureFn (WhenFn ?DECREASE)) (equal (MeasureFn ?OBJ ?UNIT) ?QUANT2))
(lessThan ?QUANT2 ?QUANT1))))
2001-11-30 13:34:28.0
has axiom
(=>
(and
(instance ?GIVE Giving)
(agent ?GIVE ?AGENT1)
(destination ?GIVE ?AGENT2)
(instance ?AGENT2 Agent)
(patient ?GIVE ?OBJ))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?GIVE)) (possesses ?AGENT1 ?OBJ))
(holdsDuring (ImmediateFutureFn (WhenFn ?GIVE)) (possesses ?AGENT2 ?OBJ))))
2001-11-30 13:34:28.0
has axiom
(=>
(and
(instance ?INCREASE Increasing)
(patient ?INCREASE ?OBJ))
(exists (?UNIT ?QUANT1 ?QUANT2)
(and
(holdsDuring (ImmediatePastFn (WhenFn ?INCREASE)) (equal (MeasureFn ?OBJ ?UNIT) ?QUANT1))
(holdsDuring (ImmediateFutureFn (WhenFn ?INCREASE)) (equal (MeasureFn ?OBJ ?UNIT) ?QUANT2))
(greaterThan ?QUANT2 ?QUANT1))))
2001-11-30 13:34:28.0
has axiom
(=>
(and
(instance ?KILL Killing)
(patient ?KILL ?PATIENT))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?KILL)) (attribute ?PATIENT Living))
(holdsDuring (ImmediateFutureFn (WhenFn ?KILL)) (attribute ?PATIENT Dead))))
2001-11-30 13:34:28.0
has axiom
(=>
(and
(instance ?MOTION Motion)
(patient ?MOTION ?OBJ)
(origin ?MOTION ?PLACE))
(holdsDuring (ImmediatePastFn (WhenFn ?MOTION)) (located ?OBJ ?PLACE)))
2001-11-30 13:34:28.0
has axiom
(=>
(and
(instance ?PUT Putting)
(destination ?PUT ?PLACE)
(patient ?PUT ?OBJ))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?PUT)) (not (located ?OBJ ?PLACE)))
(holdsDuring (ImmediateFutureFn (WhenFn ?PUT)) (located ?OBJ ?PLACE))))
2001-11-30 13:34:28.0
has axiom
(=>
(and
(instance ?REMOVE Removing)
(origin ?REMOVE ?PLACE)
(patient ?REMOVE ?OBJ))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?REMOVE)) (located ?OBJ ?PLACE))
(holdsDuring (ImmediateFutureFn (WhenFn ?REMOVE)) (not (located ?OBJ ?PLACE)))))
2001-11-30 13:34:28.0
has axiom
(=>
(instance ?PROC DirectionChange)
(exists (?ATTR)
(and
(instance ?ATTR DirectionAttribute)
(or
(and
(holdsDuring (ImmediatePastFn (WhenFn ?PROC)) (attribute ?PROC ?ATTR))
(holdsDuring (ImmediateFutureFn (WhenFn ?PROC)) (not (attribute ?PROC ?ATTR))))
(and
(holdsDuring (ImmediateFutureFn (WhenFn ?PROC)) (attribute ?PROC ?ATTR))
(holdsDuring (ImmediatePastFn (WhenFn ?PROC)) (not (attribute ?PROC ?ATTR))))))))
2001-11-30 13:34:28.0
has axiom
(finishes (ImmediatePastFn (WhenFn ?THING)) (PastFn (WhenFn ?THING)))
2001-11-30 13:34:28.0
has domain1 TimePosition2001-11-30 13:34:28.0
has range TimeInterval2001-11-30 13:34:28.0
is an instance of TemporalRelation2001-11-30 13:34:28.0
is an instance of UnaryFunction2001-11-30 13:34:28.0
ImmediatePastFn(WhenFnhas 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:28.0
Impactingdocumentation The Class of Processes where something comes into sudden, forceful, physical contact with something else. Some examples would be striking, knocking, whipping etc2001-11-30 13:34:29.0
has axiom
(=>
(and
(instance ?IMPACT Impacting)
(instrument ?IMPACT ?INST)
(patient ?IMPACT ?PLACE))
(holdsDuring (WhenFn ?IMPACT) (connected ?INST ?PLACE)))
2001-11-30 13:34:29.0
is a kind of Process2001-11-30 13:34:29.0
Impellingdocumentation The subclass of Transfer where the patient travels through space by means of a sudden, forceful event. Some examples would be shooting, throwing, tossing, etc2001-11-30 13:34:29.0
is a kind of Transfer2001-11-30 13:34:29.0
Inchdocumentation English length unit of inches2001-11-30 13:34:29.0
has axiom
(equal
(MeasureFn ?NUMBER Inch)
(MeasureFn (MultiplicationFn ?NUMBER 0.0254) Meter))
2001-11-30 13:34:29.0
is an instance of LengthMeasure2001-11-30 13:34:29.0
is an instance of UnitOfMeasure2001-11-30 13:34:29.0
Increasingdocumentation Any Process where a PhysicalQuantity associated with the patient is decreased2001-11-30 13:34:29.0
documentation Any Process where a PhysicalQuantity associated with the patient is increased2001-11-30 13:34:29.0
has axiom
(=>
(and
(instance ?INCREASE Increasing)
(patient ?INCREASE ?OBJ))
(exists (?UNIT ?QUANT1 ?QUANT2)
(and
(holdsDuring (ImmediatePastFn (WhenFn ?INCREASE)) (equal (MeasureFn ?OBJ ?UNIT) ?QUANT1))
(holdsDuring (ImmediateFutureFn (WhenFn ?INCREASE)) (equal (MeasureFn ?OBJ ?UNIT) ?QUANT2))
(greaterThan ?QUANT2 ?QUANT1))))
2001-11-30 13:34:29.0
has relatedInternalConcept Putting2001-11-30 13:34:29.0
is a kind of Process2001-11-30 13:34:29.0
is disjoint from Decreasing2001-11-30 13:34:29.0
InductanceMeasureis a kind of FunctionQuantity2001-11-30 13:34:29.0
InformationMeasureis a kind of ConstantQuantity2001-11-30 13:34:29.0
Ingestingdocumentation The Process by which Food is incorporated into an Animal2001-11-30 13:34:29.0
has axiom
(=>
(and
(instance ?ACT Ingesting)
(patient ?ACT ?FOOD))
(instance ?FOOD Food))
2001-11-30 13:34:29.0
is a kind of OrganismProcess2001-11-30 13:34:29.0
inhabitsdocumentation A very basic notion of living within something else. (inhabits ?ORGANISM ?OBJECT) means that ?OBJECT is the residence, nest, home, etc. of ?ORGANISM2001-11-30 13:34:29.0
has axiom
(=>
(and
(instance ?BACTERIUM Bacterium)
(inhabits ?BACTERIUM ?OBJ))
(instance ?OBJ Organism))
2001-11-30 13:34:29.0
has axiom
(=>
(and
(instance ?CHLAMYD Chlamydia)
(inhabits ?CHLAMYD ?OBJ))
(instance ?OBJ Organism))
2001-11-30 13:34:29.0
has axiom
(=>
(and
(instance ?FUNGUS Fungus)
(inhabits ?FUNGUS ?OBJ))
(instance ?OBJ Organism))
2001-11-30 13:34:29.0
has axiom
(=>
(and
(instance ?VIRUS Virus)
(inhabits ?VIRUS ?OBJ))
(instance ?OBJ Organism))
2001-11-30 13:34:29.0
has axiom
(=>
(instance ?ALGA Alga)
(exists (?WATER)
(and
(inhabits ?ALGA ?WATER)
(instance ?WATER Water))))
2001-11-30 13:34:29.0
has axiom
(=>
(instance ?CHLAMYD Chlamydia)
(exists (?CELL ?ANIMAL)
(and
(inhabits ?CHLAMYD ?CELL)
(instance ?CELL Cell)
(component ?CELL ?ANIMAL)
(or
(instance ?ANIMAL Insect)
(instance ?ANIMAL Tick)))))
2001-11-30 13:34:29.0
has axiom
(=>
(instance ?FISH Fish)
(exists (?WATER)
(and
(inhabits ?FISH ?WATER)
(instance ?WATER Water))))
2001-11-30 13:34:29.0
has axiom
(=>
(instance ?BUILDING Building)
(exists (?HUMAN)
(and
(instance ?HUMAN Human)
(or
(inhabits ?HUMAN ?BUILDING)
(exists (?ACT)
(and
(agent ?ACT ?HUMAN)
(located ?ACT ?BUILDING)))))))
2001-11-30 13:34:29.0
has domain1 Organism2001-11-30 13:34:29.0
has domain2 Object2001-11-30 13:34:29.0
is an instance of AsymmetricRelation2001-11-30 13:34:29.0
is an instance of BinaryPredicate2001-11-30 13:34:30.0
inhibitsdocumentation A very general Predicate. (inhibits ?PROC1 ?PROC2) means that the Process ?PROC1 inhibits or hinders the occurrence of the Process ?PROC2. For example, obstructing an object inhibits moving it. Note that this is a relation between types of Processes, not between instances2001-11-30 13:34:30.0
has domain1 Process2001-11-30 13:34:30.0
has domain2 Process2001-11-30 13:34:30.0
is an instance of BinaryPredicate2001-11-30 13:34:30.0
is an instance of IrreflexiveRelation2001-11-30 13:34:30.0
Injuringdocumentation A traumatic wound or injury caused by an external agent or force. Since no injury is possible without some biologic function which affects the organism being injured, it is a subclass of BiologicalProcess2001-11-30 13:34:30.0
has axiom
(<=>
(instance ?INJ Injuring)
(and
(instance ?INJ Damaging)
(patient ?INJ Organism)))
2001-11-30 13:34:30.0
has axiom
(=>
(instance ?INJ Injuring)
(exists (?STRUCT)
(and
(instance ?STRUCT AnatomicalStructure)
(patient ?INJ ?STRUCT))))
2001-11-30 13:34:30.0
is a kind of PathologicProcess2001-11-30 13:34:30.0
inScopeOfInterestdocumentation A very general Predicate. (inScopeOfInterest ?AGENT ?ENTITY) means that ?ENTITY is within the scope of interest of ?AGENT. Note that the interest indicated can be either positive or negative, i.e. the ?AGENT can have an interest in avoiding or promoting ?ENTITY2001-11-30 13:34:30.0
has axiom
(=>
(and
(instance ?SEARCH Searching)
(agent ?SEARCH ?AGENT)
(patient ?SEARCH ?ENTITY))
(inScopeOfInterest ?AGENT ?ENTITY))
2001-11-30 13:34:30.0
has domain1 Agent2001-11-30 13:34:30.0
has domain2 Entity2001-11-30 13:34:30.0
is an instance of AsymmetricRelation2001-11-30 13:34:30.0
is an instance of BinaryPredicate2001-11-30 13:34:30.0
is an instance of IntentionalRelation2001-11-30 13:34:30.0
Insectdocumentation A Class of Arthropods that is distinguished by its body appearance2001-11-30 13:34:30.0
has axiom
(=>
(instance ?CHLAMYD Chlamydia)
(exists (?CELL ?ANIMAL)
(and
(inhabits ?CHLAMYD ?CELL)
(instance ?CELL Cell)
(component ?CELL ?ANIMAL)
(or
(instance ?ANIMAL Insect)
(instance ?ANIMAL Tick)))))
2001-11-30 13:34:30.0
is a kind of Arthropod2001-11-30 13:34:30.0
instancedocumentation An object is an instance a Class if it is a member of that Class. An individual may be an instance of many classes, some of which may be subclasses of others. Thus, there is no assumption in the meaning of instance about specificity or uniqueness2001-11-30 13:34:30.0
has domain1 Entity2001-11-30 13:34:30.0
has domain2 Class2001-11-30 13:34:30.0
is an instance of AntisymmetricRelation2001-11-30 13:34:30.0
is an instance of BinaryPredicate2001-11-30 13:34:30.0
instrumentdocumentation (instrument ?EVENT ?TOOL) means that ?TOOL is used by an agent in bringing about ?EVENT and that ?TOOL is not changed by ?EVENT. For example, the key is an instrument in the following proposition: The key opened the door. Note that instrument and resource cannot be satisfied by the same ordered pair2001-11-30 13:34:30.0
has axiom
(<=>
(resource ?PROC ?OBJ)
(not
(instrument ?PROC ?OBJ)))
2001-11-30 13:34:30.0
has axiom
(=>
(uses ?OBJ ?AGENT)
(exists (?PROC)
(and
(agent ?PROC ?AGENT)
(instrument ?PROC ?OBJ))))
2001-11-30 13:34:30.0
has axiom
(=>
(instance ?POISON Poisoning)
(exists (?SUBSTANCE)
(and
(instance ?SUBSTANCE ToxicSubstance)
(instrument ?POISON ?SUBSTANCE))))
2001-11-30 13:34:30.0
has axiom
(=>
(and
(instance ?IMPACT Impacting)
(instrument ?IMPACT ?INST)
(patient ?IMPACT ?PLACE))
(holdsDuring (WhenFn ?IMPACT) (connected ?INST ?PLACE)))
2001-11-30 13:34:30.0
has axiom
(=>
(and
(instance ?POKE Poking)
(agent ?POKE ?AGENT)
(patient ?POKE ?OBJ)
(instrument ?POKE ?INST))
(holdsDuring (WhenFn ?POKE) (connects ?INST ?AGENT ?OBJ)))
2001-11-30 13:34:30.0
has axiom
(=>
(instance ?DEVICE Device)
(exists (?PROC)
(and
(instance ?PROC Process)
(instrument ?PROC ?DEVICE))))
2001-11-30 13:34:30.0
has axiom
(=>
(instance ?TRANS Transportation)
(exists (?DEVICE)
(and
(instance ?DEVICE TransportationDevice)
(instrument ?TRANS ?DEVICE))))
2001-11-30 13:34:30.0
has domain1 Process2001-11-30 13:34:30.0
has domain2 Object2001-11-30 13:34:30.0
Integerdocumentation A negative or nonnegative whole number2001-11-30 13:34:30.0
has axiom
(=> 
(instance ?SEQ SequenceFunction)
(subclass (RangeFn ?SEQ) Integer))
2001-11-30 13:34:31.0
has axiom
(=>
(and
(instance ?INT1 Integer)
(instance ?INT2 Integer))
(not
(and
(lessThan ?INT1 ?INT2)
(lessThan ?INT2 (SuccessorFn ?INT1)))))
2001-11-30 13:34:31.0
has axiom
(=>
(and
(instance ?INT1 Integer)
(instance ?INT2 Integer))
(not
(and
(lessThan ?INT2 ?INT1)
(lessThan (PredecessorFn ?INT1) ?INT2))))
2001-11-30 13:34:31.0
has axiom
(=>
(equal (CeilingFn ?NUMBER) ?INT)
(not
(exists (?OTHERINT)
(and
(instance ?OTHERINT Integer)
(greaterThanOrEqualTo ?OTHERINT ?NUMBER)
(lessThan ?OTHERINT ?INT)))))
2001-11-30 13:34:31.0
has axiom
(=>
(equal (FloorFn ?NUMBER) ?INT)
(not
(exists (?OTHERINT)
(and
(instance ?OTHERINT Integer)
(lessThanOrEqualTo ?OTHERINT ?NUMBER)
(greaterThan ?OTHERINT ?INT)))))
2001-11-30 13:34:31.0
has axiom
(=>
(instance ?INT Integer)
(equal ?INT (PredecessorFn (SuccessorFn ?INT))))
2001-11-30 13:34:31.0
has axiom
(=>
(instance ?INT Integer)
(equal ?INT (SuccessorFn (PredecessorFn ?INT))))
2001-11-30 13:34:31.0
has axiom
(=>
(instance ?INT Integer)
(greaterThan ?INT (PredecessorFn ?INT)))
2001-11-30 13:34:31.0
has axiom
(=>
(instance ?INT Integer)
(lessThan ?INT (SuccessorFn ?INT)))
2001-11-30 13:34:31.0
has axiom
(=>
(instance ?NUMBER RationalNumber)
(exists (?INT1 ?INT2)
(and
(instance ?INT1 Integer)
(instance ?INT2 Integer)
(equal ?NUMBER (DivisionFn ?INT1 ?INT2)))))
2001-11-30 13:34:31.0
is a kind of RationalNumber2001-11-30 13:34:31.0
is first domain of PredecessorFn2001-11-30 13:34:31.0
is first domain of SuccessorFn2001-11-30 13:34:31.0
is first domain of YearFn2001-11-30 13:34:31.0
is partitioned into NegativeInteger, NonnegativeInteger2001-11-30 13:34:31.0
is partitioned into OddInteger, EvenInteger2001-11-30 13:34:31.0
is second domain of ExponentiationFn2001-11-30 13:34:31.0
is second domain of singleValued2001-11-30 13:34:31.0
IntegerSquareRootFndocumentation (IntegerSquareRootFn ?NUMBER) returns the integer square root of ?NUMBER2001-11-30 13:34:31.0
has domain1 RealNumber2001-11-30 13:34:31.0
has range NonnegativeInteger2001-11-30 13:34:31.0
is an instance of UnaryFunction2001-11-30 13:34:31.0
IntentionalProcessdocumentation A Process that is deliberately set in motion by a CognitiveAgent2001-11-30 13:34:31.0
has axiom
(=>
(and
(instance ?PROC IntentionalProcess)
(agent ?PROC ?AGENT))
(and
(instance ?AGENT CognitiveAgent)
(exists (?PURP)
(hasPurposeForAgent ?PROC ?PURP ?AGENT))))
2001-11-30 13:34:31.0
has axiom
(=>
(instance ?PROC IntentionalProcess)
(exists (?AGENT)
(and
(instance ?AGENT CognitiveAgent)
(agent ?PROC ?AGENT))))
2001-11-30 13:34:31.0
is a kind of Process2001-11-30 13:34:31.0
is disjoint from NonintentionalProcess2001-11-30 13:34:31.0
IntentionalRelationdocumentation The Class of Relations between an Agent and an Entity, where the Relation requires that the Agent have awareness of the Entity2001-11-30 13:34:31.0
is a kind of AsymmetricRelation2001-11-30 13:34:31.0
interiorPartdocumentation (interiorPart ?OBJ1 ?OBJ2) means that ?OBJ1 is part ?OBJ2 and there is no overlap between ?OBJ1 and any superficialPart ?OBJ22001-11-30 13:34:31.0
has axiom
(=> 
(superficialPart ?OBJ1 ?OBJ2)
(and
(not
(interiorPart ?OBJ1 ?OBJ2))
(not
(exists (?OBJ3)
(interiorPart ?OBJ3 ?OBJ1)))))
2001-11-30 13:34:31.0
has axiom
(=>
(interiorPart ?OBJ1 ?OBJ2)
(forall (?PART)
(=>
(superficialPart ?PART ?OBJ2)
(not
(overlapsSpatially ?OBJ1 ?PART)))))
2001-11-30 13:34:31.0
has axiom
(=>
(contains ?OBJ1 ?OBJ2)
(forall (?PART2)
(=>
(part ?PART2 ?OBJ2)
(exists (?PART1)
(and
(interiorPart ?PART1 ?OBJ1)
(exactlyLocated ?PART2 ?PART1))))))
2001-11-30 13:34:31.0
IntersectionFndocumentation A BinaryFunction that maps two %Classes to the intersection of these Classes. An object is an instance of the intersection of two Classes just in case it is an instance of both of those Classes2001-11-30 13:34:31.0
has axiom
(<=> 
(instance ?ENTITY (IntersectionFn ?CLASS1 ?CLASS2))
(and
(instance ?ENTITY ?CLASS1)
(instance ?ENTITY ?CLASS2)))
2001-11-30 13:34:31.0
has axiom
(equal (RelativeComplementFn ?CLASS1 ?CLASS2)
(IntersectionFn ?CLASS1 (ComplementFn ?CLASS2)))
2001-11-30 13:34:31.0
has domain1 Class2001-11-30 13:34:31.0
has domain2 Class2001-11-30 13:34:31.0
has range Class2001-11-30 13:34:31.0
is an instance of BinaryFunction2001-11-30 13:34:31.0
IntransitiveRelationdocumentation A BinaryRelation ?REL is intransitive only if (?REL ?INST1 ?INST2) and (?REL ?INST2 ?INST3) imply not (?REL ?INST1 ?INST3), for all ?INST1, ?INST2, and ?INST32001-11-30 13:34:31.0
has axiom
(=> 
(instance ?REL IntransitiveRelation)
(forall (?INST1 ?INST2 ?INST3)
(=>
(and
(holds ?REL ?INST1 ?INST2)
(holds ?REL ?INST2 ?INST3))
(not
(holds ?REL ?INST1 ?INST3)))))
2001-11-30 13:34:31.0
is a kind of BinaryRelation2001-11-30 13:34:32.0
inversedocumentation The inverse of a BinaryRelation is a relation in which all the tuples of the original relation are reversed. In other words, one BinaryRelation is the inverse of another if they are equivalent when their arguments are swapped2001-11-30 13:34:32.0
has axiom
(=>
(and
(inverse ?REL1 ?REL2)
(instance ?REL1 BinaryRelation)
(instance ?REL2 BinaryRelation))
(forall (?INST1 ?INST2)
(<=>
(holds ?REL1 ?INST1 ?INST2)
(holds ?REL2 ?INST2 ?INST1))))
2001-11-30 13:34:32.0
has domain1 BinaryRelation2001-11-30 13:34:32.0
has domain2 BinaryRelation2001-11-30 13:34:32.0
is an instance of BinaryPredicate2001-11-30 13:34:32.0
is an instance of SymmetricRelation2001-11-30 13:34:32.0
Invertebratedocumentation An Animal which has no SpinalColumn2001-11-30 13:34:32.0
is a kind of Animal2001-11-30 13:34:32.0
is disjoint from Vertebrate2001-11-30 13:34:32.0
Investigatingdocumentation The subclass of Searching where the thing sought is a piece of information (i.e. a Proposition denoted by a Formula)2001-11-30 13:34:32.0
has axiom
(=>
(and
(instance ?INVESTIGATE Investigating)
(agent ?INVESTIGATE ?AGENT)
(patient ?INVESTIGATE ?PROP))
(holdsDuring (WhenFn ?INVESTIGATE) (not (knows ?AGENT ?PROP))))
2001-11-30 13:34:32.0
has axiom
(=>
(and
(instance ?INVESTIGATE Investigating)
(patient ?INVESTIGATE ?PROP))
(instance ?PROP Formula))
2001-11-30 13:34:32.0
is a kind of Searching2001-11-30 13:34:32.0
irreflexiveOndocumentation A BinaryRelation is irreflexive on a Class only if no instance of the Class bears the relation to itself2001-11-30 13:34:32.0
has axiom
(=> 
(irreflexiveOn ?RELATION ?CLASS)
(forall (?INST)
(=>
(instance ?INST ?CLASS)
(not
(holds ?RELATION ?INST ?INST)))))
2001-11-30 13:34:32.0
has domain1 BinaryRelation2001-11-30 13:34:32.0
has domain2 Class2001-11-30 13:34:32.0
is an instance of AsymmetricRelation2001-11-30 13:34:32.0
is an instance of BinaryPredicate2001-11-30 13:34:32.0
IrreflexiveRelationdocumentation Relation ?REL is irreflexive if (?REL ?INST ?INST) holds for no value of ?INST2001-11-30 13:34:32.0
has axiom
(=>
(instance ?REL IrreflexiveRelation)
(forall (?INST)
(not
(holds ?REL ?INST ?INST))))
2001-11-30 13:34:32.0
is a kind of BinaryRelation2001-11-30 13:34:32.0
Jouledocumentation SI EnergyMeasure. Symbol: J. It is the work done when the point of application of 1 Newton is displaced a distance of 1 Meter in the direction of the force. Joule = N*m = m^2*kg*s^(-2)2001-11-30 13:34:32.0
has axiom
(equal
(MeasureFn ?NUMBER BritishThermalUnit)
(MeasureFn (MultiplicationFn ?NUMBER 1055.05585262) Joule))
2001-11-30 13:34:32.0
has axiom
(equal
(MeasureFn ?NUMBER Calorie)
(MeasureFn (MultiplicationFn ?NUMBER 4.1868) Joule))
2001-11-30 13:34:32.0
has axiom
(equal
(MeasureFn ?NUMBER ElectronVolt)
(MeasureFn (MultiplicationFn ?NUMBER 1.60217733E-19) Joule))
2001-11-30 13:34:32.0
is an instance of EnergyMeasure2001-11-30 13:34:32.0
is an instance of SystemeInternationalUnit2001-11-30 13:34:32.0
JudgementOfEtiquettedocumentation A Proposition expressing the proper manner of doing something2001-11-30 13:34:32.0
is a kind of NormativeProposition2001-11-30 13:34:32.0
Junctiondocumentation An interface between two EngineeringElements that have different electrical characteristics2001-11-30 13:34:33.0
is a kind of EngineeringElement2001-11-30 13:34:33.0
JunctionFndocumentation A UnaryFunction that maps a Terminal to its corresponding Junction2001-11-30 13:34:33.0
has domain1 Terminal2001-11-30 13:34:33.0
has range Junction2001-11-30 13:34:33.0
is an instance of UnaryFunction2001-11-30 13:34:33.0
KappaFndocumentation A class-forming operator that takes two arguments: a variable and a formula containing at least one unbound occurrence of the variable. The result of applying KappaFn to a variable and a formula is the Class of things that satisfy the formula. For example, we can denote the Class of prime numbers that are less than 100 with the following expression: (KappaFn ?NUMBER (and (instance ?NUMBER PrimeNumber) (lessThan ?NUMBER 100))). Note that the use of this function is discouraged, since there is currently no axiomatic support for it2001-11-30 13:34:33.0
has domain1 SymbolicString2001-11-30 13:34:33.0
has domain2 Formula2001-11-30 13:34:33.0
has range Class2001-11-30 13:34:33.0
is an instance of BinaryFunction2001-11-30 13:34:33.0
Keepingdocumentation The Class of Processes where the agent keeps something in a particular location for an extended period of time2001-11-30 13:34:33.0
is a kind of IntentionalProcess2001-11-30 13:34:33.0
Kelvindocumentation SI ThermodynamicTemperatureMeasure. Symbol: K. It is one of the base units in SI (it is also a unit in the ITS system). It is defined as follows: the Kelvin is the fraction 1/273.16 of the thermodynamic temperature of the triple point of water2001-11-30 13:34:33.0
has axiom
(equal
(MeasureFn ?NUMBER Celsius)
(MeasureFn (SubtractionFn ?NUMBER 273.15) Kelvin))
2001-11-30 13:34:33.0
has axiom
(equal
(MeasureFn ?NUMBER Rankine)
(MeasureFn (MultiplicationFn ?NUMBER 1.8) Kelvin))
2001-11-30 13:34:33.0
is an instance of SystemeInternationalUnit2001-11-30 13:34:33.0
is an instance of ThermodynamicTemperatureMeasure2001-11-30 13:34:33.0
Killingdocumentation The subclass of Destruction in which the death of an Organism is caused by an Organism. Note that in cases of suicide the Organism would be the same in both cases2001-11-30 13:34:33.0
has axiom
(=>
(and
(instance ?KILL Killing)
(agent ?KILL ?AGENT)
(patient ?KILL ?PATIENT))
(and
(instance ?AGENT Organism)
(instance ?PATIENT Organism)))
2001-11-30 13:34:33.0
has axiom
(=>
(and
(instance ?KILL Killing)
(patient ?KILL ?PATIENT))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?KILL)) (attribute ?PATIENT Living))
(holdsDuring (ImmediateFutureFn (WhenFn ?KILL)) (attribute ?PATIENT Dead))))
2001-11-30 13:34:33.0
is a kind of Destruction2001-11-30 13:34:33.0
KiloBytedocumentation One KiloByte (K) of information. One KiloByte is 1024 Bytes. Note that this sense of 'kilo' is different from the one accepted in the SI system2001-11-30 13:34:33.0
has axiom
(equal
(MeasureFn ?NUMBER KiloByte)
(MeasureFn (MultiplicationFn ?NUMBER 1024) Byte))
2001-11-30 13:34:33.0
has axiom
(equal
(MeasureFn ?NUMBER MegaByte)
(MeasureFn (MultiplicationFn ?NUMBER 1024) KiloByte))
2001-11-30 13:34:33.0
is an instance of InformationMeasure2001-11-30 13:34:33.0
is an instance of UnitOfMeasure2001-11-30 13:34:33.0
Kilogramdocumentation SI MassMeasure. Symbol: kg. It is one of the base units in SI (it is also the basic unit of mass in the MKS system), and it is equal to the mass of the international prototype of the Kilogram2001-11-30 13:34:33.0
has axiom
(equal
(MeasureFn ?NUMBER Gram)
(MeasureFn (MultiplicationFn ?NUMBER 0.001) Kilogram))
2001-11-30 13:34:33.0
has axiom
(equal
(MeasureFn ?NUMBER Kilogram)
(MeasureFn (MultiplicationFn ?NUMBER 1000) Gram))
2001-11-30 13:34:34.0
has axiom
(equal
(MeasureFn ?NUMBER Amu)
(MeasureFn (MultiplicationFn ?NUMBER 1.6605402E-27) Kilogram))
2001-11-30 13:34:33.0
has axiom
(equal
(MeasureFn ?NUMBER Pound)
(MeasureFn (MultiplicationFn ?NUMBER 0.45359237) Kilogram))
2001-11-30 13:34:33.0
has axiom
(equal
(MeasureFn ?NUMBER Slug)
(MeasureFn (MultiplicationFn ?NUMBER 14.59390) Kilogram))
2001-11-30 13:34:33.0
is an instance of MassMeasure2001-11-30 13:34:34.0
is an instance of SystemeInternationalUnit2001-11-30 13:34:34.0
KiloHertzdocumentation Multiple of Hertz. Symbol: kHz. A FrequencyMeasure equal to one thousand times per SecondDuration. 1 KiloHertz = 10^3 Hertz2001-11-30 13:34:34.0
has axiom
(equal
(MeasureFn ?NUMBER KiloHertz)
(MeasureFn (MultiplicationFn ?NUMBER 1000) Hertz))
2001-11-30 13:34:34.0
is an instance of FrequencyMeasure2001-11-30 13:34:34.0
is an instance of UnitOfMeasure2001-11-30 13:34:34.0
Kilometerdocumentation Multiple of Meter. Symbol: km. 1 Kilometer = 1000 Meters2001-11-30 13:34:34.0
has axiom
(equal
(MeasureFn ?NUMBER Kilometer)
(MeasureFn (MultiplicationFn ?NUMBER 1000) Meter))
2001-11-30 13:34:34.0
is an instance of LengthMeasure2001-11-30 13:34:34.0
is an instance of UnitOfMeasure2001-11-30 13:34:34.0
KiloWattdocumentation Multiple of Watt. Symbol: kW. A UnitOfMeasure that measures power, i.e. energy produced or expended divided by TimeDuration. 1 KiloWatt = 1000 Watts2001-11-30 13:34:34.0
has axiom
(equal
(MeasureFn ?NUMBER KiloWatt)
(MeasureFn (MultiplicationFn ?NUMBER 1000) Watt))
2001-11-30 13:34:34.0
is an instance of PowerMeasure2001-11-30 13:34:34.0
knowsdocumentation The epistemic predicate of knowing. (knows ?AGENT ?FORMULA) means that ?AGENT knows the proposition expressed by ?FORMULA. Note that knows entails conscious awareness, so this Predicate cannot be used to express tacit or subconscious or unconscious knowledge2001-11-30 13:34:34.0
has axiom
(=>
(knows ?AGENT ?FORMULA)
(believes ?AGENT ?FORMULA))
2001-11-30 13:34:34.0
has axiom
(=>
(and
(instance ?COUNT Counting)
(agent ?COUNT ?AGENT)
(patient ?COUNT ?ENTITY))
(exists (?NUMBER)
(knows ?AGENT (equal (CardinalityFn ?ENTITY)))))
2001-11-30 13:34:34.0
has axiom
(=>
(and
(instance ?INVESTIGATE Investigating)
(agent ?INVESTIGATE ?AGENT)
(patient ?INVESTIGATE ?PROP))
(holdsDuring (WhenFn ?INVESTIGATE) (not (knows ?AGENT ?PROP))))
2001-11-30 13:34:34.0
has axiom
(=>
(and
(instance ?MEAS Measuring)
(agent ?MEAS ?AGENT)
(patient ?MEAS ?OBJ))
(exists (?QUANT ?UNIT)
(holdsDuring (ImmediateFutureFn (WhenFn ?MEAS))
(knows ?AGENT (measure ?OBJ (MeasureFn ?QUANT ?UNIT))))))
2001-11-30 13:34:34.0
has axiom
(=>
(knows ?AGENT ?FORMULA)
(true ?FORMULA True))
2001-11-30 13:34:34.0
has domain1 Agent2001-11-30 13:34:34.0
has domain2 Formula2001-11-30 13:34:34.0
is an instance of PropositionalAttitude2001-11-30 13:34:34.0
Landdocumentation A Land is the GeographicArea associated with a nation. For example, the Land of Australia is the Region making up the continent of Oceania2001-11-30 13:34:34.0
is a kind of GeographicArea2001-11-30 13:34:34.0
Languagedocumentation A system of signs for expressing thought. The system can be either natural or artificial, i.e. something that emerges gradually as a cultural artifact or something that is intentionally created by a person or group of people2001-11-30 13:34:34.0
is a kind of LinguisticExpression2001-11-30 13:34:34.0
is second domain of sentenceOfLanguage2001-11-30 13:34:34.0
is third domain of relatedExternalConcept2001-11-30 13:34:34.0
is third domain of representsInLanguage2001-11-30 13:34:34.0
largerdocumentation (larger ?OBJ1 ?OBJ2) simply means that ?OBJ1 is larger, with respect to all LengthMeasures, than ?OBJ22001-11-30 13:34:34.0
has axiom
(=>
(larger ?OBJ1 ?OBJ2)
(forall (?QUANT1 ?QUANT2)
(=>
(and
(measure ?OBJ1 (MeasureFn ?QUANT1 LengthMeasure))
(measure ?OBJ2 (MeasureFn ?QUANT2 LengthMeasure)))
(greaterThan ?QUANT1 ?QUANT2))))
2001-11-30 13:34:34.0
has domain1 Object2001-11-30 13:34:34.0
has domain2 Object2001-11-30 13:34:34.0
is an instance of BinaryPredicate2001-11-30 13:34:35.0
is an instance of IrreflexiveRelation2001-11-30 13:34:35.0
is an instance of SpatialRelation2001-11-30 13:34:35.0
is an instance of TransitiveRelation2001-11-30 13:34:35.0
Lawdocumentation A codified Obligation that is imposed by a government of some sort and that is enforced with penalties for noncompliance2001-11-30 13:34:35.0
is a kind of Obligation2001-11-30 13:34:35.0
Learningdocumentation The Class of Processes which relate to the acquisition of information2001-11-30 13:34:35.0
has axiom
(=>
(and
(instance ?LEARN Learning)
(agent ?LEARN ?AGENT))
(instance ?AGENT CognitiveAgent))
2001-11-30 13:34:35.0
has axiom
(=>
(holdsDuring ?TIME
(exists (?LEARN)
(and
(instance ?LEARN Learning)
(agent ?LEARN ?AGENT)
(patient ?LEARN ?PROP))))
(holdsDuring (ImmediateFutureFn ?TIME)
(believes ?AGENT ?PROP)))
2001-11-30 13:34:35.0
has axiom
(=>
(instance ?ACT EducationalProcess)
(exists (?PROC)
(and
(instance ?PROC Learning)
(subProcess ?PROC ?ACT))))
2001-11-30 13:34:35.0
is a kind of MentalProcess2001-11-30 13:34:35.0
LeastCommonMultipleFndocumentation (LeastCommonMultipleFn ?NUMBER1 ?NUMBER2 ... ?NUMBER) returns the least common multiple of ?NUMBER1 through ?NUMBER2001-11-30 13:34:35.0
has range Integer2001-11-30 13:34:35.0
is an instance of Function2001-11-30 13:34:35.0
is an instance of VariableArityRelation2001-11-30 13:34:35.0
leftdocumentation This is a cognitive primitive, derived from the left/right schema. (left ?OBJ1 ?OBJ2) means that ?OBJ1 is to the left ?OBJ22001-11-30 13:34:35.0
has axiom
(=>
(between ?OBJ1 ?OBJ2 ?OBJ3)
(and
(left ?OBJ2 ?OBJ1)
(left ?OBJ1 ?OBJ3)))
2001-11-30 13:34:35.0
is an instance of AsymmetricRelation2001-11-30 13:34:35.0
is an instance of TransitiveRelation2001-11-30 13:34:35.0
LegalActiondocumentation Any Process where a CognitiveAgent seeks to obtain something from another CognitiveAgent through a court of law2001-11-30 13:34:35.0
is a kind of Contest2001-11-30 13:34:35.0
Lendingdocumentation The subclass of Giving Processes where the agent gives the destination something for a limited period of time with the expectation that it will be returned later (perhaps with interest)2001-11-30 13:34:35.0
is a kind of Giving2001-11-30 13:34:35.0
lengthdocumentation BinaryPredicate that is used to state the measure of an Object from one point to another point along its surface2001-11-30 13:34:35.0
has domain2 LengthMeasure2001-11-30 13:34:35.0
LengthMeasuredocumentation The Class of ConstantQuantities relating to length2001-11-30 13:34:35.0
has axiom
(=>
(larger ?OBJ1 ?OBJ2)
(forall (?QUANT1 ?QUANT2)
(=>
(and
(measure ?OBJ1 (MeasureFn ?QUANT1 LengthMeasure))
(measure ?OBJ2 (MeasureFn ?QUANT2 LengthMeasure)))
(greaterThan ?QUANT1 ?QUANT2))))
2001-11-30 13:34:35.0
is a kind of ConstantQuantity2001-11-30 13:34:35.0
is second domain of length2001-11-30 13:34:35.0
is third domain of distance2001-11-30 13:34:35.0
lessThandocumentation (lessThan ?NUMBER1 ?NUMBER2) is true just in case the Quantity ?NUMBER1 is less than the Quantity ?NUMBER22001-11-30 13:34:36.0
has axiom
(<=>
(lessThanOrEqualTo ?NUMBER1 ?NUMBER2)
(or
(equal ?NUMBER1 ?NUMBER2)
(lessThan ?NUMBER1 ?NUMBER2)))
2001-11-30 13:34:36.0
has axiom
(=>
(and
(instance ?DECREASE Decreasing)
(patient ?DECREASE ?OBJ))
(exists (?UNIT ?QUANT1 ?QUANT2)
(and
(holdsDuring (ImmediatePastFn (WhenFn ?DECREASE)) (equal (MeasureFn ?OBJ ?UNIT) ?QUANT1))
(holdsDuring (ImmediateFutureFn (WhenFn ?DECREASE)) (equal (MeasureFn ?OBJ ?UNIT) ?QUANT2))
(lessThan ?QUANT2 ?QUANT1))))
2001-11-30 13:34:36.0
has axiom
(=>
(and
(instance ?INT1 Integer)
(instance ?INT2 Integer))
(not
(and
(lessThan ?INT1 ?INT2)
(lessThan ?INT2 (SuccessorFn ?INT1)))))
2001-11-30 13:34:36.0
has axiom
(=>
(and
(instance ?INT1 Integer)
(instance ?INT2 Integer))
(not
(and
(lessThan ?INT2 ?INT1)
(lessThan (PredecessorFn ?INT1) ?INT2))))
2001-11-30 13:34:36.0
has axiom
(=>
(equal (CeilingFn ?NUMBER) ?INT)
(not
(exists (?OTHERINT)
(and
(instance ?OTHERINT Integer)
(greaterThanOrEqualTo ?OTHERINT ?NUMBER)
(lessThan ?OTHERINT ?INT)))))
2001-11-30 13:34:36.0
has axiom
(=>
(equal (MinFn ?NUMBER1 ?NUMBER2) ?NUMBER)
(or
(and
(equal ?NUMBER ?NUMBER1)
(lessThan ?NUMBER1 ?NUMBER2))
(and
(equal ?NUMBER ?NUMBER2)
(lessThan ?NUMBER2 ?NUMBER1))
(and
(equal ?NUMBER ?NUMBER1)
(equal ?NUMBER ?NUMBER2))))
2001-11-30 13:34:36.0
has axiom
(=>
(equal (RoundFn ?NUMBER1) ?NUMBER2)
(or
(=>
(lessThan (SubtractionFn ?NUMBER1 (FloorFn ?NUMBER1)) .5)
(equal ?NUMBER2 (FloorFn ?NUMBER1)))
(=>
(greaterThanOrEqualTo (SubtractionFn ?NUMBER1 (FloorFn ?NUMBER1)) .5)
(equal ?NUMBER2 (CeilingFn ?NUMBER1)))))
2001-11-30 13:34:36.0
has axiom
(=>
(instance (HourFn ?NUMBER ?DAY) Hour)
(lessThan ?NUMBER 24))
2001-11-30 13:34:36.0
has axiom
(=>
(instance (MinuteFn ?NUMBER ?HOUR) Minute)
(lessThan ?NUMBER 60))
2001-11-30 13:34:36.0
has axiom
(=>
(instance (SecondFn ?NUMBER ?MINUTE) Second)
(lessThan ?NUMBER 60))
2001-11-30 13:34:36.0
has axiom
(=>
(instance ?INT Integer)
(lessThan ?INT (SuccessorFn ?INT)))
2001-11-30 13:34:36.0
has axiom
(=>
(instance ?INTERVAL (HourIntervalFn ?NUMBER1 ?NUMBER2))
(and
(lessThan ?NUMBER1 24)
(lessThan ?NUMBER2 24)
(lessThan ?NUMBER1 ?NUMBER2)))
2001-11-30 13:34:36.0
has axiom
(=>
(instance ?NUMBER NegativeRealNumber)
(lessThan ?NUMBER 0))
2001-11-30 13:34:36.0
has domain1 Quantity2001-11-30 13:34:36.0
has domain2 Quantity2001-11-30 13:34:36.0
is an instance of BinaryPredicate2001-11-30 13:34:36.0
is an instance of IrreflexiveRelation2001-11-30 13:34:36.0
is an instance of RelationExtendedToQuantities2001-11-30 13:34:36.0
is an instance of TransitiveRelation2001-11-30 13:34:36.0
lessThanOrEqualTodocumentation (lessThanOrEqualTo ?NUMBER1 ?NUMBER2) is true just in case the Quantity ?NUMBER1 is less than or equal to the Quantity ?NUMBER22001-11-30 13:34:36.0
has axiom
(<=>
(lessThanOrEqualTo ?NUMBER1 ?NUMBER2)
(or
(equal ?NUMBER1 ?NUMBER2)
(lessThan ?NUMBER1 ?NUMBER2)))
2001-11-30 13:34:36.0
has axiom
(=>
(equal (FloorFn ?NUMBER) ?INT)
(not
(exists (?OTHERINT)
(and
(instance ?OTHERINT Integer)
(lessThanOrEqualTo ?OTHERINT ?NUMBER)
(greaterThan ?OTHERINT ?INT)))))
2001-11-30 13:34:36.0
has axiom
(=>
(instance (DayFn ?NUMBER ?MONTH) Day)
(lessThanOrEqualTo ?NUMBER 31))
2001-11-30 13:34:36.0
has axiom
(=>
(instance (MonthFn ?NUMBER ?YEAR) Month)
(lessThanOrEqualTo ?NUMBER 12))
2001-11-30 13:34:36.0
has domain1 Quantity2001-11-30 13:34:36.0
has domain2 Quantity2001-11-30 13:34:36.0
is an instance of BinaryPredicate2001-11-30 13:34:36.0
is an instance of PartialOrderingRelation2001-11-30 13:34:36.0
is an instance of RelationExtendedToQuantities2001-11-30 13:34:36.0
LinguisticExpressiondocumentation This is the subclass of ContentBearingObjectss which are language-related. Note that this Class encompasses both Language and the the elements of Languages, e.g. Words2001-11-30 13:34:36.0
is a kind of ContentBearingObject2001-11-30 13:34:36.0
is disjoint from Icon2001-11-30 13:34:36.0
Liquiddocumentation An Object has the Attribute of Liquid if it has a fixed volume but not a fixed shape2001-11-30 13:34:36.0
has axiom
(=>
(and
(instance ?ACT Drinking)
(patient ?ACT ?FOOD))
(attribute ?FOOD Liquid))
2001-11-30 13:34:36.0
is an instance of PhysicalState2001-11-30 13:34:36.0
Literdocumentation Unit of volume in the metric system. It is currently defined to be equal to one cubic decimeter (0.001 cubic meter). Symbol: l2001-11-30 13:34:36.0
has axiom
(equal
(MeasureFn ?NUMBER UnitedKingdomGallon)
(MeasureFn (MultiplicationFn ?NUMBER 4.54609) Liter))
2001-11-30 13:34:36.0
has axiom
(equal
(MeasureFn ?NUMBER UnitedStatesGallon)
(MeasureFn (MultiplicationFn ?NUMBER 3.785411784) Liter))
2001-11-30 13:34:36.0
is an instance of UnitOfMeasure2001-11-30 13:34:36.0
is an instance of VolumeMeasure2001-11-30 13:34:36.0
Livingdocumentation This Attribute applies to Organisms that are alive2001-11-30 13:34:36.0
has axiom
(=>
(and
(birthTime ?ORGANISM ?TIME1)
(deathTime ?ORGANISM ?TIME2)
(instance ?TIME1 TimeInterval)
(instance ?TIME2 TimeInterval))
(exists (?INTERVAL)
(and
(starts ?TIME1 ?INTERVAL)
(finishes ?TIME2 ?INTERVAL)
(holdsDuring ?INTERVAL (attribute ?ORGANISM Living)))))
2001-11-30 13:34:37.0
has axiom
(=>
(and
(birthTime ?ORGANISM ?TIME1)
(deathTime ?ORGANISM ?TIME2)
(instance ?TIME1 TimePoint)
(instance ?TIME2 TimePoint))
(exists (?INTERVAL)
(and
(equal (BeginFn ?INTERVAL) ?TIME1)
(equal (EndFn ?INTERVAL) ?TIME2)
(holdsDuring ?INTERVAL (attribute ?ORGANISM Living)))))
2001-11-30 13:34:37.0
has axiom
(=>
(and
(instance ?KILL Killing)
(patient ?KILL ?PATIENT))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?KILL)) (attribute ?PATIENT Living))
(holdsDuring (ImmediateFutureFn (WhenFn ?KILL)) (attribute ?PATIENT Dead))))
2001-11-30 13:34:37.0
has axiom
(=>
(and
(instance ?ORGANISM Organism)
(agent ?PROCESS ?ORGANISM))
(holdsDuring (WhenFn ?PROCESS) (attribute ?ORGANISM Living)))
2001-11-30 13:34:37.0
has axiom
(=>
(birthTime ?ORGANISM ?TIME)
(holdsDuring (ImmediateFutureFn ?TIME) (attribute ?ORGANISM Living)))
2001-11-30 13:34:37.0
has axiom
(=>
(instance ?PROPERTY ConsciousnessProperty)
(=>
(holdsDuring ?TIME (attribute ?ORGANISM ?PROPERTY))
(holdsDuring ?TIME (attribute ?ORGANISM Living))))
2001-11-30 13:34:37.0
is an instance of AnimacyProperty2001-11-30 13:34:37.0
locateddocumentation A very general predicate. (located ?PHYS ?OBJ) means that ?PHYS is situated at ?OBJ, in some sense. The Predicates located and existant are spatial and temporal predicates, respectively2001-11-30 13:34:37.0
has axiom
(<=> 
(instance ?ABS Abstract)
(not
(exists (?POINT)
(or
(located ?ABS ?POINT)
(existant ?ABS ?POINT)))))
2001-11-30 13:34:37.0
has axiom
(<=> 
(instance ?PHYS Physical)
(exists (?LOC ?TIME)
(and
(located ?PHYS ?LOC)
(existant ?PHYS ?TIME))))
2001-11-30 13:34:37.0
has axiom
(=>
(and
(instance ?VIRUS Virus)
(instance ?PROC Replication)
(effector ?PROC ?VIRUS))
(exists (?CELL)
(and
(located ?PROC ?CELL)
(instance ?CELL Cell))))
2001-11-30 13:34:37.0
has axiom
(=>
(instance ?PROC ?OrganOrTissueProcess)
(exists (?THING)
(and
(located ?PROC ?THING)
(or
(instance ?THING Organ)
(instance ?THING Tissue)))))
2001-11-30 13:34:37.0
has axiom
(=>
(and
(instance ?MOTION Motion)
(patient ?MOTION ?OBJ)
(destination ?MOTION ?PLACE))
(holdsDuring (ImmediateFutureFn (WhenFn ?MOTION)) (located ?OBJ ?PLACE)))
2001-11-30 13:34:37.0
has axiom
(=>
(and
(instance ?MOTION Motion)
(patient ?MOTION ?OBJ)
(origin ?MOTION ?PLACE))
(holdsDuring (ImmediatePastFn (WhenFn ?MOTION)) (located ?OBJ ?PLACE)))
2001-11-30 13:34:37.0
has axiom
(=>
(and
(instance ?PUT Putting)
(destination ?PUT ?PLACE)
(patient ?PUT ?OBJ))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?PUT)) (not (located ?OBJ ?PLACE)))
(holdsDuring (ImmediateFutureFn (WhenFn ?PUT)) (located ?OBJ ?PLACE))))
2001-11-30 13:34:37.0
has axiom
(=>
(and
(instance ?REMOVE Removing)
(origin ?REMOVE ?PLACE)
(patient ?REMOVE ?OBJ))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?REMOVE)) (located ?OBJ ?PLACE))
(holdsDuring (ImmediateFutureFn (WhenFn ?REMOVE)) (not (located ?OBJ ?PLACE)))))
2001-11-30 13:34:37.0
has axiom
(=>
(instance ?BUILDING Building)
(exists (?HUMAN)
(and
(instance ?HUMAN Human)
(or
(inhabits ?HUMAN ?BUILDING)
(exists (?ACT)
(and
(agent ?ACT ?HUMAN)
(located ?ACT ?BUILDING)))))))
2001-11-30 13:34:37.0
has axiom
(=>
(instance ?PROC BiologicalProcess)
(exists (?OBJ)
(and
(instance ?OBJ Organism)
(located ?PROC ?OBJ))))
2001-11-30 13:34:37.0
has axiom
(=>
(located ?OBJ ?REGION)
(forall (?SUBOBJ)
(=>
(part ?SUBOBJ ?OBJ)
(located ?SUBOBJ ?REGION))))
2001-11-30 13:34:37.0
has axiom
(=>
(origin ?PROCESS ?OBJ)
(located (WhereFn ?PROCESS (BeginFn (WhenFn ?PROCESS))) (WhereFn ?OBJ (BeginFn (WhenFn ?OBJ)))))
2001-11-30 13:34:37.0
has axiom
(=>
(subProcess ?SUBPROC ?PROC)
(forall (?REGION)
(=>
(located ?PROC ?REGION)
(located ?SUBPROC ?REGION))))
2001-11-30 13:34:37.0
has domain1 Physical2001-11-30 13:34:37.0
has domain2 Object2001-11-30 13:34:37.0
has relatedInternalConcept existant2001-11-30 13:34:37.0
is an instance of PartialOrderingRelation2001-11-30 13:34:37.0
LogFndocumentation (LogFn ?NUMBER ?INT) returns the logarithm of the RealNumber ?NUMBER in the base denoted by the Integer ?INT2001-11-30 13:34:37.0
has domain1 RealNumber2001-11-30 13:34:37.0
has domain2 PositiveInteger2001-11-30 13:34:37.0
has range RealNumber2001-11-30 13:34:37.0
is an instance of BinaryFunction2001-11-30 13:34:37.0
Lumendocumentation SI LuminousFluxMeasure. Symbol: lm. It is the amount streaming outward through one solid angle of 1 Steradian from a uniform point source having an intensity of one Candela. Lumen = cd*sr = cd * 12001-11-30 13:34:37.0
is an instance of LuminousFluxMeasure2001-11-30 13:34:37.0
is an instance of SystemeInternationalUnit2001-11-30 13:34:37.0
LuminosityIntensityMeasureis a kind of FunctionQuantity2001-11-30 13:34:37.0
LuminousFluxMeasureis a kind of FunctionQuantity2001-11-30 13:34:37.0
Luxdocumentation SI IlluminanceMeasure. Symbol: lx. It is the amount of illumination provided when one Lumen is evenly distributed over an area of 1 square Meter. This is also equivalent to the illumination that would exist on a surface all points of which are one Meter from a point source of one Candela. Lux = lm/m^2 = m^(-2)*cd2001-11-30 13:34:37.0
is an instance of IlluminanceMeasure2001-11-30 13:34:37.0
is an instance of SystemeInternationalUnit2001-11-30 13:34:37.0
Machinedocumentation Machines are Devices which are self-powered, i.e. their energy does not come from the exercion of Humans or Animals2001-11-30 13:34:38.0
is a kind of Device2001-11-30 13:34:38.0
MagneticFluxDensityMeasureis a kind of FunctionQuantity2001-11-30 13:34:38.0
MagneticFluxMeasureis a kind of FunctionQuantity2001-11-30 13:34:38.0
MagnitudeFndocumentation The magnitude of a ConstantQuantity is the numeric value for the quantity. In other words, MagnitudeFn converts a ConstantQuantity with an associated UnitOfMeasure into an ordinary RealNumber. For example, the magnitude of the ConstantQuantity 2 Kilometers is the RealNumber 2. Note that the magnitude of a quantity in a given unit times that unit is equal to the original quantity2001-11-30 13:34:38.0
has axiom
(equal (MagnitudeFn (MeasureFn ?NUMBER ?UNIT)) ?NUMBER)
2001-11-30 13:34:38.0
has domain1 ConstantQuantity2001-11-30 13:34:38.0
has range RealNumber2001-11-30 13:34:38.0
is an instance of UnaryFunction2001-11-30 13:34:38.0
Maintainingdocumentation The Class of Processes where the agent cares for or maintains the Object2001-11-30 13:34:38.0
is a kind of IntentionalProcess2001-11-30 13:34:38.0
Makingdocumentation The subclass of Creation in which an individual Artifact or a type of Artifact is made2001-11-30 13:34:38.0
has axiom
(=>
(instance ?MAKE Making)
(exists (?ARTIFACT)
(and
(instance ?ARTIFACT Artifact)
(result ?MAKE ?ARTIFACT))))
2001-11-30 13:34:38.0
has relatedInternalConcept OccupationalProcess2001-11-30 13:34:38.0
is a kind of Creation2001-11-30 13:34:38.0
Maledocumentation An Attribute indicating that an Organism is male in nature2001-11-30 13:34:38.0
has axiom
(=>
(father ?FATHER ?CHILD)
(attribute ?FATHER Male))
2001-11-30 13:34:38.0
has contraryProperty Female2001-11-30 13:34:38.0
is an instance of SexProperty2001-11-30 13:34:38.0
Mammaldocumentation A Vertebrate having a constant body temperature and characterized by the presence of hair, mammary glands, and sweat glands2001-11-30 13:34:38.0
is a kind of WarmBloodedVertebrate2001-11-30 13:34:38.0
Managingdocumentation OccupationalProcesses that involve overseeing the activities of others2001-11-30 13:34:39.0
is a kind of OrganizationalProcess2001-11-30 13:34:39.0
Maneuverdocumentation An intentional move or play within a Contest. In many cases, a Maneuver is part of a strategy for winning the larger Contest of which the Maneuver is a part2001-11-30 13:34:39.0
has axiom
(=>
(instance ?MOVE Maneuver)
(exists (?CONTEST)
(and
(instance ?CONTEST Contest)
(subProcess ?MOVE ?CONTEST))))
2001-11-30 13:34:39.0
is a kind of IntentionalProcess2001-11-30 13:34:39.0
mannerdocumentation (manner ?PROCESS ?MANNER) means that the Process ?PROCESS is qualified by the Attribute ?MANNER. The Attributes of Processes are usually denoted by adverbs and include things like the speed of the wind, the style of a dance, or the intensity of a sports competition2001-11-30 13:34:39.0
has axiom
(<=>
(manner ?PROC ?ATTR)
(not
(attribute ?PROC ?ATTR)))
2001-11-30 13:34:39.0
has axiom
(=>
(attribute ?OBJ ?ATTR)
(not
(manner ?OBJ ?ATTR)))
2001-11-30 13:34:39.0
has domain1 Process2001-11-30 13:34:39.0
has domain2 Attribute2001-11-30 13:34:39.0
Manufacturedocumentation The Making of Artifacts on a mass scale2001-11-30 13:34:39.0
is a kind of Making2001-11-30 13:34:39.0
Manydocumentation Useful for contextual assessment of number. Note that this cannot be converted into a precise numeric range. For example, compare 'many books on the table' (perhaps there are twelve books) and 'many eritrocytes in your blood' (this might mean there are 8 million per part)2001-11-30 13:34:39.0
is an instance of NonspecificNumber2001-11-30 13:34:39.0
MassMeasuredocumentation The Class of ConstantQuantities relating to the amount of matter in an Object2001-11-30 13:34:39.0
is a kind of ConstantQuantity2001-11-30 13:34:39.0
is first domain of DensityFn2001-11-30 13:34:39.0
materialdocumentation (material ?SUBSTANCE ?OBJECT) means that ?OBJECT is structurally made up in part of ?SUBSTANCE. This relation encompasses the concepts of 'composed of', 'made of', and 'formed of'. For example, a particular instance of plastic is a material of my computer monitor. Note that material is a relation between two instances. If one wants to say that a CorpuscularObject is made up of a subclass of Substance, two assertions are necessary. For example, to say that my computer monitor is made out of the Substance plastic, one would write: (instance ThisPlastic Plastic) and (material ThisPlastic MyComputer). Compare 'component' and 'piece', which are also subrelations of part2001-11-30 13:34:39.0
has axiom
(=>
(instance ?OBJ CorpuscularObject)
(exists (?SUBSTANCETYPE1 ?SUBSTANCETYPE2 ?SUBSTANCE1 ?SUBSTANCE2)
(and
(subclass ?SUBSTANCETYPE1 Substance)
(subclass ?SUBSTANCETYPE2 Substance)
(instance ?SUBSTANCE1 ?SUBSTANCETYPE1)
(instance ?SUBSTANCE2 ?SUBSTANCETYPE2)
(material ?SUBSTANCE1 ?OBJ)
(material ?SUBSTANCE2 ?OBJ)
(not (equal ?SUBSTANCE1 ?SUBSTANCE2)))))
2001-11-30 13:34:39.0
has domain1 Substance2001-11-30 13:34:39.0
has domain2 CorpuscularObject2001-11-30 13:34:39.0
MaxFndocumentation (MaxFn ?NUMBER1 ?NUMBER2) is the largest of ?NUMBER1 and ?NUMBER2. In cases where ?NUMBER1 is equal to ?NUMBER2, MaxFn returns one of its arguments2001-11-30 13:34:39.0
has axiom
(=>
(equal (MaxFn ?NUMBER1 ?NUMBER2) ?NUMBER)
(or
(and
(equal ?NUMBER ?NUMBER1)
(greaterThan ?NUMBER1 ?NUMBER2))
(and
(equal ?NUMBER ?NUMBER2)
(greaterThan ?NUMBER2 ?NUMBER1))
(and
(equal ?NUMBER ?NUMBER1)
(equal ?NUMBER ?NUMBER2))))
2001-11-30 13:34:39.0
has domain1 Quantity2001-11-30 13:34:39.0
has domain2 Quantity2001-11-30 13:34:39.0
has range Quantity2001-11-30 13:34:39.0
is an instance of AssociativeFunction2001-11-30 13:34:39.0
is an instance of CommutativeFunction2001-11-30 13:34:39.0
is an instance of RelationExtendedToQuantities2001-11-30 13:34:39.0
measuredocumentation A very general Predicate for asserting that a particular Object is measured by a particular ConstantQuantity. In general, the second argument of this Predicate will be an instance of the Function MeasureFn2001-11-30 13:34:39.0
has axiom
(=>
(and
(resource ?PROC ?OBJ)
(holdsDuring (ImmediatePastFn (WhenFn ?PROC)) (measure ?OBJ ?QUANT1))
(holdsDuring (ImmediateFutureFn (WhenFn ?PROC)) (measure ?OBJ ?QUANT2)))
(greaterThan ?QUANT1 ?QUANT2))
2001-11-30 13:34:39.0
has axiom
(=>
(and
(instance ?MEAS Measuring)
(agent ?MEAS ?AGENT)
(patient ?MEAS ?OBJ))
(exists (?QUANT ?UNIT)
(holdsDuring (ImmediateFutureFn (WhenFn ?MEAS))
(knows ?AGENT (measure ?OBJ (MeasureFn ?QUANT ?UNIT))))))
2001-11-30 13:34:39.0
has axiom
(=>
(larger ?OBJ1 ?OBJ2)
(forall (?QUANT1 ?QUANT2)
(=>
(and
(measure ?OBJ1 (MeasureFn ?QUANT1 LengthMeasure))
(measure ?OBJ2 (MeasureFn ?QUANT2 LengthMeasure)))
(greaterThan ?QUANT1 ?QUANT2))))
2001-11-30 13:34:39.0
has domain1 Object2001-11-30 13:34:39.0
has domain2 ConstantQuantity2001-11-30 13:34:39.0
is an instance of AsymmetricRelation2001-11-30 13:34:39.0
is an instance of BinaryPredicate2001-11-30 13:34:39.0
MeasureFndocumentation This BinaryFunction maps a RealNumber and a UnitOfMeasure to that Number of units. It is used for expressing ConstantQuantities. For example, the concept of three meters is represented as (MeasureFn 3 Meter)2001-11-30 13:34:40.0
has axiom
(=>
(and
(equal (MeasureFn ?NUMBER ?UNIT) ?QUANT)
(subclass ?UNIT ?QUANTTYPE)
(not (equal ?QUANTTYPE UnitOfMeasure)))
(subclass ?QUANT ?QUANTTYPE))
2001-11-30 13:34:40.0
has axiom
(=>
(and
(instance ?DECREASE Decreasing)
(patient ?DECREASE ?OBJ))
(exists (?UNIT ?QUANT1 ?QUANT2)
(and
(holdsDuring (ImmediatePastFn (WhenFn ?DECREASE)) (equal (MeasureFn ?OBJ ?UNIT) ?QUANT1))
(holdsDuring (ImmediateFutureFn (WhenFn ?DECREASE)) (equal (MeasureFn ?OBJ ?UNIT) ?QUANT2))
(lessThan ?QUANT2 ?QUANT1))))
2001-11-30 13:34:40.0
has axiom
(=>
(and
(instance ?FUNCTION RelationExtendedToQuantities)
(instance ?FUNCTION BinaryFunction)
(instance ?NUMBER1 RealNumber)
(instance ?NUMBER2 RealNumber)
(equal (AssignmentFn ?FUNCTION ?NUMBER1 ?NUMBER2) ?VALUE))
(forall (?UNIT)
(=>
(instance ?UNIT UnitOfMeasure)
(equal (AssignmentFn ?FUNCTION
(MeasureFn ?NUMBER1 ?UNIT)
(MeasureFn ?NUMBER2 ?UNIT))
(MeasureFn ?VALUE ?UNIT)))))
2001-11-30 13:34:40.0
has axiom
(=>
(and
(instance ?INCREASE Increasing)
(patient ?INCREASE ?OBJ))
(exists (?UNIT ?QUANT1 ?QUANT2)
(and
(holdsDuring (ImmediatePastFn (WhenFn ?INCREASE)) (equal (MeasureFn ?OBJ ?UNIT) ?QUANT1))
(holdsDuring (ImmediateFutureFn (WhenFn ?INCREASE)) (equal (MeasureFn ?OBJ ?UNIT) ?QUANT2))
(greaterThan ?QUANT2 ?QUANT1))))
2001-11-30 13:34:40.0
has axiom
(=>
(and
(instance ?MEAS Measuring)
(agent ?MEAS ?AGENT)
(patient ?MEAS ?OBJ))
(exists (?QUANT ?UNIT)
(holdsDuring (ImmediateFutureFn (WhenFn ?MEAS))
(knows ?AGENT (measure ?OBJ (MeasureFn ?QUANT ?UNIT))))))
2001-11-30 13:34:40.0
has axiom
(=>
(and
(instance ?REL RelationExtendedToQuantities)
(instance ?REL BinaryRelation)
(instance ?NUMBER1 RealNumber)
(instance ?NUMBER2 RealNumber)
(holds ?REL ?NUMBER1 ?NUMBER2))
(forall (?UNIT)
(=>
(instance ?UNIT UnitOfMeasure)
(holds ?REL (MeasureFn ?NUMBER1 ?UNIT) (MeasureFn ?NUMBER2 ?UNIT)))))
2001-11-30 13:34:40.0
has axiom
(=>
(larger ?OBJ1 ?OBJ2)
(forall (?QUANT1 ?QUANT2)
(=>
(and
(measure ?OBJ1 (MeasureFn ?QUANT1 LengthMeasure))
(measure ?OBJ2 (MeasureFn ?QUANT2 LengthMeasure)))
(greaterThan ?QUANT1 ?QUANT2))))
2001-11-30 13:34:40.0
has axiom
(equal (MagnitudeFn (MeasureFn ?NUMBER ?UNIT)) ?NUMBER)
2001-11-30 13:34:40.0
has axiom
(equal 
(MeasureFn ?NUMBER GigaHertz)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E9) Hertz))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER AngularDegree)
(MeasureFn (MultiplicationFn ?NUMBER (DivisionFn Pi 180)) Radian))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER DayDuration)
(MeasureFn (MultiplicationFn ?NUMBER 24) HourDuration))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER Gram)
(MeasureFn (MultiplicationFn ?NUMBER 0.001) Kilogram))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER HourDuration)
(MeasureFn (MultiplicationFn ?NUMBER 60) MinuteDuration))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER Kilogram)
(MeasureFn (MultiplicationFn ?NUMBER 1000) Gram))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER KiloHertz)
(MeasureFn (MultiplicationFn ?NUMBER 1000) Hertz))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER Kilometer)
(MeasureFn (MultiplicationFn ?NUMBER 1000) Meter))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER KiloWatt)
(MeasureFn (MultiplicationFn ?NUMBER 1000) Watt))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER MegaOhm)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E6) Ohm))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER MegaPascal)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E6) Pascal))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER MicroOhm)
(MeasureFn (MultiplicationFn ?NUMBER 0.000001) Ohm))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER MicroVolt)
(MeasureFn (MultiplicationFn ?NUMBER 0.000001) Volt))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER MilliAmpere)
(MeasureFn (MultiplicationFn ?NUMBER .001) Ampere))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER MilliVolt)
(MeasureFn (MultiplicationFn ?NUMBER .001) Volt))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER NanoAmpere)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E-9) Ampere))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER NanoSecond)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E-9) Second))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER PicoAmpere)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E-12) Ampere))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER PicoSecond)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E-12) SecondDuration))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER YearDuration)
(MeasureFn (MultiplicationFn ?NUMBER 365) DayDuration))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER Amu)
(MeasureFn (MultiplicationFn ?NUMBER 1.6605402E-27) Kilogram))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER Angstrom)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E-10) Meter))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER BritishThermalUnit)
(MeasureFn (MultiplicationFn ?NUMBER 1055.05585262) Joule))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER Byte)
(MeasureFn (MultiplicationFn ?NUMBER 8) Bit))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER Calorie)
(MeasureFn (MultiplicationFn ?NUMBER 4.1868) Joule))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER Celsius)
(MeasureFn (SubtractionFn ?NUMBER 273.15) Kelvin))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER Centimeter)
(MeasureFn (MultiplicationFn ?NUMBER 0.01) Meter))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER CentUnitedStates)
(MeasureFn (MultiplicationFn ?NUMBER .01) DollarUnitedStates))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER Cup)
(MeasureFn (DivisionFn ?NUMBER 2) Pint))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER ElectronVolt)
(MeasureFn (MultiplicationFn ?NUMBER 1.60217733E-19) Joule))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER Foot)
(MeasureFn (MultiplicationFn ?NUMBER 0.3048) Meter))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER Inch)
(MeasureFn (MultiplicationFn ?NUMBER 0.0254) Meter))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER KiloByte)
(MeasureFn (MultiplicationFn ?NUMBER 1024) Byte))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER MegaByte)
(MeasureFn (MultiplicationFn ?NUMBER 1024) KiloByte))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER MegaHertz)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E6) Hertz))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER Mile)
(MeasureFn (MultiplicationFn ?NUMBER 1609.344) Meter))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER MinuteDuration)
(MeasureFn (MultiplicationFn ?NUMBER 60) SecondDuration))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER Ounce)
(MeasureFn (DivisionFn ?NUMBER 8) Cup))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER Pint)
(MeasureFn (DivisionFn ?NUMBER 2) Quart))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER Pound)
(MeasureFn (MultiplicationFn ?NUMBER 0.45359237) Kilogram))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER PoundForce)
(MeasureFn (MultiplicationFn ?NUMBER 4.448222) Newton))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER Quart)
(MeasureFn (DivisionFn ?NUMBER 4) UnitedStatesGallon))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER Rankine)
(MeasureFn (MultiplicationFn ?NUMBER 1.8) Kelvin))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER Slug)
(MeasureFn (MultiplicationFn ?NUMBER 14.59390) Kilogram))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER UnitedKingdomGallon)
(MeasureFn (MultiplicationFn ?NUMBER 4.54609) Liter))
2001-11-30 13:34:40.0
has axiom
(equal
(MeasureFn ?NUMBER UnitedStatesGallon)
(MeasureFn (MultiplicationFn ?NUMBER 3.785411784) Liter))
2001-11-30 13:34:40.0
has domain1 RealNumber2001-11-30 13:34:40.0
has domain2 UnitOfMeasure2001-11-30 13:34:40.0
has range ConstantQuantity2001-11-30 13:34:40.0
is an instance of BinaryFunction2001-11-30 13:34:40.0
Measuringdocumentation The Class of Comparing Processes where the patient is compared with an instance of UnitOfMeasure to determine the PhysicalQuantity of some aspect of the patient2001-11-30 13:34:40.0
has axiom
(=>
(and
(instance ?MEAS Measuring)
(agent ?MEAS ?AGENT)
(patient ?MEAS ?OBJ))
(exists (?QUANT ?UNIT)
(holdsDuring (ImmediateFutureFn (WhenFn ?MEAS))
(knows ?AGENT (measure ?OBJ (MeasureFn ?QUANT ?UNIT))))))
2001-11-30 13:34:40.0
is a kind of Comparing2001-11-30 13:34:40.0
Meetingdocumentation The coming together of two or more CognitiveAgents for the purpose of Communication. This covers informal meetings, e.g. visits with family members, and formal meetings, e.g. a board of directors meeting2001-11-30 13:34:40.0
is a kind of SocialInteraction2001-11-30 13:34:40.0
meetsSpatiallydocumentation (meetsSpatially ?OBJ1 ?OBJ2) means that ?OBJ1 and ?OBJ2 are connected but that neither ?OBJ1 nor ?OBJ2 overlapsSpatially the other2001-11-30 13:34:41.0
has axiom
(=> 
(and
(instance ?HOLE1 Hole)
(properPart ?HOLE2 ?HOLE1))
(exists (?OBJ)
(and
(meetsSpatially ?HOLE1 ?OBJ)
(not
(meetsSpatially ?HOLE2 ?OBJ)))))
2001-11-30 13:34:41.0
has axiom
(=>
(meetsSpatially ?OBJ1 ?OBJ2)
(not
(overlapsSpatially ?OBJ1 ?OBJ2)))
2001-11-30 13:34:41.0
has axiom
(=>
(connected ?OBJ1 ?OBJ2)
(or
(meetsSpatially ?OBJ1 ?OBJ2)
(overlapsSpatially ?OBJ1 ?OBJ2)))
2001-11-30 13:34:41.0
has axiom
(=>
(equal ?OBJ1 (SkinFn ?HOLE))
(forall (?OBJ2)
(<=>
(overlapsSpatially ?OBJ2 ?OBJ1)
(exists (?OBJ3)
(and
(superficialPart ?OBJ3 (PrincipalHostFn ?HOLE))
(meetsSpatially ?HOLE ?OBJ3)
(overlapsSpatially ?OBJ2 ?OBJ3))))))
2001-11-30 13:34:41.0
has axiom
(=>
(attribute ?OBJ Wet)
(forall (?PART)
(=>
(part ?PART ?OBJ)
(exists (?WATER)
(and
(instance ?WATER Water)
(or
(overlapsSpatially ?WATER ?PART)
(meetsSpatially ?WATER ?PART)))))))
2001-11-30 13:34:41.0
meetsTemporallydocumentation (meetsTemporally ?INTERVAL1 ?INTERVAL2) means that the terminal point of the TimeInterval ?INTERVAL1 is the initial point of the TimeInterval ?INTERVAL22001-11-30 13:34:41.0
has domain1 TimeInterval2001-11-30 13:34:41.0
has domain2 TimeInterval2001-11-30 13:34:41.0
is an instance of AsymmetricRelation2001-11-30 13:34:41.0
is an instance of BinaryPredicate2001-11-30 13:34:41.0
is an instance of IntransitiveRelation2001-11-30 13:34:41.0
is an instance of TemporalRelation2001-11-30 13:34:41.0
MegaBytedocumentation One MegaByte (MB) of information. One MegaByte is 1024 KiloBytes. Note that this sense of 'mega' is different from the one accepted in the SI system2001-11-30 13:34:41.0
has axiom
(equal
(MeasureFn ?NUMBER MegaByte)
(MeasureFn (MultiplicationFn ?NUMBER 1024) KiloByte))
2001-11-30 13:34:41.0
is an instance of InformationMeasure2001-11-30 13:34:41.0
is an instance of UnitOfMeasure2001-11-30 13:34:41.0
MegaHertzdocumentation Multiple of Hertz. Symbol: MHz. A FrequencyMeasure equal to one million times per SecondDuration. 1 Megahertz = 10^6 Hertz2001-11-30 13:34:41.0
has axiom
(equal
(MeasureFn ?NUMBER MegaHertz)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E6) Hertz))
2001-11-30 13:34:41.0
is an instance of FrequencyMeasure2001-11-30 13:34:41.0
is an instance of UnitOfMeasure2001-11-30 13:34:41.0
MegaOhmdocumentation Multiple of Ohm. Electric resistance unit equal to one million Ohm. 1 MegaOhm = 10^(6) Ohms2001-11-30 13:34:41.0
has axiom
(equal
(MeasureFn ?NUMBER MegaOhm)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E6) Ohm))
2001-11-30 13:34:41.0
is an instance of ElectricResistanceMeasure2001-11-30 13:34:41.0
is an instance of UnitOfMeasure2001-11-30 13:34:41.0
MegaPascaldocumentation Multiple of Pascal. Symbol: MPa. A unit of pressure equal to one million Pascal. 1 MegaPascal = 10^6 Pa2001-11-30 13:34:41.0
has axiom
(equal
(MeasureFn ?NUMBER MegaPascal)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E6) Pascal))
2001-11-30 13:34:41.0
is an instance of PressureMeasure2001-11-30 13:34:41.0
is an instance of UnitOfMeasure2001-11-30 13:34:41.0
memberdocumentation A specialized common sense notion of part for uniform parts of Collections. For example, each sheep in a flock of sheep would have the relationship of member to the flock2001-11-30 13:34:41.0
has axiom
(=> 
(and
(instance ?GROUP Group)
(member ?MEMB ?GROUP))
(instance ?MEMB Animal))
2001-11-30 13:34:41.0
has axiom
(=> 
(and
(instance ?GROUP GroupOfPeople)
(member ?MEMB ?GROUP))
(instance ?MEMB Human))
2001-11-30 13:34:41.0
has axiom
(=> 
(instance ?GROUP AgeGroup)
(forall (?MEMB1 ?MEMB2 ?AGE1 ?AGE2)
(=>
(and
(member ?MEMB1 ?GROUP)
(member ?MEMB2 ?GROUP)
(age ?MEMB1 ?AGE1)
(age ?MEMB2 ?AGE2))
(equal ?AGE1 ?AGE2))))
2001-11-30 13:34:41.0
has axiom
(=> 
(instance ?GROUP FamilyGroup)
(forall (?MEMB1 ?MEMB2)
(=>
(and
(member ?MEMB1 ?GROUP)
(member ?MEMB2 ?GROUP))
(familyRelation ?MEMB1 ?MEMB2))))
2001-11-30 13:34:41.0
has axiom
(=> 
(instance ?ORG ReligiousOrganization)
(exists (?PROP)
(forall (?PERSON)
(=>
(member ?PERSON ?ORG)
(believes ?PERSON ?PROP)))))
2001-11-30 13:34:41.0
has axiom
(=>
(and
(instance ?ACT OrganizationalProcess)
(agent ?ACT ?AGENT))
(or
(instance ?AGENT Organization)
(exists (?ORG)
(and
(instance ?ORG Organization)
(member ?AGENT ?ORG)))))
2001-11-30 13:34:41.0
has axiom
(=>
(and
(instance ?ACT ReligiousProcess)
(agent ?ACT ?AGENT))
(or
(instance ?AGENT ReligiousOrganization)
(exists (?ORG)
(and
(member ?AGENT ?ORG)
(instance ?ORG ReligiousOrganization)))))
2001-11-30 13:34:42.0
has axiom
(=>
(and
(instance ?WAR War)
(agent ?WAR ?AGENT))
(or
(instance ?AGENT Nation)
(and
(instance ?AGENT Organization)
(forall (?MEMBER)
(=>
(member ?MEMBER ?AGENT)
(instance ?MEMBER Nation))))))
2001-11-30 13:34:42.0
has axiom
(=>
(and
(member ?OBJ1 ?COLL)
(member ?OBJ2 ?COLL))
(not
(overlapsSpatially ?OBJ1 ?OBJ2)))
2001-11-30 13:34:42.0
has axiom
(=>
(employs ?ORG ?PERSON)
(member ?PERSON ?ORG))
2001-11-30 13:34:42.0
has axiom
(=>
(instance ?COLL Collection)
(exists (?OBJ)
(member ?OBJ ?COLL)))
2001-11-30 13:34:42.0
has domain1 SelfConnectedObject2001-11-30 13:34:42.0
has domain2 Collection2001-11-30 13:34:42.0
has relatedInternalConcept element2001-11-30 13:34:42.0
has relatedInternalConcept instance2001-11-30 13:34:42.0
is an instance of AsymmetricRelation2001-11-30 13:34:42.0
is an instance of BinaryPredicate2001-11-30 13:34:42.0
is an instance of IntransitiveRelation2001-11-30 13:34:42.0
is an instance of SpatialRelation2001-11-30 13:34:42.0
MentalOrBehavioralDysfunctiondocumentation A clinically significant dysfunction whose major manifestation is behavioral or psychological. These dysfunctions may have identified or presumed biological etiologies or manifestations2001-11-30 13:34:42.0
has axiom
(=>
(instance ?DISEASE MentalOrBehavioralDysfunction)
(exists (?ANIMAL)
(and
(instance ?ANIMAL Animal)
(patient ?DISEASE ?ANIMAL))))
2001-11-30 13:34:42.0
is a kind of DiseaseOrSyndrome2001-11-30 13:34:42.0
MentalProcessdocumentation An OrganismProcess involving the mind or cognitive processing2001-11-30 13:34:42.0
has axiom
(=>
(instance ?PROCESS MentalProcess)
(exists (?ANIMAL)
(and
(instance ?ANIMAL Animal)
(experiencer ?PROCESS ?ANIMAL))))
2001-11-30 13:34:42.0
is a kind of IntentionalProcess2001-11-30 13:34:42.0
MereologicalDifferenceFndocumentation (MereologicalDifferenceFn ?OBJ1 ?OBJ2) denotes the Object consisting of the parts which belong to ?OBJ1 and not to ?OBJ22001-11-30 13:34:42.0
has axiom
(=>
(equal ?OBJ3 (MereologicalDifferenceFn ?OBJ1 ?OBJ2))
(forall (?PART)
(<=>
(part ?PART ?OBJ3)
(and
(part ?PART ?OBJ1)
(not
(part ?PART ?OBJ2))))))
2001-11-30 13:34:42.0
has domain1 Object2001-11-30 13:34:42.0
has domain2 Object2001-11-30 13:34:42.0
has range Object2001-11-30 13:34:42.0
is an instance of BinaryFunction2001-11-30 13:34:42.0
is an instance of SpatialRelation2001-11-30 13:34:42.0
MereologicalProductFndocumentation (MereologicalProductFn ?OBJ1 ?OBJ2) denotes the Object consisting of the parts which belong to both ?OBJ1 and ?OBJ22001-11-30 13:34:42.0
has axiom
(=> 
(and
(hole ?HOLE ?OBJ1)
(hole ?HOLE ?OBJ2))
(exists (?OBJ3)
(and
(properPart ?OBJ3 (MereologicalProductFn ?OBJ1 ?OBJ2))
(hole ?HOLE ?OBJ3))))
2001-11-30 13:34:42.0
has axiom
(=>
(equal ?OBJ3 (MereologicalProductFn ?OBJ1 ?OBJ2))
(forall (?PART)
(<=>
(part ?PART ?OBJ3)
(and
(part ?PART ?OBJ1)
(part ?PART ?OBJ2)))))
2001-11-30 13:34:42.0
has domain1 Object2001-11-30 13:34:42.0
has domain2 Object2001-11-30 13:34:42.0
has range Object2001-11-30 13:34:42.0
has relatedInternalConcept MereologicalDifferenceFn2001-11-30 13:34:42.0
is an instance of BinaryFunction2001-11-30 13:34:42.0
is an instance of SpatialRelation2001-11-30 13:34:42.0
MereologicalSumFndocumentation (MereologicalSumFn ?OBJ1 ?OBJ2) denotes the Object consisting of the parts which belong to either ?OBJ1 or ?OBJ22001-11-30 13:34:42.0
has axiom
(<=> 
(instance ?OBJ SelfConnectedObject)
(forall (?PART1 ?PART2)
(=>
(equal ?OBJ (MereologicalSumFn ?PART1 ?PART2))
(connected ?PART1 ?PART2))))
2001-11-30 13:34:42.0
has axiom
(=> 
(and
(hole ?HOLE1 ?OBJ)
(hole ?HOLE2 ?OBJ))
(forall (?HOLE3)
(=>
(part ?HOLE3 (MereologicalSumFn ?HOLE1 ?HOLE2))
(hole ?HOLE3 ?OBJ))))
2001-11-30 13:34:42.0
has axiom
(=>
(equal ?OBJ3 (MereologicalSumFn ?OBJ1 ?OBJ2))
(forall (?PART)
(<=>
(part ?PART ?OBJ3)
(or
(part ?PART ?OBJ1)
(part ?PART ?OBJ2)))))
2001-11-30 13:34:42.0
has domain1 Object2001-11-30 13:34:42.0
has domain2 Object2001-11-30 13:34:42.0
has range Object2001-11-30 13:34:42.0
has relatedInternalConcept MereologicalDifferenceFn2001-11-30 13:34:42.0
has relatedInternalConcept MereologicalProductFn2001-11-30 13:34:42.0
is an instance of BinaryFunction2001-11-30 13:34:43.0
is an instance of SpatialRelation2001-11-30 13:34:43.0
Meterdocumentation SI LengthMeasure. Symbol: m. It is one of the base units in SI, and it is currently defined as follows: the Meter is the length of the path traveled by light in a vacuum during a time interval of 1/299792458 of a SecondDuration2001-11-30 13:34:43.0
has axiom
(equal
(MeasureFn ?NUMBER Kilometer)
(MeasureFn (MultiplicationFn ?NUMBER 1000) Meter))
2001-11-30 13:34:43.0
has axiom
(equal
(MeasureFn ?NUMBER Angstrom)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E-10) Meter))
2001-11-30 13:34:43.0
has axiom
(equal
(MeasureFn ?NUMBER Centimeter)
(MeasureFn (MultiplicationFn ?NUMBER 0.01) Meter))
2001-11-30 13:34:43.0
has axiom
(equal
(MeasureFn ?NUMBER Foot)
(MeasureFn (MultiplicationFn ?NUMBER 0.3048) Meter))
2001-11-30 13:34:43.0
has axiom
(equal
(MeasureFn ?NUMBER Inch)
(MeasureFn (MultiplicationFn ?NUMBER 0.0254) Meter))
2001-11-30 13:34:43.0
has axiom
(equal
(MeasureFn ?NUMBER Mile)
(MeasureFn (MultiplicationFn ?NUMBER 1609.344) Meter))
2001-11-30 13:34:43.0
is an instance of LengthMeasure2001-11-30 13:34:43.0
is an instance of SystemeInternationalUnit2001-11-30 13:34:43.0
MicroOhmdocumentation Submultiple of Ohm. Electric resistance unit equal to the millionth part of an Ohm. 1 MicroOhm = 10^(-6) Ohms2001-11-30 13:34:43.0
has axiom
(equal
(MeasureFn ?NUMBER MicroOhm)
(MeasureFn (MultiplicationFn ?NUMBER 0.000001) Ohm))
2001-11-30 13:34:43.0
is an instance of ElectricResistanceMeasure2001-11-30 13:34:43.0
is an instance of UnitOfMeasure2001-11-30 13:34:43.0
Microorganismdocumentation An Organism that can be seen only with the aid of a microscope2001-11-30 13:34:43.0
is a kind of Organism2001-11-30 13:34:43.0
MicroVoltdocumentation Submultiple of Volt. Symbol: mV. A UnitOfMeasure for measuring electrical potential equal to one millionth of a volt. 1 MicroVolt = 10^(-6) Volt2001-11-30 13:34:43.0
has axiom
(equal
(MeasureFn ?NUMBER MicroVolt)
(MeasureFn (MultiplicationFn ?NUMBER 0.000001) Volt))
2001-11-30 13:34:43.0
is an instance of ElectricPotentialMeasure2001-11-30 13:34:43.0
is an instance of UnitOfMeasure2001-11-30 13:34:43.0
Miledocumentation English length unit of miles2001-11-30 13:34:43.0
has axiom
(equal
(MeasureFn ?NUMBER Mile)
(MeasureFn (MultiplicationFn ?NUMBER 1609.344) Meter))
2001-11-30 13:34:43.0
is an instance of LengthMeasure2001-11-30 13:34:43.0
is an instance of UnitOfMeasure2001-11-30 13:34:43.0
MilliAmperedocumentation Submultiple of Ampere. Symbol: mA. A unit of electrical current equal to one thousandth of an Ampere2001-11-30 13:34:43.0
has axiom
(equal
(MeasureFn ?NUMBER MilliAmpere)
(MeasureFn (MultiplicationFn ?NUMBER .001) Ampere))
2001-11-30 13:34:43.0
is an instance of ElectricCurrentMeasure2001-11-30 13:34:43.0
is an instance of UnitOfMeasure2001-11-30 13:34:43.0
MilliVoltdocumentation Submultiple of Volt. Symbol: mV. A unit of electrical potential equal to one thousandth of a Volt. 1 MilliVolt = 10^(-3) Volt2001-11-30 13:34:43.0
has axiom
(equal
(MeasureFn ?NUMBER MilliVolt)
(MeasureFn (MultiplicationFn ?NUMBER .001) Volt))
2001-11-30 13:34:43.0
is an instance of ElectricPotentialMeasure2001-11-30 13:34:44.0
is an instance of UnitOfMeasure2001-11-30 13:34:44.0
Mineraldocumentation Any of various naturally occurring homogeneous substances (such as stone, coal, salt, sulfur, sand, petroleum, water), or synthetic substances having the chemical composition and crystalline form and properties of a naturally occurring mineral2001-11-30 13:34:44.0
is a kind of Substance2001-11-30 13:34:44.0
MinFndocumentation (MinFn ?NUMBER1 ?NUMBER2) is the smallest of ?NUMBER1 and ?NUMBER2. In cases where ?NUMBER1 is equal to ?NUMBER2, MinFn returns one of its arguments2001-11-30 13:34:44.0
has axiom
(=>
(equal (MinFn ?NUMBER1 ?NUMBER2) ?NUMBER)
(or
(and
(equal ?NUMBER ?NUMBER1)
(lessThan ?NUMBER1 ?NUMBER2))
(and
(equal ?NUMBER ?NUMBER2)
(lessThan ?NUMBER2 ?NUMBER1))
(and
(equal ?NUMBER ?NUMBER1)
(equal ?NUMBER ?NUMBER2))))
2001-11-30 13:34:44.0
has domain1 Quantity2001-11-30 13:34:44.0
has domain2 Quantity2001-11-30 13:34:44.0
has range Quantity2001-11-30 13:34:44.0
is an instance of AssociativeFunction2001-11-30 13:34:44.0
is an instance of CommutativeFunction2001-11-30 13:34:44.0
is an instance of RelationExtendedToQuantities2001-11-30 13:34:44.0
Minutedocumentation The Class of all clock Minutes2001-11-30 13:34:44.0
has axiom
(=>
(instance (MinuteFn ?NUMBER ?HOUR) Minute)
(lessThan ?NUMBER 60))
2001-11-30 13:34:44.0
has axiom
(=>
(instance ?MINUTE Minute)
(duration ?MINUTE MinuteDuration))
2001-11-30 13:34:44.0
has relatedInternalConcept MinuteDuration2001-11-30 13:34:44.0
has relatedInternalConcept MinuteFn2001-11-30 13:34:44.0
is a kind of TimeInterval2001-11-30 13:34:44.0
is second domain of SecondFn2001-11-30 13:34:44.0
MinuteDurationdocumentation Time unit. 1 minute = 60 seconds.2001-11-30 13:34:44.0
has axiom
(=>
(instance ?MINUTE Minute)
(duration ?MINUTE MinuteDuration))
2001-11-30 13:34:44.0
has axiom
(equal
(MeasureFn ?NUMBER HourDuration)
(MeasureFn (MultiplicationFn ?NUMBER 60) MinuteDuration))
2001-11-30 13:34:44.0
has axiom
(equal
(MeasureFn ?NUMBER MinuteDuration)
(MeasureFn (MultiplicationFn ?NUMBER 60) SecondDuration))
2001-11-30 13:34:44.0
is an instance of TimeDuration2001-11-30 13:34:44.0
is an instance of UnitOfMeasure2001-11-30 13:34:44.0
MinuteFndocumentation A BinaryFunction that maps a number and an Hour to the corresponding Minute of the Hour. For example, (MinuteFn 15 (HourFn 14 (DayFn 18 (MonthFn 8 (YearFn 1912))))) denotes 15 minutes after 2 PM on the 18th day of August 19122001-11-30 13:34:44.0
has axiom
(=>
(instance (MinuteFn ?NUMBER ?HOUR) Minute)
(lessThan ?NUMBER 60))
2001-11-30 13:34:44.0
has domain1 PositiveRealNumber2001-11-30 13:34:44.0
has domain2 Hour2001-11-30 13:34:44.0
has range Minute2001-11-30 13:34:44.0
is an instance of BinaryFunction2001-11-30 13:34:44.0
is an instance of TemporalRelation2001-11-30 13:34:44.0
Moledocumentation SI AmountOfSubstanceUnit. symbol: mol. It is one of the base units in SI. It is defined as follows: the Mole is the amount of substance of a system which contains as many elementary entities as there are atoms in 0.012 Kilograms of carbon 12. Note that, when this UnitOfMeasure is used, the elementary entities must be specified - they may be atoms, molecules, ions, electrons, etc. or groups of such particles2001-11-30 13:34:45.0
is an instance of AmountOfSubstanceMeasure2001-11-30 13:34:45.0
is an instance of SystemeInternationalUnit2001-11-30 13:34:45.0
Moleculedocumentation A Molecule is a set of Atoms that are chemically bonded together2001-11-30 13:34:45.0
has axiom
(=>
(instance ?MOLE Molecule)
(exists (?ATOM1 ?ATOM2)
(and
(instance ?ATOM1 Atom)
(instance ?ATOM2 Atom)
(part ?ATOM1 ?MOLE)
(part ?ATOM2 ?MOLE)
(not
(equal ?ATOM1 ?ATOM2)))))
2001-11-30 13:34:45.0
has axiom
(=>
(instance ?SUBMOLE SubmolecularObject)
(exists (?MOLE)
(and
(instance ?MOLE Molecule)
(part ?SUBMOLE ?MOLE))))
2001-11-30 13:34:45.0
has axiom
(=>
(instance ?VIRUS Virus)
(exists (?MOL1)
(and
(component ?MOL1 ?VIRUS)
(instance ?MOL1 Molecule)
(forall (?MOL2)
(=>
(and
(component ?MOL2 ?VIRUS)
(instance ?MOL2 Molecule))
(equal ?MOL1 ?MOL2))))))
2001-11-30 13:34:45.0
is a kind of CorpuscularObject2001-11-30 13:34:45.0
monetaryValuedocumentation A BinaryPredicate that associates an Object with its value expressed as an instance of CurrencyMeasure2001-11-30 13:34:45.0
has arg2 valence singleValued2001-11-30 13:34:45.0
has axiom
(<=>
(equal (WealthFn ?PERSON) ?AMOUNT)
(monetaryValue (PropertyFn ?PERSON) ?AMOUNT))
2001-11-30 13:34:45.0
has domain2 CurrencyMeasure2001-11-30 13:34:45.0
Monochromaticdocumentation An Object with this Attribute has the same color on every part of its surface2001-11-30 13:34:45.0
has axiom
(=>
(and
(attribute ?OBJ Monochromatic)
(superficialPart ?PART ?OBJ)
(attribute ?PART ?COLOR)
(instance ?COLOR PrimaryColor))
(forall (?ELEMENT)
(=>
(superficialPart ?ELEMENT ?OBJ)
(attribute ?ELEMENT ?COLOR))))
2001-11-30 13:34:45.0
is an instance of ColorProperty2001-11-30 13:34:45.0
Monthdocumentation The Class of all calendar Months2001-11-30 13:34:45.0
has axiom
(=>
(instance (MonthFn ?NUMBER ?YEAR) Month)
(lessThanOrEqualTo ?NUMBER 12))
2001-11-30 13:34:45.0
has axiom
(=>
(instance ?MONTH Month)
(duration ?MONTH MonthDuration))
2001-11-30 13:34:45.0
has relatedInternalConcept MonthDuration2001-11-30 13:34:45.0
has relatedInternalConcept MonthFn2001-11-30 13:34:45.0
is a kind of TimeInterval2001-11-30 13:34:45.0
is second domain of DayFn2001-11-30 13:34:45.0
MonthDurationdocumentation Time unit. 1/12th of a year2001-11-30 13:34:45.0
has axiom
(=>
(instance ?MONTH Month)
(duration ?MONTH MonthDuration))
2001-11-30 13:34:45.0
is an instance of TimeDuration2001-11-30 13:34:45.0
is an instance of UnitOfMeasure2001-11-30 13:34:45.0
MonthFndocumentation A BinaryFunction that maps a number and a Year to the corresponding Month of the Year. For example (MonthFn 8 (YearFn 1912)) denotes the eighth Month, i.e. August, of the Year 19122001-11-30 13:34:45.0
has axiom
(=>
(instance (MonthFn ?NUMBER ?YEAR) Month)
(lessThanOrEqualTo ?NUMBER 12))
2001-11-30 13:34:45.0
has domain1 PositiveInteger2001-11-30 13:34:45.0
has domain2 Year2001-11-30 13:34:45.0
has range Month2001-11-30 13:34:45.0
is an instance of BinaryFunction2001-11-30 13:34:45.0
is an instance of TemporalRelation2001-11-30 13:34:45.0
Morphemedocumentation Part of a Word which cannot be subdivided and which expresses a meaning2001-11-30 13:34:45.0
has axiom
(=>
(instance ?WORD Word)
(exists (?PART)
(and
(part ?PART ?WORD)
(instance ?PART Morpheme))))
2001-11-30 13:34:45.0
has axiom
(=>
(instance ?MORPH Morpheme)
(exists (?WORD)
(and
(instance ?WORD Word)
(part ?MORPH ?WORD))))
2001-11-30 13:34:45.0
has axiom
(=>
(instance ?MORPH Morpheme)
(not
(exists (?OTHERMORPH)
(and
(instance ?OTHERMORPH Morpheme)
(part ?OTHERMORPH ?MORPH)
(not (equal ?OTHERMORPH ?MORPH))))))
2001-11-30 13:34:45.0
is a kind of LinguisticExpression2001-11-30 13:34:46.0
motherdocumentation The general relationship of motherhood. (mother ?MOTHER ?CHILD) means that ?MOTHER is the biological mother of ?CHILD2001-11-30 13:34:46.0
has arg1 valence singleValued2001-11-30 13:34:46.0
has axiom
(=>
(mother ?MOTHER ?CHILD)
(attribute ?MOTHER Female))
2001-11-30 13:34:46.0
has axiom
(=>
(parent ?PARENT ?CHILD)
(or
(mother ?PARENT ?CHILD)
(father ?PARENT ?CHILD)))
2001-11-30 13:34:46.0
has domain1 Animal2001-11-30 13:34:46.0
Motiondocumentation Any Process of movement2001-11-30 13:34:46.0
has axiom
(=>
(and
(instance ?MOTION Motion)
(patient ?MOTION ?OBJ)
(destination ?MOTION ?PLACE))
(holdsDuring (ImmediateFutureFn (WhenFn ?MOTION)) (located ?OBJ ?PLACE)))
2001-11-30 13:34:46.0
has axiom
(=>
(and
(instance ?MOTION Motion)
(patient ?MOTION ?OBJ)
(origin ?MOTION ?PLACE))
(holdsDuring (ImmediatePastFn (WhenFn ?MOTION)) (located ?OBJ ?PLACE)))
2001-11-30 13:34:46.0
is a kind of Process2001-11-30 13:34:46.0
is first domain of path2001-11-30 13:34:46.0
MultiplicationFndocumentation If ?NUMBER1 and ?NUMBER2 are Numbers, then (MultiplicationFn ?NUMBER1 ?NUMBER2) is the arithmetical product of these numbers2001-11-30 13:34:46.0
has axiom
(<=>
(equal (RemainderFn ?NUMBER1 ?NUMBER2) ?NUMBER)
(equal (AdditionFn (MultiplicationFn (FloorFn (DivisionFn ?NUMBER1 ?NUMBER2)) ?NUMBER2) ?NUMBER) ?NUMBER1))
2001-11-30 13:34:46.0
has axiom
(=>
(equal (SquareRootFn ?NUMBER1) ?NUMBER2)
(equal (MultiplicationFn ?NUMBER2 ?NUMBER2) ?NUMBER1))
2001-11-30 13:34:46.0
has axiom
(equal 1 (MultiplicationFn ?NUMBER (ReciprocalFn ?NUMBER)))
2001-11-30 13:34:46.0
has axiom
(equal 
(MeasureFn ?NUMBER GigaHertz)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E9) Hertz))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER AngularDegree)
(MeasureFn (MultiplicationFn ?NUMBER (DivisionFn Pi 180)) Radian))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER DayDuration)
(MeasureFn (MultiplicationFn ?NUMBER 24) HourDuration))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER Gram)
(MeasureFn (MultiplicationFn ?NUMBER 0.001) Kilogram))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER HourDuration)
(MeasureFn (MultiplicationFn ?NUMBER 60) MinuteDuration))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER Kilogram)
(MeasureFn (MultiplicationFn ?NUMBER 1000) Gram))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER KiloHertz)
(MeasureFn (MultiplicationFn ?NUMBER 1000) Hertz))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER Kilometer)
(MeasureFn (MultiplicationFn ?NUMBER 1000) Meter))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER KiloWatt)
(MeasureFn (MultiplicationFn ?NUMBER 1000) Watt))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER MegaOhm)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E6) Ohm))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER MegaPascal)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E6) Pascal))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER MicroOhm)
(MeasureFn (MultiplicationFn ?NUMBER 0.000001) Ohm))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER MicroVolt)
(MeasureFn (MultiplicationFn ?NUMBER 0.000001) Volt))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER MilliAmpere)
(MeasureFn (MultiplicationFn ?NUMBER .001) Ampere))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER MilliVolt)
(MeasureFn (MultiplicationFn ?NUMBER .001) Volt))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER NanoAmpere)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E-9) Ampere))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER NanoSecond)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E-9) Second))
2001-11-30 13:34:47.0
has axiom
(equal
(MeasureFn ?NUMBER PicoAmpere)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E-12) Ampere))
2001-11-30 13:34:47.0
has axiom
(equal
(MeasureFn ?NUMBER PicoSecond)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E-12) SecondDuration))
2001-11-30 13:34:47.0
has axiom
(equal
(MeasureFn ?NUMBER YearDuration)
(MeasureFn (MultiplicationFn ?NUMBER 365) DayDuration))
2001-11-30 13:34:47.0
has axiom
(equal
(MeasureFn ?NUMBER Amu)
(MeasureFn (MultiplicationFn ?NUMBER 1.6605402E-27) Kilogram))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER Angstrom)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E-10) Meter))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER BritishThermalUnit)
(MeasureFn (MultiplicationFn ?NUMBER 1055.05585262) Joule))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER Byte)
(MeasureFn (MultiplicationFn ?NUMBER 8) Bit))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER Calorie)
(MeasureFn (MultiplicationFn ?NUMBER 4.1868) Joule))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER Centimeter)
(MeasureFn (MultiplicationFn ?NUMBER 0.01) Meter))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER CentUnitedStates)
(MeasureFn (MultiplicationFn ?NUMBER .01) DollarUnitedStates))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER ElectronVolt)
(MeasureFn (MultiplicationFn ?NUMBER 1.60217733E-19) Joule))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER Foot)
(MeasureFn (MultiplicationFn ?NUMBER 0.3048) Meter))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER Inch)
(MeasureFn (MultiplicationFn ?NUMBER 0.0254) Meter))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER KiloByte)
(MeasureFn (MultiplicationFn ?NUMBER 1024) Byte))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER MegaByte)
(MeasureFn (MultiplicationFn ?NUMBER 1024) KiloByte))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER MegaHertz)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E6) Hertz))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER Mile)
(MeasureFn (MultiplicationFn ?NUMBER 1609.344) Meter))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER MinuteDuration)
(MeasureFn (MultiplicationFn ?NUMBER 60) SecondDuration))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER Pound)
(MeasureFn (MultiplicationFn ?NUMBER 0.45359237) Kilogram))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER PoundForce)
(MeasureFn (MultiplicationFn ?NUMBER 4.448222) Newton))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER Rankine)
(MeasureFn (MultiplicationFn ?NUMBER 1.8) Kelvin))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER Slug)
(MeasureFn (MultiplicationFn ?NUMBER 14.59390) Kilogram))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER UnitedKingdomGallon)
(MeasureFn (MultiplicationFn ?NUMBER 4.54609) Liter))
2001-11-30 13:34:46.0
has axiom
(equal
(MeasureFn ?NUMBER UnitedStatesGallon)
(MeasureFn (MultiplicationFn ?NUMBER 3.785411784) Liter))
2001-11-30 13:34:46.0
has domain1 Quantity2001-11-30 13:34:47.0
has domain2 Quantity2001-11-30 13:34:47.0
has identityElement 12001-11-30 13:34:47.0
has range Quantity2001-11-30 13:34:47.0
is an instance of AssociativeFunction2001-11-30 13:34:47.0
is an instance of CommutativeFunction2001-11-30 13:34:47.0
is an instance of RelationExtendedToQuantities2001-11-30 13:34:47.0
Musicdocumentation The subclass of EmittingSound where the sound is intended to be melodic and is produced deliberately2001-11-30 13:34:47.0
is a kind of EmittingSound2001-11-30 13:34:47.0
MutuallyDisjointClassdocumentation A Class of Classes is a MutuallyDisjointClass just in case there exists no instance of an instance of the original Class which is an instance of all of the instances of the original Class2001-11-30 13:34:47.0
has axiom
(=>
(instance ?CLASS MutuallyDisjointClass)
(equal (GeneralizedIntersectionFn ?CLASS) NullSet))
2001-11-30 13:34:47.0
is a kind of Class2001-11-30 13:34:47.0
NakedPromiseis a kind of Promise2001-11-30 13:34:47.0
is disjoint from Contract2001-11-30 13:34:47.0
NanoAmperedocumentation Submultiple of Ampere. Symbol: nA. A unit of electrical current equal to one billionth of an Ampere2001-11-30 13:34:47.0
has axiom
(equal
(MeasureFn ?NUMBER NanoAmpere)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E-9) Ampere))
2001-11-30 13:34:47.0
is an instance of ElectricCurrentMeasure2001-11-30 13:34:47.0
is an instance of ElectricCurrentMeasure2001-11-30 13:34:47.0
NanoSeconddocumentation Submultiple of SecondDuration. Symbol: ns. A UnitOfMeasure equal to one billionth of a SecondDuration2001-11-30 13:34:47.0
has axiom
(equal
(MeasureFn ?NUMBER NanoSecond)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E-9) Second))
2001-11-30 13:34:47.0
is an instance of TimeDuration2001-11-30 13:34:47.0
is an instance of UnitOfMeasure2001-11-30 13:34:47.0
Nationdocumentation That aspect of a Nation which can act automonously and which is the same throughout the changes in population and borders. Compare the Class Land2001-11-30 13:34:47.0
has axiom
(=>
(and
(instance ?WAR War)
(agent ?WAR ?AGENT))
(or
(instance ?AGENT Nation)
(and
(instance ?AGENT Organization)
(forall (?MEMBER)
(=>
(member ?MEMBER ?AGENT)
(instance ?MEMBER Nation))))))
2001-11-30 13:34:47.0
has axiom
(=>
(instance ?NATION Nation)
(exists (?GOV)
(and
(instance ?GOV Government)
(subOrganizations ?GOV ?NATION))))
2001-11-30 13:34:47.0
has relatedInternalConcept Land2001-11-30 13:34:47.0
is a kind of Agent2001-11-30 13:34:47.0
is second domain of citizen2001-11-30 13:34:47.0
neardocumentation The relation of common sense adjacency without contact. (near ?OBJ1 ?OBJ2) means that ?OBJ1 is near ?OBJ22001-11-30 13:34:47.0
has axiom
(=>
(adjacent ?OBJ1 ?OBJ2)
(or
(near ?OBJ1 ?OBJ2)
(connected ?OBJ1 ?OBJ2)))
2001-11-30 13:34:47.0
has axiom
(=>
(along ?OBJ1 ?OBJ2)
(near ?OBJ1 ?OBJ2))
2001-11-30 13:34:47.0
is an instance of EquivalenceRelation2001-11-30 13:34:48.0
needsdocumentation (needs ?AGENT ?OBJECT) means that ?OBJECT is physically required for the continued existence of ?AGENT2001-11-30 13:34:48.0
has axiom
(=>
(needs ?AGENT ?OBJECT)
(wants ?AGENT ?OBJECT))
2001-11-30 13:34:48.0
has domain1 Agent2001-11-30 13:34:48.0
has domain2 Object2001-11-30 13:34:48.0
is an instance of ObjectAttitude2001-11-30 13:34:48.0
NegativeInfinitydocumentation The TimePoint that is before all other TimePoints2001-11-30 13:34:48.0
has axiom
(=> 	
(and
(instance ?POINT TimePoint)
(not (equal ?POINT NegativeInfinity)))
(exists (?OTHERPOINT)
(temporallyBetween NegativeInfinity ?OTHERPOINT ?POINT)))
2001-11-30 13:34:48.0
has axiom
(=> 
(and
(instance ?POINT TimePoint)
(not (equal ?POINT NegativeInfinity)))
(before NegativeInfinity ?POINT))
2001-11-30 13:34:48.0
has axiom
(equal (BeginFn (PastFn ?TIME)) NegativeInfinity)
2001-11-30 13:34:48.0
is an instance of TimePoint2001-11-30 13:34:48.0
NegativeIntegerdocumentation An Integer that is less than zero2001-11-30 13:34:48.0
has axiom
(<=>
(equal (AbsoluteValueFn ?NUMBER1) ?NUMBER2)
(or
(and
(instance ?NUMBER1 PositiveInteger)
(equal ?NUMBER1 ?NUMBER2))
(and
(instance ?NUMBER1 NegativeInteger)
(equal ?NUMBER2 (SubtractionFn 0 ?NUMBER1)))))
2001-11-30 13:34:48.0
is a kind of Integer2001-11-30 13:34:48.0
is a kind of NegativeRealNumber2001-11-30 13:34:48.0
NegativeRealNumberdocumentation A RealNumber that is less than zero2001-11-30 13:34:48.0
has axiom
(=>
(instance ?NUMBER NegativeRealNumber)
(equal (SignumFn ?NUMBER) -1))
2001-11-30 13:34:48.0
has axiom
(=>
(instance ?NUMBER NegativeRealNumber)
(lessThan ?NUMBER 0))
2001-11-30 13:34:48.0
is a kind of RealNumber2001-11-30 13:34:48.0
Neutrondocumentation Components of the AtomicNucleus. They have no charge2001-11-30 13:34:48.0
has axiom
(=>
(instance ?NUCLEUS AtomicNucleus)
(exists (?NEUTRON ?PROTON)
(and
(component ?NEUTRON ?NUCLEUS)
(component ?PROTON ?NUCLEUS)
(instance ?NEUTRON Neutron)
(instance ?PROTON Proton))))
2001-11-30 13:34:48.0
is a kind of SubatomicParticle2001-11-30 13:34:48.0
Newtondocumentation SI ForceMeasure. Symbol: N. It is that force which gives to a mass of 1 Kilogram an acceleration of 1 Meter per SecondDuration. Newton = m*kg*s^(-2)2001-11-30 13:34:48.0
has axiom
(equal
(MeasureFn ?NUMBER PoundForce)
(MeasureFn (MultiplicationFn ?NUMBER 4.448222) Newton))
2001-11-30 13:34:48.0
is an instance of ForceMeasure2001-11-30 13:34:48.0
is an instance of SystemeInternationalUnit2001-11-30 13:34:48.0
NonintentionalProcessdocumentation A Process that occurs irrespective of the intentions of Humans or Animals2001-11-30 13:34:48.0
is a kind of Process2001-11-30 13:34:48.0
NonnegativeIntegerdocumentation An Integer that is greater than or equal to zero2001-11-30 13:34:48.0
has axiom
(=>
(instance ?SET FiniteSet)
(exists (?NUMBER)
(and
(instance ?NUMBER NonnegativeInteger)
(equal ?NUMBER (CardinalityFn ?SET)))))
2001-11-30 13:34:49.0
is a kind of Integer2001-11-30 13:34:49.0
is a kind of NonnegativeRealNumber2001-11-30 13:34:49.0
is second domain of CardinalityFn2001-11-30 13:34:49.0
NonnegativeRealNumberdocumentation A RealNumber that is greater than or equal to zero2001-11-30 13:34:49.0
has axiom
(=>
(instance ?NUMBER NonnegativeRealNumber)
(greaterThanOrEqualTo ?NUMBER 0))
2001-11-30 13:34:49.0
has axiom
(=>
(instance ?NUMBER NonnegativeRealNumber)
(or
(equal (SignumFn ?NUMBER) 1)
(equal (SignumFn ?NUMBER) 0)))
2001-11-30 13:34:49.0
is a kind of RealNumber2001-11-30 13:34:49.0
NonspecificNumberdocumentation A NonspecificNumber is used to indicate quantity of items when one cannot or does not want to say exactly how many items there are2001-11-30 13:34:49.0
is a kind of Number2001-11-30 13:34:49.0
NormativePropertydocumentation A Class containing all of the Attributes that are specific to judgements about morality, legality, aesthetics, etiquette, etc2001-11-30 13:34:49.0
is a kind of Attribute2001-11-30 13:34:49.0
NormativePropositiondocumentation A Proposition with normative content, i.e. a Proposition that contains a judgement about the way things ought to be2001-11-30 13:34:49.0
is a kind of Proposition2001-11-30 13:34:49.0
Northdocumentation The compass direction of North2001-11-30 13:34:49.0
is an instance of DirectionAttribute2001-11-30 13:34:49.0
notdocumentation The truth-functional connective of negation2001-11-30 13:34:49.0
has domain1 Formula2001-11-30 13:34:49.0
is an instance of SententialOperator2001-11-30 13:34:49.0
Noundocumentation One of the parts of speech. The Class of Words that conventionally denote Objects2001-11-30 13:34:49.0
is a kind of Word2001-11-30 13:34:50.0
NounPhrasedocumentation A Phrase that has the same function as a Noun2001-11-30 13:34:50.0
has axiom
(=>
(instance ?SENTENCE Sentence)
(exists (?PHRASE1 ?PHRASE2)
(and
(instance ?PHRASE1 NounPhrase)
(instance ?PHRASE2 VerbPhrase)
(part ?PHRASE1 ?SENTENCE)
(part ?PHRASE2 ?SENTENCE))))
2001-11-30 13:34:50.0
is a kind of Phrase2001-11-30 13:34:50.0
is disjoint from VerbPhrase2001-11-30 13:34:50.0
NullSetdocumentation The Set that contains no instances2001-11-30 13:34:50.0
has axiom
(=>
(instance ?CLASS MutuallyDisjointClass)
(equal (GeneralizedIntersectionFn ?CLASS) NullSet))
2001-11-30 13:34:50.0
is an instance of Set2001-11-30 13:34:50.0
Numberdocumentation A measure of how many things there are, or how much there is, of a certain kind. Numbers are subclassed into RealNumber and ComplexNumber (ImaginaryNumber is an instance of Number)2001-11-30 13:34:50.0
is a kind of Quantity2001-11-30 13:34:50.0
is first domain of RationalNumberFn2001-11-30 13:34:50.0
is first domain of RealNumberFn2001-11-30 13:34:50.0
NumeratorFndocumentation (NumeratorFn ?NUMBER) returns the numerator of the canonical reduced form ?NUMBER2001-11-30 13:34:50.0
has domain1 RealNumber2001-11-30 13:34:50.0
has range Integer2001-11-30 13:34:50.0
is an instance of UnaryFunction2001-11-30 13:34:50.0
Nutrientdocumentation A BiologicallyActiveSubstance produced or required by an Organism, of primary interest because of its role in the biologic functioning of the Organism2001-11-30 13:34:50.0
has axiom
(=>
(instance ?FOOD Food)
(exists (?NUTRIENT)
(and
(instance ?NUTRIENT Nutrient)
(part ?NUTRIENT ?FOOD))))
2001-11-30 13:34:50.0
is a kind of BiologicallyActiveSubstance2001-11-30 13:34:50.0
Objectdocumentation Corresponds roughly to the class of ordinary physical objects. An Object is thought of as continuing through time, but at any particular time is all there is at that time, in contrast to something that is thought of as being divided into stages (contrast Process). Examples include normal physical objects, geographical regions, and locations of Processes. The formal definition is that all the parts of an Object are present at the same time that the Object is; in other words, an Object cannot have 'parts' which are separated in time, such as the first and second halves of a football game. Note that the parts of an Object may change from time to time, and that every Object occupies exactly the same space and time as a Process (its lifespan). In a 4D ontology, an Object is something whose spatiotemporal extent is thought of as dividing into spatial parts roughly parallel to the time-axis2001-11-30 13:34:50.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:50.0
is a kind of Physical2001-11-30 13:34:51.0
is disjoint from Process2001-11-30 13:34:50.0
is first domain of attribute2001-11-30 13:34:50.0
is first domain of between2001-11-30 13:34:50.0
is first domain of connected2001-11-30 13:34:50.0
is first domain of connects2001-11-30 13:34:50.0
is first domain of copy2001-11-30 13:34:50.0
is first domain of exploits2001-11-30 13:34:50.0
is first domain of fills2001-11-30 13:34:50.0
is first domain of larger2001-11-30 13:34:50.0
is first domain of measure2001-11-30 13:34:50.0
is first domain of MereologicalDifferenceFn2001-11-30 13:34:50.0
is first domain of MereologicalProductFn2001-11-30 13:34:50.0
is first domain of MereologicalSumFn2001-11-30 13:34:50.0
is first domain of orientation2001-11-30 13:34:50.0
is first domain of partiallyFills2001-11-30 13:34:50.0
is first domain of partlyLocated2001-11-30 13:34:50.0
is first domain of position2001-11-30 13:34:50.0
is first domain of properlyFills2001-11-30 13:34:50.0
is first domain of smaller2001-11-30 13:34:50.0
is first domain of uses2001-11-30 13:34:50.0
is second domain of between2001-11-30 13:34:50.0
is second domain of connected2001-11-30 13:34:50.0
is second domain of connects2001-11-30 13:34:50.0
is second domain of copy2001-11-30 13:34:50.0
is second domain of effector2001-11-30 13:34:50.0
is second domain of hole2001-11-30 13:34:50.0
is second domain of inhabits2001-11-30 13:34:50.0
is second domain of instrument2001-11-30 13:34:50.0
is second domain of larger2001-11-30 13:34:50.0
is second domain of located2001-11-30 13:34:51.0
is second domain of MereologicalDifferenceFn2001-11-30 13:34:51.0
is second domain of MereologicalProductFn2001-11-30 13:34:51.0
is second domain of MereologicalSumFn2001-11-30 13:34:51.0
is second domain of needs2001-11-30 13:34:51.0
is second domain of orientation2001-11-30 13:34:51.0
is second domain of origin2001-11-30 13:34:51.0
is second domain of position2001-11-30 13:34:51.0
is second domain of possesses2001-11-30 13:34:51.0
is second domain of resource2001-11-30 13:34:51.0
is second domain of result2001-11-30 13:34:51.0
is second domain of smaller2001-11-30 13:34:51.0
is second domain of wants2001-11-30 13:34:51.0
is third domain of between2001-11-30 13:34:51.0
is third domain of capability2001-11-30 13:34:51.0
is third domain of connects2001-11-30 13:34:51.0
ObjectAttitudedocumentation The Class of IntentionalRelations where the Agent has awareness of an instance of Physical2001-11-30 13:34:51.0
is a kind of IntentionalRelation2001-11-30 13:34:51.0
is disjoint from PropositionalAttitude2001-11-30 13:34:51.0
Obligationdocumentation Propositions that an Agent is required, by some authority, to make true2001-11-30 13:34:51.0
is a kind of NormativeProposition2001-11-30 13:34:51.0
OccupationalProcessdocumentation An OrganizationalProcess carried out as part of an occupation or job2001-11-30 13:34:51.0
has axiom
(=>
(instance ?ACT OccupationalProcess)
(exists (?ORG ?EMP)
(and
(instance ?ORG Organization)
(employs ?ORG ?EMP)
(agent ?ACT ?EMP))))
2001-11-30 13:34:51.0
has axiom
(=>
(instance ?PERSON PersonByOccupationalRole)
(exists (?ACT)
(and
(instance ?ACT OccupationalProcess)
(agent ?ACT ?PERSON))))
2001-11-30 13:34:51.0
is a kind of OrganizationalProcess2001-11-30 13:34:51.0
occupiesPositiondocumentation (occupiesPosition ?PERSON ?POSITION ?ORG) means that ?PERSON holds the Position ?POSITION at Organization ?ORG. For example, (occupiesPosition TomSmith ResearchDirector AcmeLaboratory) means that TomSmith is a research director at Acme Labs2001-11-30 13:34:51.0
has axiom
(=> 
(occupiesPosition ?PERSON ?POSITION ?ORG)
(employs ?ORG ?PERSON))
2001-11-30 13:34:51.0
has domain1 CognitiveAgent2001-11-30 13:34:51.0
has domain2 Position2001-11-30 13:34:51.0
has domain3 Organization2001-11-30 13:34:51.0
is an instance of TernaryPredicate2001-11-30 13:34:51.0
OddIntegerdocumentation An Integer that is not evenly divisible by 22001-11-30 13:34:51.0
has axiom
(=>
(instance ?NUMBER OddInteger)
(equal (RemainderFn ?NUMBER 2) 1))
2001-11-30 13:34:51.0
is a kind of Integer2001-11-30 13:34:51.0
Ohmdocumentation SI ElectricResistanceMeasure. It is the electric resistance between two points of a conductor when a constant difference of potential of 1 Volt, applied between these two points, produces in this conductor a current of 1 Ampere, this conductor not being the force of any electromotive force. Ohm = V/A = m^2*kg*s^(-3)*A^(-2)2001-11-30 13:34:51.0
has axiom
(equal
(MeasureFn ?NUMBER MegaOhm)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E6) Ohm))
2001-11-30 13:34:51.0
has axiom
(equal
(MeasureFn ?NUMBER MicroOhm)
(MeasureFn (MultiplicationFn ?NUMBER 0.000001) Ohm))
2001-11-30 13:34:51.0
is an instance of ElectricResistanceMeasure2001-11-30 13:34:51.0
is an instance of SystemeInternationalUnit2001-11-30 13:34:51.0
ondocumentation This is a cognitive primitive, derived from the up/down schema and involving contact. (on ?OBJ1 ?OBJ2) means that ?OBJ1 is on top of ?OBJ22001-11-30 13:34:51.0
has axiom
(=>
(under ?OBJ1 ?OBJ2)
(or
(on ?OBJ2 ?OBJ1)
(above ?OBJ2 ?OBJ1)))
2001-11-30 13:34:51.0
is an instance of AsymmetricRelation2001-11-30 13:34:52.0
is an instance of IntransitiveRelation2001-11-30 13:34:52.0
OneToOneFunctiondocumentation The Class of UnaryFunctions which are one to one. A function F is one to one just in case for all X, Y in the domain of F, if X is not identical to Y, then F(X) is not identical to F(Y)2001-11-30 13:34:52.0
has axiom
(<=> 
(instance ?FUN OneToOneFunction)
(forall (?ARG1 ?ARG2)
(=>
(and
(instance ?ARG1 (DomainFn ?FUN))
(instance ?ARG2 (DomainFn ?FUN))
(not (equal ?ARG1 ?ARG2)))
(not (equal (AssignmentFn ?FUN ?ARG1) (AssignmentFn ?FUN ?ARG2))))))
2001-11-30 13:34:52.0
is a kind of UnaryFunction2001-11-30 13:34:52.0
Openingdocumentation The Class of Processes where an aperture is created in an Object. Note that the aperture may be created intentionally, as when one opens a door, or unintentionally, as when the ground ruptures in a seismic event2001-11-30 13:34:52.0
has relatedInternalConcept Closing2001-11-30 13:34:52.0
is a kind of Process2001-11-30 13:34:52.0
ordocumentation The truth-functional connective of disjunction2001-11-30 13:34:52.0
has domain1 Formula2001-11-30 13:34:52.0
has domain2 Formula2001-11-30 13:34:52.0
is an instance of SententialOperator2001-11-30 13:34:52.0
Orderingdocumentation A Directing in which the receiver is commanded to realize the content of a ContentBearingObject. Orders are injunctions, the disobedience of which involves sanctions, or which express an obligation upon the part of the orderee2001-11-30 13:34:52.0
is a kind of Directing2001-11-30 13:34:52.0
Organdocumentation A somewhat independent BodyPart that performs a specialized function2001-11-30 13:34:52.0
has axiom
(=>
(instance ?PROC ?OrganOrTissueProcess)
(exists (?THING)
(and
(located ?PROC ?THING)
(or
(instance ?THING Organ)
(instance ?THING Tissue)))))
2001-11-30 13:34:52.0
has axiom
(=>
(instance ?ORGAN Organ)
(exists (?PURP)
(hasPurpose ?ORGAN ?PURP)))
2001-11-30 13:34:52.0
is a kind of BodyPart2001-11-30 13:34:52.0
Organismdocumentation Generally, a living individual, including all Plants and Animals2001-11-30 13:34:52.0
has axiom
(<=>
(instance ?INJ Injuring)
(and
(instance ?INJ Damaging)
(patient ?INJ Organism)))
2001-11-30 13:34:52.0
has axiom
(=>
(and
(instance ?BACTERIUM Bacterium)
(inhabits ?BACTERIUM ?OBJ))
(instance ?OBJ Organism))
2001-11-30 13:34:52.0
has axiom
(=>
(and
(instance ?CHLAMYD Chlamydia)
(inhabits ?CHLAMYD ?OBJ))
(instance ?OBJ Organism))
2001-11-30 13:34:52.0
has axiom
(=>
(and
(instance ?FUNGUS Fungus)
(inhabits ?FUNGUS ?OBJ))
(instance ?OBJ Organism))
2001-11-30 13:34:52.0
has axiom
(=>
(and
(instance ?VIRUS Virus)
(inhabits ?VIRUS ?OBJ))
(instance ?OBJ Organism))
2001-11-30 13:34:52.0
has axiom
(=>
(and
(attribute ?ORG ?ATT)
(instance ?ATT BiologicalProperty))
(instance ?ORG Organism))
2001-11-30 13:34:52.0
has axiom
(=>
(instance ?ANAT AnatomicalStructure)
(exists (?ORGANISM)
(and
(instance ?ORGANISM Organism)
(part ?ANAT ?ORGANISM))))
2001-11-30 13:34:52.0
has axiom
(=>
(instance ?COLOR Pigment)
(exists (?ORGANISM)
(and
(instance ?ORGANISM Organism)
(part ?COLOR ?ORGANISM))))
2001-11-30 13:34:52.0
has axiom
(=>
(instance ?POISON Poisoning)
(exists (?THING)
(and
(patient ?POISON ?THING)
(or
(instance ?THING Organism)
(instance ?THING AnatomicalStructure)))))
2001-11-30 13:34:52.0
has axiom
(=>
(instance ?STRUCT EmbryonicStructure)
(exists (?THING)
(and
(developmentalForm ?THING ?STRUCT)
(or
(instance ?THING Organism)
(instance ?THING AnatomicalStructure)))))
2001-11-30 13:34:52.0
has axiom
(=>
(instance ?STUFF Tissue)
(exists (?ORGANISM)
(and
(instance ?ORGANISM Organism)
(part ?STUFF ?ORGANISM))))
2001-11-30 13:34:52.0
has axiom
(=>
(and
(instance ?KILL Killing)
(agent ?KILL ?AGENT)
(patient ?KILL ?PATIENT))
(and
(instance ?AGENT Organism)
(instance ?PATIENT Organism)))
2001-11-30 13:34:52.0
has axiom
(=>
(and
(instance ?ORGANISM Organism)
(agent ?PROCESS ?ORGANISM))
(holdsDuring (WhenFn ?PROCESS) (attribute ?ORGANISM Living)))
2001-11-30 13:34:52.0
has axiom
(=>
(and
(parent ?PARENT ?CHILD)
(subclass ?CLASS Organism)
(instance ?PARENT ?CLASS))
(instance ?CHILD ?CLASS))
2001-11-30 13:34:52.0
has axiom
(=>
(instance ?FOOD Food)
(forall (?PART1)
(=>
(part ?PART1 ?FOOD)
(exists (?PART2 ?ORGANISM)
(and
(part ?PART1 ?PART2)
(part ?PART2 ?ORGANISM)
(instance ?ORGANISM Organism))))))
2001-11-30 13:34:52.0
has axiom
(=>
(instance ?ORGANISM Organism)
(exists (?BIRTH)
(and
(instance ?BIRTH Birth)
(experiencer ?BIRTH ?ORGANISM))))
2001-11-30 13:34:52.0
has axiom
(=>
(instance ?ORGANISM Organism)
(exists (?DEATH)
(and
(instance ?DEATH Death)
(experiencer ?DEATH ?ORGANISM))))
2001-11-30 13:34:52.0
has axiom
(=>
(instance ?ORGANISM Organism)
(exists (?TIME1 ?TIME2)
(and
(birthTime ?ORGANISM ?TIME1)
(deathTime ?ORGANISM ?TIME2))))
2001-11-30 13:34:52.0
has axiom
(=>
(instance ?PROC BiologicalProcess)
(exists (?OBJ)
(and
(instance ?OBJ Organism)
(located ?PROC ?OBJ))))
2001-11-30 13:34:52.0
is a kind of Agent2001-11-30 13:34:53.0
is a kind of CorpuscularObject2001-11-30 13:34:53.0
is first domain of birthTime2001-11-30 13:34:52.0
is first domain of deathTime2001-11-30 13:34:52.0
is first domain of developmentalForm2001-11-30 13:34:52.0
is first domain of familyRelation2001-11-30 13:34:52.0
is first domain of inhabits2001-11-30 13:34:52.0
is first domain of parent2001-11-30 13:34:52.0
is second domain of developmentalForm2001-11-30 13:34:52.0
is second domain of familyRelation2001-11-30 13:34:52.0
is second domain of parent2001-11-30 13:34:52.0
OrganismProcessdocumentation A physiologic function of the Organism as a whole, of multiple organ systems or of multiple Organs or Tissues2001-11-30 13:34:53.0
is a kind of PhysiologicProcess2001-11-30 13:34:53.0
Organizationdocumentation An Organization is a corporate or similar institution, distinguished from other Agents. The members of an Organization typically have a common purpose or function. Note that parts of Organizations should not be included here, unless they are subOrganizations of an Organization2001-11-30 13:34:53.0
has axiom
(=>
(and
(instance ?ACT OrganizationalProcess)
(agent ?ACT ?AGENT))
(or
(instance ?AGENT Organization)
(exists (?ORG)
(and
(instance ?ORG Organization)
(member ?AGENT ?ORG)))))
2001-11-30 13:34:53.0
has axiom
(=>
(and
(instance ?WAR War)
(agent ?WAR ?AGENT))
(or
(instance ?AGENT Nation)
(and
(instance ?AGENT Organization)
(forall (?MEMBER)
(=>
(member ?MEMBER ?AGENT)
(instance ?MEMBER Nation))))))
2001-11-30 13:34:53.0
has axiom
(=>
(instance ?ACT OccupationalProcess)
(exists (?ORG ?EMP)
(and
(instance ?ORG Organization)
(employs ?ORG ?EMP)
(agent ?ACT ?EMP))))
2001-11-30 13:34:53.0
is a kind of GroupOfPeople2001-11-30 13:34:53.0
is a kind of OrganizationUnit2001-11-30 13:34:53.0
is first domain of employs2001-11-30 13:34:53.0
is first domain of subOrganizations2001-11-30 13:34:53.0
is second domain of subOrganizations2001-11-30 13:34:53.0
is third domain of occupiesPosition2001-11-30 13:34:53.0
OrganizationalProcessdocumentation An IntentionalProcess that is carried out within or by an Organization2001-11-30 13:34:53.0
has axiom
(=>
(and
(instance ?ACT OrganizationalProcess)
(agent ?ACT ?AGENT))
(or
(instance ?AGENT Organization)
(exists (?ORG)
(and
(instance ?ORG Organization)
(member ?AGENT ?ORG)))))
2001-11-30 13:34:53.0
has axiom
(=>
(instance ?PERSON PersonBySocialRole)
(exists (?ACT)
(and
(instance ?ACT OrganizationalProcess)
(agent ?ACT ?PERSON))))
2001-11-30 13:34:53.0
is a kind of IntentionalProcess2001-11-30 13:34:53.0
OrganizationUnitdocumentation An Organization or a functional unit within an Organization, e.g. positions, divisions, and departments. For example, the Shell Corporation, the accounting department at Shell, the positions of CEO and mail room supervisor at Shell, etc. would all be instances of OrganizationUnit. The continued existence of an OrganizationUnit is not dependent on any of its members, its location, or its particular facility. Note that, unlike its subclass Organization, an OrganizationUnit may have no members or just one member2001-11-30 13:34:53.0
is a kind of CognitiveAgent2001-11-30 13:34:53.0
OrganOrTissueProcessdocumentation A PhysiologicProcess of a particular Organ or Tissue2001-11-30 13:34:53.0
is a kind of PhysiologicProcess2001-11-30 13:34:53.0
is disjoint from OrganismProcess2001-11-30 13:34:53.0
orientationdocumentation A general Predicate for indicating how two Objects are oriented with respect to one another. For example, (orientation ?OBJ1 ?OBJ2 North) means that ?OBJ1 is north of ?OBJ2, and (orientation ?OBJ1 ?OBJ2 Vertical) means that ?OBJ1 is positioned vertically with respect to ?OBJ22001-11-30 13:34:53.0
has domain1 Object2001-11-30 13:34:53.0
has domain2 Object2001-11-30 13:34:53.0
has domain3 DirectionAttribute2001-11-30 13:34:53.0
is an instance of SpatialRelation2001-11-30 13:34:53.0
is an instance of TernaryPredicate2001-11-30 13:34:53.0
origindocumentation (origin ?PROCESS ?SOURCE) means that ?SOURCE indicates where the ?Process began. Note that this relation implies that ?SOURCE is present at the beginning of the process, but need not participate throughout the process. For example, the submarine is the origin in the following proposition: the missile was launched from a submarine2001-11-30 13:34:53.0
has domain1 Process2001-11-30 13:34:53.0
has domain2 Object2001-11-30 13:34:53.0
is an instance of CaseRole2001-11-30 13:34:53.0
Ouncedocumentation English unit of volume equal to 1/8 of a Cup2001-11-30 13:34:53.0
has axiom
(equal
(MeasureFn ?NUMBER Ounce)
(MeasureFn (DivisionFn ?NUMBER 8) Cup))
2001-11-30 13:34:53.0
is an instance of UnitOfMeasure2001-11-30 13:34:54.0
is an instance of VolumeMeasure2001-11-30 13:34:54.0
overlapsPartiallydocumentation (overlapsPartially ?OBJ1 ?OBJ2) means that ?OBJ1 and ?OBJ2 have part(s) in common, but neither ?OBJ1 nor ?OBJ2 is a part of the other2001-11-30 13:34:54.0
has axiom
(=>
(overlapsPartially ?OBJ1 ?OBJ2)
(and
(not
(part ?OBJ1 ?OBJ2))
(not
(part ?OBJ2 ?OBJ1))))
2001-11-30 13:34:54.0
overlapsSpatiallydocumentation (overlapsSpatially ?OBJ1 ?OBJ2) means that the Objects ?OBJ1 and ?OBJ2 have some parts in common. This is a reflexive and symmetric (but not transitive) relation2001-11-30 13:34:54.0
has axiom
(<=>
(overlapsSpatially ?OBJ1 ?OBJ2)
(exists (?OBJ3)
(and
(part ?OBJ3 ?OBJ1)
(part ?OBJ3 ?OBJ2))))
2001-11-30 13:34:54.0
has axiom
(=> 
(and
(fills ?OBJ1 ?HOLE)
(attribute ?OBJ2 Fillable))
(not
(overlapsSpatially ?OBJ1 ?OBJ2)))
2001-11-30 13:34:54.0
has axiom
(=> 
(and
(hole ?HOLE ?OBJ1)
(part ?OBJ1 ?OBJ2))
(or
(overlapsSpatially ?HOLE ?OBJ2)
(hole ?HOLE ?OBJ2)))
2001-11-30 13:34:54.0
has axiom
(=> 
(and
(hole ?HOLE1 ?OBJ1)
(hole ?HOLE2 ?OBJ2)
(overlapsSpatially ?HOLE1 ?HOLE2))
(overlapsSpatially ?OBJ1 ?OBJ2))
2001-11-30 13:34:54.0
has axiom
(=> 
(hole ?HOLE ?OBJ)
(not
(overlapsSpatially ?HOLE ?OBJ)))
2001-11-30 13:34:54.0
has axiom
(=>
(interiorPart ?OBJ1 ?OBJ2)
(forall (?PART)
(=>
(superficialPart ?PART ?OBJ2)
(not
(overlapsSpatially ?OBJ1 ?PART)))))
2001-11-30 13:34:54.0
has axiom
(=>
(meetsSpatially ?OBJ1 ?OBJ2)
(not
(overlapsSpatially ?OBJ1 ?OBJ2)))
2001-11-30 13:34:54.0
has axiom
(=>
(connected ?OBJ1 ?OBJ2)
(or
(meetsSpatially ?OBJ1 ?OBJ2)
(overlapsSpatially ?OBJ1 ?OBJ2)))
2001-11-30 13:34:54.0
has axiom
(=>
(equal ?OBJ1 (PrincipalHostFn ?HOLE))
(forall (?OBJ2)
(<=>
(overlapsSpatially ?OBJ2 ?OBJ1)
(exists (?OBJ3)
(and
(hole ?HOLE ?OBJ3)
(instance ?OBJ3 SelfConnectedObject)
(overlapsSpatially ?OBJ2 ?OBJ3))))))
2001-11-30 13:34:54.0
has axiom
(=>
(equal ?OBJ1 (SkinFn ?HOLE))
(forall (?OBJ2)
(<=>
(overlapsSpatially ?OBJ2 ?OBJ1)
(exists (?OBJ3)
(and
(superficialPart ?OBJ3 (PrincipalHostFn ?HOLE))
(meetsSpatially ?HOLE ?OBJ3)
(overlapsSpatially ?OBJ2 ?OBJ3))))))
2001-11-30 13:34:54.0
has axiom
(=>
(forall (?OBJ3)
(=>
(part ?OBJ3 ?OBJ1)
(overlapsSpatially ?OBJ3 ?OBJ2)))
(part ?OBJ1 ?OBJ2))
2001-11-30 13:34:54.0
has axiom
(=>
(and
(instance ?REL CaseRole)
(holds ?REL ?PROCESS ?OBJ))
(exists (?TIME)
(overlapsSpatially (WhereFn ?PROCESS ?TIME) ?OBJ)))
2001-11-30 13:34:54.0
has axiom
(=>
(and
(member ?OBJ1 ?COLL)
(member ?OBJ2 ?COLL))
(not
(overlapsSpatially ?OBJ1 ?OBJ2)))
2001-11-30 13:34:54.0
has axiom
(=>
(attribute ?OBJ Wet)
(forall (?PART)
(=>
(part ?PART ?OBJ)
(exists (?WATER)
(and
(instance ?WATER Water)
(or
(overlapsSpatially ?WATER ?PART)
(meetsSpatially ?WATER ?PART)))))))
2001-11-30 13:34:54.0
has axiom
(=>
(partlyLocated ?OBJ ?REGION)
(overlapsSpatially ?OBJ ?REGION))
2001-11-30 13:34:54.0
overlapsTemporallydocumentation (overlapsTemporally ?INTERVAL1 ?INTERVAL2) means that the two TimeIntervals ?INTERVAL1 and ?INTERVAL2 have a TimeInterval in common. Note that this is consistent with ?INTERVAL1 and ?INTERVAL2 being the same TimeInterval2001-11-30 13:34:54.0
has axiom
(<=>
(overlapsTemporally ?INTERVAL1 ?INTERVAL2)
(or
(equal ?INTERVAL1 ?INTERVAL2)
(during ?INTERVAL1 ?INTERVAL2)
(starts ?INTERVAL1 ?INTERVAL2)
(finishes ?INTERVAL1 ?INTERVAL2)))
2001-11-30 13:34:54.0
has axiom
(=>
(and
(instance ?REL SpatialRelation)
(holds ?REL ?OBJ1 ?OBJ2))
(overlapsTemporally (WhenFn ?OBJ1) (WhenFn ?OBJ2)))
2001-11-30 13:34:54.0
has axiom
(=>
(and
(time ?PHYS ?TIME1)
(time ?PHYS ?TIME2))
(or
(overlapsTemporally ?TIME1 ?TIME2)
(temporalPart ?TIME1 ?TIME2)
(temporalPart ?TIME2 ?TIME1)))
2001-11-30 13:34:54.0
has domain1 TimeInterval2001-11-30 13:34:54.0
has domain2 TimeInterval2001-11-30 13:34:54.0
is an instance of BinaryPredicate2001-11-30 13:34:54.0
is an instance of PartialOrderingRelation2001-11-30 13:34:54.0
is an instance of TemporalRelation2001-11-30 13:34:54.0
PairwiseDisjointClassdocumentation A Class of Classes is a PairwiseDisjointClass just in case every instance of the Class is either equal to or disjoint from every other instance of the Class2001-11-30 13:34:54.0
has axiom
(=>
(instance ?SUPERCLASS PairwiseDisjointClass)
(forall (?CLASS1 ?CLASS2)
(=>
(and
(instance ?CLASS1 ?SUPERCLASS)
(instance ?CLASS2 ?SUPERCLASS))
(or
(equal ?CLASS1 ?CLASS2)
(disjoint ?CLASS1 ?CLASS2)))))
2001-11-30 13:34:54.0
is a kind of Class2001-11-30 13:34:54.0
parentdocumentation The general relationship of parenthood. (parent ?PARENT ?CHILD) means that ?PARENT is a biological parent of ?CHILD2001-11-30 13:34:54.0
has axiom
(=>
(and
(parent ?PARENT ?CHILD)
(subclass ?CLASS Organism)
(instance ?PARENT ?CLASS))
(instance ?CHILD ?CLASS))
2001-11-30 13:34:54.0
has axiom
(=>
(parent ?PARENT ?CHILD)
(before (BeginFn (WhenFn ?PARENT)) (BeginFn (WhenFn ?CHILD))))
2001-11-30 13:34:54.0
has axiom
(=>
(parent ?PARENT ?CHILD)
(or
(mother ?PARENT ?CHILD)
(father ?PARENT ?CHILD)))
2001-11-30 13:34:54.0
has domain1 Organism2001-11-30 13:34:54.0
has domain2 Organism2001-11-30 13:34:54.0
is an instance of AsymmetricRelation2001-11-30 13:34:54.0
is an instance of BinaryPredicate2001-11-30 13:34:54.0
is an instance of IntransitiveRelation2001-11-30 13:34:54.0
partdocumentation The basic mereological relation. All other mereological relations are defined in terms of this one. (part ?PART ?WHOLE) simply means that the Object ?PART is part of the Object ?WHOLE. Note that, since part is a ReflexiveRelation, every Object is a part of itself2001-11-30 13:34:54.0
has axiom
(<=> 
(attribute ?HOLE1 Fillable)
(exists (?HOLE2)
(and
(instance ?HOLE2 Hole)
(part ?HOLE1 ?HOLE2))))
2001-11-30 13:34:54.0
has axiom
(<=> 
(properPart ?OBJ1 ?OBJ2)
(and
(part ?OBJ1 ?OBJ2)
(not
(part ?OBJ2 ?OBJ1))))
2001-11-30 13:34:54.0
has axiom
(<=>
(overlapsSpatially ?OBJ1 ?OBJ2)
(exists (?OBJ3)
(and
(part ?OBJ3 ?OBJ1)
(part ?OBJ3 ?OBJ2))))
2001-11-30 13:34:54.0
has axiom
(=> 
(and
(hole ?HOLE ?OBJ1)
(part ?OBJ1 ?OBJ2))
(or
(overlapsSpatially ?HOLE ?OBJ2)
(hole ?HOLE ?OBJ2)))
2001-11-30 13:34:54.0
has axiom
(=> 
(and
(hole ?HOLE1 ?OBJ)
(hole ?HOLE2 ?OBJ))
(forall (?HOLE3)
(=>
(part ?HOLE3 (MereologicalSumFn ?HOLE1 ?HOLE2))
(hole ?HOLE3 ?OBJ))))
2001-11-30 13:34:54.0
has axiom
(=> 
(completelyFills ?OBJ1 ?HOLE)
(exists (?OBJ2)
(and
(part ?OBJ2 ?OBJ1)
(fills ?OBJ2 ?HOLE))))
2001-11-30 13:34:54.0
has axiom
(=> 
(partiallyFills ?OBJ ?HOLE1)
(exists (?HOLE2)
(and
(part ?HOLE2 ?HOLE1)
(completelyFills ?OBJ ?HOLE2))))
2001-11-30 13:34:54.0
has axiom
(=> 
(properlyFills ?OBJ ?HOLE1)
(exists (?HOLE2)
(and
(part ?HOLE2 ?HOLE1)
(fills ?OBJ ?HOLE2))))
2001-11-30 13:34:54.0
has axiom
(=> 
(surface ?OBJ1 ?OBJ2)
(and
(instance ?OBJ1 SelfConnectedObject)
(forall (?OBJ3)
(=>
(superficialPart ?OBJ3 ?OBJ2)
(part ?OBJ3 ?OBJ1)))))
2001-11-30 13:34:55.0
has axiom
(=> 
(instance ?OBJ SelfConnectedObject)
(exists (?PART)
(part ?PART ?OBJ)))
2001-11-30 13:34:54.0
has axiom
(=>
(instance ?PLANT Plant)
(exists (?COLOR ?PROC)
(and
(part ?COLOR ?PLANT)
(instance ?COLOR Pigment)
(result ?COLOR ?PROC)
(instance ?PROC Photosynthesis))))
2001-11-30 13:34:55.0
has axiom
(=>
(overlapsPartially ?OBJ1 ?OBJ2)
(and
(not
(part ?OBJ1 ?OBJ2))
(not
(part ?OBJ2 ?OBJ1))))
2001-11-30 13:34:55.0
has axiom
(=>
(equal ?OBJ3 (MereologicalDifferenceFn ?OBJ1 ?OBJ2))
(forall (?PART)
(<=>
(part ?PART ?OBJ3)
(and
(part ?PART ?OBJ1)
(not
(part ?PART ?OBJ2))))))
2001-11-30 13:34:55.0
has axiom
(=>
(equal ?OBJ3 (MereologicalProductFn ?OBJ1 ?OBJ2))
(forall (?PART)
(<=>
(part ?PART ?OBJ3)
(and
(part ?PART ?OBJ1)
(part ?PART ?OBJ2)))))
2001-11-30 13:34:55.0
has axiom
(=>
(equal ?OBJ3 (MereologicalSumFn ?OBJ1 ?OBJ2))
(forall (?PART)
(<=>
(part ?PART ?OBJ3)
(or
(part ?PART ?OBJ1)
(part ?PART ?OBJ2)))))
2001-11-30 13:34:55.0
has axiom
(=>
(forall (?OBJ3)
(=>
(part ?OBJ3 ?OBJ1)
(overlapsSpatially ?OBJ3 ?OBJ2)))
(part ?OBJ1 ?OBJ2))
2001-11-30 13:34:55.0
has axiom
(=>
(instance ?ANAT AnatomicalStructure)
(exists (?ORGANISM)
(and
(instance ?ORGANISM Organism)
(part ?ANAT ?ORGANISM))))
2001-11-30 13:34:55.0
has axiom
(=>
(instance ?COLOR Pigment)
(exists (?ORGANISM)
(and
(instance ?ORGANISM Organism)
(part ?COLOR ?ORGANISM))))
2001-11-30 13:34:55.0
has axiom
(=>
(instance ?FOOD Food)
(exists (?NUTRIENT)
(and
(instance ?NUTRIENT Nutrient)
(part ?NUTRIENT ?FOOD))))
2001-11-30 13:34:55.0
has axiom
(=>
(instance ?PART BodyPart)
(exists (?CELL)
(and
(instance ?CELL Cell)
(part ?CELL ?PART))))
2001-11-30 13:34:55.0
has axiom
(=>
(instance ?PHRASE Phrase)
(exists (?PART1 ?PART2)
(and
(part ?PART1 ?PHRASE)
(part ?PART2 ?PHRASE)
(instance ?PART1 Word)
(instance ?PART2 Word)
(not (equal ?PART1 ?PART2)))))
2001-11-30 13:34:55.0
has axiom
(=>
(instance ?SENTENCE Sentence)
(exists (?PHRASE1 ?PHRASE2)
(and
(instance ?PHRASE1 NounPhrase)
(instance ?PHRASE2 VerbPhrase)
(part ?PHRASE1 ?SENTENCE)
(part ?PHRASE2 ?SENTENCE))))
2001-11-30 13:34:55.0
has axiom
(=>
(instance ?STRING SymbolicString)
(exists (?PART)
(and
(part ?PART ?STRING)
(instance ?PART Character))))
2001-11-30 13:34:55.0
has axiom
(=>
(instance ?STUFF Tissue)
(exists (?ORGANISM)
(and
(instance ?ORGANISM Organism)
(part ?STUFF ?ORGANISM))))
2001-11-30 13:34:55.0
has axiom
(=>
(instance ?STUFF Tissue)
(exists (?PART)
(and
(instance ?PART Cell)
(part ?PART ?STUFF))))
2001-11-30 13:34:55.0
has axiom
(=>
(instance ?TEXT Text)
(exists (?PART1 ?PART2)
(and
(part ?PART1 ?TEXT)
(part ?PART2 ?TEXT)
(instance ?PART1 Sentence)
(instance ?PART2 Sentence)
(not (equal ?PART1 ?PART2)))))
2001-11-30 13:34:55.0
has axiom
(=>
(instance ?WALL CellWall)
(exists (?CELL)
(and
(instance ?CELL Cell)
(part ?WALL ?CELL))))
2001-11-30 13:34:55.0
has axiom
(=>
(instance ?WORD Word)
(exists (?PART)
(and
(part ?PART ?WORD)
(instance ?PART Morpheme))))
2001-11-30 13:34:55.0
has axiom
(=>
(and
(instance ?COVER Covering)
(patient ?COVER ?OBJ))
(exists (?CONCEAL ?PART)
(and
(instance ?CONCEAL Concealing)
(subProcess ?CONCEAL ?COVER)
(part ?PART ?OBJ)
(patient ?CONCEAL ?PART))))
2001-11-30 13:34:55.0
has axiom
(=>
(and
(instance ?STATE PhysicalState)
(part ?PART ?OBJ)
(holdsDuring ?TIME (attribute ?OBJ ?STATE)))
(not
(exists (?OTHERSTATE)
(and
(instance ?OTHERSTATE PhysicalState)
(holdsDuring ?TIME (attribute ?PART ?OTHERSTATE))
(not (equal ?STATE ?OTHERSTATE))))))
2001-11-30 13:34:55.0
has axiom
(=>
(and
(part ?OBJ1 ?OBJ2)
(part ?OBJ2 ?OBJ1))
(equal ?OBJ1 ?OBJ2))
2001-11-30 13:34:55.0
has axiom
(=>
(and
(path ?PROCESS ?PATH)
(origin ?PROCESS ?SOURCE)
(destination ?PROCESS ?DEST))
(forall (?OBJ)
(=>
(part ?OBJ ?PATH)
(between ?SOURCE ?OBJ ?DEST))))
2001-11-30 13:34:55.0
has axiom
(=>
(and
(subclass ?OBJECTTYPE Substance)
(instance ?OBJECT ?OBJECTTYPE)
(part ?PART ?OBJECT))
(instance ?PART ?OBJECTTYPE))
2001-11-30 13:34:55.0
has axiom
(=>
(attribute ?OBJ Anhydrous)
(not
(exists (?WATER)
(and
(instance ?WATER Water)
(part ?WATER ?OBJ)))))
2001-11-30 13:34:55.0
has axiom
(=>
(attribute ?OBJ Wet)
(forall (?PART)
(=>
(part ?PART ?OBJ)
(exists (?WATER)
(and
(instance ?WATER Water)
(or
(overlapsSpatially ?WATER ?PART)
(meetsSpatially ?WATER ?PART)))))))
2001-11-30 13:34:55.0
has axiom
(=>
(contains ?OBJ1 ?OBJ2)
(forall (?PART2)
(=>
(part ?PART2 ?OBJ2)
(exists (?PART1)
(and
(interiorPart ?PART1 ?OBJ1)
(exactlyLocated ?PART2 ?PART1))))))
2001-11-30 13:34:55.0
has axiom
(=>
(instance ?ELEMENT EngineeringElement)
(exists (?DEVICE)
(and
(instance ?DEVICE Device)
(part ?ELEMENT ?DEVICE))))
2001-11-30 13:34:55.0
has axiom
(=>
(instance ?FOOD Food)
(forall (?PART1)
(=>
(part ?PART1 ?FOOD)
(exists (?PART2 ?ORGANISM)
(and
(part ?PART1 ?PART2)
(part ?PART2 ?ORGANISM)
(instance ?ORGANISM Organism))))))
2001-11-30 13:34:55.0
has axiom
(=>
(instance ?MOLE Molecule)
(exists (?ATOM1 ?ATOM2)
(and
(instance ?ATOM1 Atom)
(instance ?ATOM2 Atom)
(part ?ATOM1 ?MOLE)
(part ?ATOM2 ?MOLE)
(not
(equal ?ATOM1 ?ATOM2)))))
2001-11-30 13:34:55.0
has axiom
(=>
(instance ?MORPH Morpheme)
(exists (?WORD)
(and
(instance ?WORD Word)
(part ?MORPH ?WORD))))
2001-11-30 13:34:55.0
has axiom
(=>
(instance ?MORPH Morpheme)
(not
(exists (?OTHERMORPH)
(and
(instance ?OTHERMORPH Morpheme)
(part ?OTHERMORPH ?MORPH)
(not (equal ?OTHERMORPH ?MORPH))))))
2001-11-30 13:34:55.0
has axiom
(=>
(instance ?ORGANISM ToxicOrganism)
(exists (?SUBSTANCE)
(and
(instance ?SUBSTANCE ToxicSubstance)
(part ?SUBSTANCE ?ORGANISM))))
2001-11-30 13:34:55.0
has axiom
(=>
(instance ?SUBMOLE SubmolecularObject)
(exists (?MOLE)
(and
(instance ?MOLE Molecule)
(part ?SUBMOLE ?MOLE))))
2001-11-30 13:34:55.0
has axiom
(=>
(located ?OBJ ?REGION)
(forall (?SUBOBJ)
(=>
(part ?SUBOBJ ?OBJ)
(located ?SUBOBJ ?REGION))))
2001-11-30 13:34:55.0
has axiom
(=>
(partlyLocated ?OBJ ?REGION)
(exists (?SUBOBJ)
(and
(part ?SUBOBJ ?OBJ)
(exactlyLocated ?SUBOBJ ?REGION))))
2001-11-30 13:34:55.0
has domain1 SelfConnectedObject2001-11-30 13:34:55.0
has domain2 SelfConnectedObject2001-11-30 13:34:55.0
is an instance of BinaryPredicate2001-11-30 13:34:55.0
is an instance of PartialOrderingRelation2001-11-30 13:34:55.0
is an instance of SpatialRelation2001-11-30 13:34:55.0
partiallyFillsdocumentation (partiallyFills ?OBJ ?HOLE) means that there is an Object ?OBJ that completelyFills some part of ?HOLE. Note that if (partiallyFills ?OBJ1 ?HOLE) and (part ?OBJ1 ?OBJ2), then (partiallyFills ?OBJ2 ?HOLE). Note too that a partial filler need not be wholly inside a hole (it may stick out), which means that every complete filler also qualifies as (is a limit case of) a partial one2001-11-30 13:34:55.0
has axiom
(=> 
(partiallyFills ?OBJ ?HOLE1)
(exists (?HOLE2)
(and
(part ?HOLE2 ?HOLE1)
(completelyFills ?OBJ ?HOLE2))))
2001-11-30 13:34:55.0
has domain1 Object2001-11-30 13:34:55.0
has domain2 Hole2001-11-30 13:34:55.0
is an instance of AsymmetricRelation2001-11-30 13:34:55.0
is an instance of BinaryPredicate2001-11-30 13:34:55.0
is an instance of SpatialRelation2001-11-30 13:34:55.0
partialOrderingOndocumentation A BinaryRelation is a partial ordering on a Class only if the relation is reflexiveOn the Class, and it is both an AntisymmetricRelation, and a TransitiveRelation2001-11-30 13:34:55.0
has axiom
(<=> 
(totalOrderingOn ?RELATION ?CLASS)
(and
(partialOrderingOn ?RELATION ?CLASS)
(trichotomizingOn ?RELATION ?CLASS)))
2001-11-30 13:34:55.0
has axiom
(=> 
(partialOrderingOn ?RELATION ?CLASS)
(and
(reflexiveOn ?RELATION ?CLASS)
(instance ?RELATION TransitiveRelation)
(instance ?RELATION AntisymmetricRelation)))
2001-11-30 13:34:55.0
has domain1 BinaryRelation2001-11-30 13:34:55.0
has domain2 Class2001-11-30 13:34:55.0
is an instance of AsymmetricRelation2001-11-30 13:34:55.0
is an instance of BinaryPredicate2001-11-30 13:34:55.0
PartialOrderingRelationdocumentation A BinaryRelation is a partial ordering if it is a ReflexiveRelation, an AntisymmetricRelation, and a TransitiveRelation2001-11-30 13:34:55.0
is a kind of AntisymmetricRelation2001-11-30 13:34:56.0
is a kind of ReflexiveRelation2001-11-30 13:34:56.0
is a kind of TransitiveRelation2001-11-30 13:34:56.0
Particledocumentation An umbrella Class for any Word that does not fit into the other subclasses of Word. A Particle is generally a small term that serves a grammatical or logical function, e.g. 'and', 'of', 'since', etc. At some point, this class might be broken up into the subclasses 'Connective', 'Preposition', etc2001-11-30 13:34:56.0
is a kind of Word2001-11-30 13:34:56.0
partitiondocumentation A partition of a class C is a set of mutually disjoint classes (a subclass partition) which covers C. Every instance of C is an instance of exactly one of the subclasses in the partition2001-11-30 13:34:56.0
partlyLocateddocumentation The predicate of partial localization. For example, Istanbul is partly located in Asia. Note that this is the most basic localization relation: located and exactlyLocated are both subrelations of partlyLocated2001-11-30 13:34:56.0
has axiom
(=>
(partlyLocated ?OBJ ?REGION)
(exists (?SUBOBJ)
(and
(part ?SUBOBJ ?OBJ)
(exactlyLocated ?SUBOBJ ?REGION))))
2001-11-30 13:34:56.0
has axiom
(=>
(partlyLocated ?OBJ ?REGION)
(overlapsSpatially ?OBJ ?REGION))
2001-11-30 13:34:56.0
has domain1 Object2001-11-30 13:34:56.0
has domain2 Region2001-11-30 13:34:56.0
is an instance of BinaryPredicate2001-11-30 13:34:56.0
is an instance of ReflexiveRelation2001-11-30 13:34:56.0
is an instance of SpatialRelation2001-11-30 13:34:56.0
Pascaldocumentation SI PressureMeasure. Symbol:Pa. It is the pressure of one Newton per square Meter. Pascal = N/m^2 = m^(-1)*kg*s^(-2)2001-11-30 13:34:56.0
has axiom
(equal
(MeasureFn ?NUMBER MegaPascal)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E6) Pascal))
2001-11-30 13:34:56.0
is an instance of PressureMeasure2001-11-30 13:34:56.0
is an instance of SystemeInternationalUnit2001-11-30 13:34:56.0
PastFndocumentation A UnaryFunction that maps a TimePosition to the TimeInterval that meets it and that begins at NegativeInfinity2001-11-30 13:34:56.0
has axiom
(=>
(and
(instance ?DECODE Decoding)
(patient ?DECODE ?DOC1))
(exists (?ENCODE ?DOC2)
(and
(containsInformation ?DOC2 ?PROP)
(containsInformation ?DOC1 ?PROP)
(holdsDuring ?TIME
(and
(temporalPart ?TIME (PastFn (WhenFn ?DECODE)))
(instance ?ENCODE Encoding)
(patient ?ENCODE ?DOC2))))))
2001-11-30 13:34:56.0
has axiom
(equal (BeginFn (PastFn ?TIME)) NegativeInfinity)
2001-11-30 13:34:56.0
has axiom
(finishes (ImmediatePastFn (WhenFn ?THING)) (PastFn (WhenFn ?THING)))
2001-11-30 13:34:56.0
has axiom
(meetsTemporally (PastFn (WhenFn ?THING)) (WhenFn ?THING))
2001-11-30 13:34:56.0
has domain1 TimePosition2001-11-30 13:34:56.0
has range TimeInterval2001-11-30 13:34:56.0
is an instance of TemporalRelation2001-11-30 13:34:56.0
is an instance of UnaryFunction2001-11-30 13:34:56.0
pathdocumentation (path ?MOTION ?PATH) means that ?PATH is a route along which ?MOTION occurs. For example, Highway 101 is the path in the following proposition: the car drove up Highway 1012001-11-30 13:34:56.0
has axiom
(=>
(and
(path ?PROCESS ?PATH)
(origin ?PROCESS ?SOURCE)
(destination ?PROCESS ?DEST))
(forall (?OBJ)
(=>
(part ?OBJ ?PATH)
(between ?SOURCE ?OBJ ?DEST))))
2001-11-30 13:34:56.0
has domain1 Motion2001-11-30 13:34:56.0
has domain2 Region2001-11-30 13:34:56.0
is an instance of CaseRole2001-11-30 13:34:56.0
PathologicProcessdocumentation A disordered process, activity, or state of the Organism as a whole, of a body system or systems, or of multiple Organs or Tissues. Included here are normal responses to a negative stimulus as well as patholologic conditions or states that are less specific than a disease. Pathologic functions frequently have systemic effects2001-11-30 13:34:56.0
is a kind of BiologicalProcess2001-11-30 13:34:56.0
is disjoint from PhysiologicProcess2001-11-30 13:34:56.0
patientdocumentation (patient ?PROCESS ?ENTITY) means that ?ENTITY is a participant in ?PROCESS that may be moved, said, experienced, etc. For example, the direct objects in the sentences 'The cat swallowed the canary' and 'Billy likes the beer' would be examples of patients. Note that the patient of a Process may or may not undergo structural change as a result of the Process. The CaseRole of patient is used when one wants to specify as broadly as possible the object of a Process2001-11-30 13:34:56.0
has axiom
(<=>
(and
(instance ?BUY Buying)
(agent ?BUY ?AGENT1)
(origin ?BUY ?AGENT2)
(patient ?BUY ?OBJECT))
(and
(instance ?SELL Selling)
(agent ?SELL ?AGENT2)
(destination ?SELL ?AGENT1)
(patient ?SELL ?OBJECT)))
2001-11-30 13:34:56.0
has axiom
(<=>
(instance ?INJ Injuring)
(and
(instance ?INJ Damaging)
(patient ?INJ Organism)))
2001-11-30 13:34:57.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:57.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:57.0
has axiom
(=>
(instance ?DISEASE MentalOrBehavioralDysfunction)
(exists (?ANIMAL)
(and
(instance ?ANIMAL Animal)
(patient ?DISEASE ?ANIMAL))))
2001-11-30 13:34:57.0
has axiom
(=>
(instance ?INJ Injuring)
(exists (?STRUCT)
(and
(instance ?STRUCT AnatomicalStructure)
(patient ?INJ ?STRUCT))))
2001-11-30 13:34:57.0
has axiom
(=>
(instance ?POISON Poisoning)
(exists (?THING)
(and
(patient ?POISON ?THING)
(or
(instance ?THING Organism)
(instance ?THING AnatomicalStructure)))))
2001-11-30 13:34:57.0
has axiom
(=>
(and
(instance ?ACT Drinking)
(patient ?ACT ?FOOD))
(attribute ?FOOD Liquid))
2001-11-30 13:34:57.0
has axiom
(=>
(and
(instance ?ACT Eating)
(patient ?ACT ?FOOD))
(attribute ?FOOD Solid))
2001-11-30 13:34:57.0
has axiom
(=>
(and
(instance ?ACT Ingesting)
(patient ?ACT ?FOOD))
(instance ?FOOD Food))
2001-11-30 13:34:57.0
has axiom
(=>
(and
(instance ?ACT Surgery)
(patient ?ACT ?ANIMAL))
(exists (?SUBACT)
(and
(instance ?SUBACT Cutting)
(instance ?ANIMAL Animal)
(patient ?ANIMAL ?CUTTING)
(subProcess ?SUBACT ?ACT))))
2001-11-30 13:34:57.0
has axiom
(=>
(and
(instance ?ALT ShapeAlteration)
(patient ?ALT ?OBJ))
(exists (?PROPERTY)
(and
(instance ?PROPERTY ShapeProperty)
(or
(and
(holdsDuring (ImmediatePastFn (WhenFn ?ALT)) (attribute ?OBJ ?PROPERTY))
(holdsDuring (ImmediateFutureFn (WhenFn ?ALT)) (not (attribute ?OBJ ?PROPERTY))))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?ALT)) (not (attribute ?OBJ ?PROPERTY)))
(holdsDuring (ImmediateFutureFn (WhenFn ?ALT)) (attribute ?OBJ ?PROPERTY)))))))
2001-11-30 13:34:57.0
has axiom
(=>
(and
(instance ?CHANGE ChangeOfPossession)
(patient ?CHANGE ?OBJ)
(holdsDuring (ImmediatePastFn (WhenFn ?CHANGE)) (possesses ?AGENT1 ?OBJ))
(holdsDuring (ImmediateFutureFn (WhenFn ?CHANGE)) (possesses ?AGENT2 ?OBJ)))
(not
(equal ?AGENT1 ?AGENT2)))
2001-11-30 13:34:57.0
has axiom
(=>
(and
(instance ?COLORING Coloring)
(patient ?COLORING ?OBJ))
(exists (?PROPERTY)
(and
(holdsDuring (ImmediatePastFn (WhenFn ?COLORING)) (attribute ?OBJ ?PROPERTY))
(holdsDuring (ImmediateFutureFn (WhenFn ?COLORING)) (not (attribute ?OBJ ?PROPERTY))))))
2001-11-30 13:34:57.0
has axiom
(=>
(and
(instance ?COUNT Counting)
(agent ?COUNT ?AGENT)
(patient ?COUNT ?ENTITY))
(exists (?NUMBER)
(knows ?AGENT (equal (CardinalityFn ?ENTITY)))))
2001-11-30 13:34:57.0
has axiom
(=>
(and
(instance ?COVER Covering)
(patient ?COVER ?OBJ))
(exists (?CONCEAL ?PART)
(and
(instance ?CONCEAL Concealing)
(subProcess ?CONCEAL ?COVER)
(part ?PART ?OBJ)
(patient ?CONCEAL ?PART))))
2001-11-30 13:34:57.0
has axiom
(=>
(and
(instance ?DECODE Decoding)
(patient ?DECODE ?DOC1))
(exists (?ENCODE ?DOC2)
(and
(containsInformation ?DOC2 ?PROP)
(containsInformation ?DOC1 ?PROP)
(holdsDuring ?TIME
(and
(temporalPart ?TIME (PastFn (WhenFn ?DECODE)))
(instance ?ENCODE Encoding)
(patient ?ENCODE ?DOC2))))))
2001-11-30 13:34:57.0
has axiom
(=>
(and
(instance ?DECREASE Decreasing)
(patient ?DECREASE ?OBJ))
(exists (?UNIT ?QUANT1 ?QUANT2)
(and
(holdsDuring (ImmediatePastFn (WhenFn ?DECREASE)) (equal (MeasureFn ?OBJ ?UNIT) ?QUANT1))
(holdsDuring (ImmediateFutureFn (WhenFn ?DECREASE)) (equal (MeasureFn ?OBJ ?UNIT) ?QUANT2))
(lessThan ?QUANT2 ?QUANT1))))
2001-11-30 13:34:57.0
has axiom
(=>
(and
(instance ?DRY Drying)
(patient ?DRY ?OBJ))
(holdsDuring (ImmediateFutureFn (WhenFn ?DRY))
(or
(attribute ?OBJ Anhydrous)
(attribute ?OBJ Dry))))
2001-11-30 13:34:57.0
has axiom
(=>
(and
(instance ?GET Getting)
(agent ?GET ?AGENT1)
(origin ?GET ?AGENT2)
(instance ?AGENT2 Agent)
(patient ?GET ?OBJ))
(exists (?GIVE)
(and
(instance ?GIVE Giving)
(agent ?GIVE ?AGENT2)
(destination ?GIVE ?AGENT1)
(patient ?GIVE ?OBJ))))
2001-11-30 13:34:57.0
has axiom
(=>
(and
(instance ?GIVE Giving)
(agent ?GIVE ?AGENT1)
(destination ?GIVE ?AGENT2)
(instance ?AGENT2 Agent)
(patient ?GIVE ?OBJ))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?GIVE)) (possesses ?AGENT1 ?OBJ))
(holdsDuring (ImmediateFutureFn (WhenFn ?GIVE)) (possesses ?AGENT2 ?OBJ))))
2001-11-30 13:34:57.0
has axiom
(=>
(and
(instance ?IMPACT Impacting)
(instrument ?IMPACT ?INST)
(patient ?IMPACT ?PLACE))
(holdsDuring (WhenFn ?IMPACT) (connected ?INST ?PLACE)))
2001-11-30 13:34:57.0
has axiom
(=>
(and
(instance ?INCREASE Increasing)
(patient ?INCREASE ?OBJ))
(exists (?UNIT ?QUANT1 ?QUANT2)
(and
(holdsDuring (ImmediatePastFn (WhenFn ?INCREASE)) (equal (MeasureFn ?OBJ ?UNIT) ?QUANT1))
(holdsDuring (ImmediateFutureFn (WhenFn ?INCREASE)) (equal (MeasureFn ?OBJ ?UNIT) ?QUANT2))
(greaterThan ?QUANT2 ?QUANT1))))
2001-11-30 13:34:57.0
has axiom
(=>
(and
(instance ?INVESTIGATE Investigating)
(agent ?INVESTIGATE ?AGENT)
(patient ?INVESTIGATE ?PROP))
(holdsDuring (WhenFn ?INVESTIGATE) (not (knows ?AGENT ?PROP))))
2001-11-30 13:34:57.0
has axiom
(=>
(and
(instance ?INVESTIGATE Investigating)
(patient ?INVESTIGATE ?PROP))
(instance ?PROP Formula))
2001-11-30 13:34:57.0
has axiom
(=>
(and
(instance ?KILL Killing)
(agent ?KILL ?AGENT)
(patient ?KILL ?PATIENT))
(and
(instance ?AGENT Organism)
(instance ?PATIENT Organism)))
2001-11-30 13:34:57.0
has axiom
(=>
(and
(instance ?KILL Killing)
(patient ?KILL ?PATIENT))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?KILL)) (attribute ?PATIENT Living))
(holdsDuring (ImmediateFutureFn (WhenFn ?KILL)) (attribute ?PATIENT Dead))))
2001-11-30 13:34:57.0
has axiom
(=>
(and
(instance ?MEAS Measuring)
(agent ?MEAS ?AGENT)
(patient ?MEAS ?OBJ))
(exists (?QUANT ?UNIT)
(holdsDuring (ImmediateFutureFn (WhenFn ?MEAS))
(knows ?AGENT (measure ?OBJ (MeasureFn ?QUANT ?UNIT))))))
2001-11-30 13:34:57.0
has axiom
(=>
(and
(instance ?MOTION Motion)
(patient ?MOTION ?OBJ)
(destination ?MOTION ?PLACE))
(holdsDuring (ImmediateFutureFn (WhenFn ?MOTION)) (located ?OBJ ?PLACE)))
2001-11-30 13:34:57.0
has axiom
(=>
(and
(instance ?MOTION Motion)
(patient ?MOTION ?OBJ)
(origin ?MOTION ?PLACE))
(holdsDuring (ImmediatePastFn (WhenFn ?MOTION)) (located ?OBJ ?PLACE)))
2001-11-30 13:34:57.0
has axiom
(=>
(and
(instance ?POKE Poking)
(agent ?POKE ?AGENT)
(patient ?POKE ?OBJ)
(instrument ?POKE ?INST))
(holdsDuring (WhenFn ?POKE) (connects ?INST ?AGENT ?OBJ)))
2001-11-30 13:34:57.0
has axiom
(=>
(and
(instance ?PROC ShapeAlteration)
(patient ?PROC ?OBJ))
(attribute ?OBJ Pliable))
2001-11-30 13:34:57.0
has axiom
(=>
(and
(instance ?PURSUE Pursuing)
(agent ?PURSUE ?AGENT)
(patient ?PURSUE ?OBJ))
(wants ?AGENT ?OBJ))
2001-11-30 13:34:57.0
has axiom
(=>
(and
(instance ?PUT Putting)
(destination ?PUT ?PLACE)
(patient ?PUT ?OBJ))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?PUT)) (not (located ?OBJ ?PLACE)))
(holdsDuring (ImmediateFutureFn (WhenFn ?PUT)) (located ?OBJ ?PLACE))))
2001-11-30 13:34:57.0
has axiom
(=>
(and
(instance ?REMOVE Removing)
(origin ?REMOVE ?PLACE)
(patient ?REMOVE ?OBJ))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?REMOVE)) (located ?OBJ ?PLACE))
(holdsDuring (ImmediateFutureFn (WhenFn ?REMOVE)) (not (located ?OBJ ?PLACE)))))
2001-11-30 13:34:57.0
has axiom
(=>
(and
(instance ?SEARCH Searching)
(agent ?SEARCH ?AGENT)
(patient ?SEARCH ?ENTITY))
(inScopeOfInterest ?AGENT ?ENTITY))
2001-11-30 13:34:57.0
has axiom
(=>
(and
(instance ?TOUCH Touching)
(agent ?TOUCH ?AGENT)
(patient ?TOUCH ?OBJ))
(holdsDuring (WhenFn ?TOUCH) (connected ?AGENT ?OBJ)))
2001-11-30 13:34:57.0
has axiom
(=>
(and
(instance ?TRANSFER Transfer)
(agent ?TRANSFER ?AGENT)
(patient ?TRANSFER ?PATIENT))
(not
(equal ?AGENT ?PATIENT)))
2001-11-30 13:34:57.0
has axiom
(=>
(and
(instance ?WET Wetting)
(patient ?WET ?OBJ))
(holdsDuring (ImmediateFutureFn (WhenFn ?WET))
(or
(attribute ?OBJ Wet)
(attribute ?OBJ Damp))))
2001-11-30 13:34:57.0
has axiom
(=>
(holdsDuring ?TIME
(exists (?LEARN)
(and
(instance ?LEARN Learning)
(agent ?LEARN ?AGENT)
(patient ?LEARN ?PROP))))
(holdsDuring (ImmediateFutureFn ?TIME)
(believes ?AGENT ?PROP)))
2001-11-30 13:34:57.0
has axiom
(=>
(instance ?ACTION Communication)
(exists (?OBJ)
(and
(instance ?OBJ ContentBearingObject)
(patient ?ACTION ?OBJ))))
2001-11-30 13:34:57.0
has axiom
(=>
(instance ?MOTION BodyMotion)
(exists (?OBJ)
(and
(instance ?OBJ BodyPart)
(patient ?MOTION ?OBJ))))
2001-11-30 13:34:57.0
has axiom
(=>
(instance ?SUB Substituting)
(exists (?PUT ?REMOVE ?OBJ1 ?OBJ2 ?PLACE)
(and
(instance ?PUT Putting)
(instance ?REMOVE Removing)
(subProcess ?PUT ?SUB)
(subProcess ?REMOVE ?SUB)
(patient ?REMOVE ?OBJ1)
(origin ?REMOVE ?PLACE)
(patient ?PUT ?OBJ2)
(destination ?PUT PLACE)
(not (equal ?OBJ1 ?OBJ2)))))
2001-11-30 13:34:57.0
has axiom
(=>
(instance ?TRANS Transaction)
(exists (?AGENT1 ?AGENT2 ?GIVE1 ?GIVE2 ?OBJ1 ?OBJ2)
(and
(instance ?GIVE1 Giving)
(instance ?GIVE2 Giving)
(subProcess ?GIVE1 ?TRANS)
(subProcess ?GIVE2 ?TRANS)
(agent ?GIVE1 ?AGENT1)
(agent ?GIVE2 ?AGENT2)
(patient ?GIVE1 ?OBJ1)
(patient ?GIVE2 ?OBJ2)
(destination ?GIVE1 ?AGENT2)
(destination ?GIVE2 ?AGENT1)
(not
(equal ?AGENT1 ?AGENT2))
(not
(equal ?OBJ1 ?OBJ2)))))
2001-11-30 13:34:57.0
has axiom
(=>
(possesses ?PERSON ?OBJ)
(exists (?TYPE)
(and
(holdsRight ?PERSON ?TYPE)
(forall (?PROCESS)
(=>
(instance ?PROCESS ?TYPE)
(patient ?PROCESS ?OBJ))))))
2001-11-30 13:34:57.0
has domain1 Process2001-11-30 13:34:57.0
has domain2 Entity2001-11-30 13:34:57.0
is an instance of CaseRole2001-11-30 13:34:57.0
penetratesdocumentation (penetrates ?OBJ1 ?OBJ2) means that ?OBJ1 is connected to ?OBJ2 along at least one whole dimension (length, width or depth)2001-11-30 13:34:57.0
has axiom
(=>
(traverses ?OBJ1 ?OBJ2)
(or
(crosses ?OBJ1 ?OBJ2)
(penetrates ?OBJ1 ?OBJ2)))
2001-11-30 13:34:57.0
is an instance of AsymmetricRelation2001-11-30 13:34:57.0
is an instance of IntransitiveRelation2001-11-30 13:34:57.0
Perceptiondocumentation Sensing some aspect of the material world. Note that the agent of this sensing is assumed to be an Animal2001-11-30 13:34:57.0
has axiom
(=>
(and
(instance ?PERCEPT Perception)
(agent ?PERCEPT ?AGENT))
(instance ?AGENT Animal))
2001-11-30 13:34:57.0
is a kind of MentalProcess2001-11-30 13:34:57.0
PersonByOccupationalRoledocumentation The Class of all CognitiveAgents who are considered with respect to an occupational role that they have2001-11-30 13:34:57.0
has axiom
(=>
(instance ?PERSON PersonByOccupationalRole)
(exists (?ACT)
(and
(instance ?ACT OccupationalProcess)
(agent ?ACT ?PERSON))))
2001-11-30 13:34:57.0
is a kind of PersonBySocialRole2001-11-30 13:34:57.0
PersonBySocialRoledocumentation The Class of all CognitiveAgents who are considered with respect to a social role that they have2001-11-30 13:34:57.0
has axiom
(=>
(instance ?PERSON PersonBySocialRole)
(exists (?ACT)
(and
(instance ?ACT OrganizationalProcess)
(agent ?ACT ?PERSON))))
2001-11-30 13:34:57.0
is a kind of CognitiveAgent2001-11-30 13:34:58.0
PharmacologicSubstancedocumentation A BiologicallyActiveSubstance used in the treatment, diagnosis, prevention or analysis of normal and abnormal body function. This includes Substances that occur naturally in the body and are administered therapeutically2001-11-30 13:34:58.0
is a kind of BiologicallyActiveSubstance2001-11-30 13:34:58.0
Photosynthesisdocumentation Synthesis of carbohydrates from carbon dioxide, water, and light2001-11-30 13:34:58.0
has axiom
(=>
(instance ?PLANT Plant)
(exists (?COLOR ?PROC)
(and
(part ?COLOR ?PLANT)
(instance ?COLOR Pigment)
(result ?COLOR ?PROC)
(instance ?PROC Photosynthesis))))
2001-11-30 13:34:58.0
is a kind of OrganOrTissueProcess2001-11-30 13:34:58.0
Phrasedocumentation A set of Words in a Language which form a unit, i.e. express a meaning in the Language2001-11-30 13:34:58.0
has axiom
(=>
(instance ?PHRASE Phrase)
(exists (?PART1 ?PART2)
(and
(part ?PART1 ?PHRASE)
(part ?PART2 ?PHRASE)
(instance ?PART1 Word)
(instance ?PART2 Word)
(not (equal ?PART1 ?PART2)))))
2001-11-30 13:34:58.0
is a kind of LinguisticExpression2001-11-30 13:34:58.0
is disjoint from VerbPhrase2001-11-30 13:34:58.0
Physicaldocumentation An entity that has a location in space-time. Note that locations are themselves understood to have a location in space-tim2001-11-30 13:34:58.0
has axiom
(<=> 
(instance ?PHYS Physical)
(exists (?LOC ?TIME)
(and
(located ?PHYS ?LOC)
(existant ?PHYS ?TIME))))
2001-11-30 13:34:58.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:58.0
is a kind of Entity2001-11-30 13:34:58.0
is first domain of cooccur2001-11-30 13:34:58.0
is first domain of date2001-11-30 13:34:58.0
is first domain of distance2001-11-30 13:34:58.0
is first domain of existant2001-11-30 13:34:58.0
is first domain of hasPurpose2001-11-30 13:34:58.0
is first domain of hasPurposeForAgent2001-11-30 13:34:58.0
is first domain of located2001-11-30 13:34:58.0
is first domain of property2001-11-30 13:34:58.0
is first domain of refers2001-11-30 13:34:58.0
is first domain of represents2001-11-30 13:34:58.0
is first domain of representsForAgent2001-11-30 13:34:58.0
is first domain of representsInLanguage2001-11-30 13:34:58.0
is first domain of time2001-11-30 13:34:58.0
is first domain of WhenFn2001-11-30 13:34:58.0
is first domain of WhereFn2001-11-30 13:34:58.0
is second domain of cooccur2001-11-30 13:34:58.0
is second domain of distance2001-11-30 13:34:58.0
PhysicalQuantitydocumentation A PhysicalQuantity is a measure of some quantifiable aspect of the modeled world, such as 'the earth's diameter' (a constant length) and 'the stress in a loaded deformable solid' (a measure of stress, which is a function of three spatial coordinates). All PhysicalQuantities are either ConstantQuantities or FunctionQuantities. Instances of ConstantQuantity are dependent on a UnitOfMeasure, while instances of FunctionQuantity are Functions that map instances of ConstantQuantity to other instances of ConstantQuantity (e.g., TimeDependentQuantities are FunctionQuantities). Although the name and definition of PhysicalQuantity is borrowed from physics, PhysicalQuantities need not be material. Aside from the dimensions of length, time, velocity, etc., nonphysical dimensions such as currency are also possible. Accordingly, amounts of money would be instances of PhysicalQuantity. PhysicalQuantities are distinguished from Numbers by the fact that the former are associated with a dimension of measurement2001-11-30 13:34:58.0
is a kind of Quantity2001-11-30 13:34:58.0
is partitioned into ConstantQuantity, FunctionQuantity2001-11-30 13:34:58.0
PhysicalStatedocumentation The physical state of an Object. There are three instances of this Class: Solid, Liquid, and Gas2001-11-30 13:34:58.0
has axiom
(=>
(and
(instance ?STATE PhysicalState)
(part ?PART ?OBJ)
(holdsDuring ?TIME (attribute ?OBJ ?STATE)))
(not
(exists (?OTHERSTATE)
(and
(instance ?OTHERSTATE PhysicalState)
(holdsDuring ?TIME (attribute ?PART ?OTHERSTATE))
(not (equal ?STATE ?OTHERSTATE))))))
2001-11-30 13:34:58.0
is a kind of Attribute2001-11-30 13:34:59.0
PhysiologicProcessdocumentation A normal process of an Organism or part of an Organism2001-11-30 13:34:59.0
is a kind of BiologicalProcess2001-11-30 13:34:59.0
Pidocumentation Pi is the RealNumber that is the ratio of the perimeter of a circle to its diameter. It is approximately equal to 3.1415926535897932001-11-30 13:34:59.0
is an instance of RealNumber2001-11-30 13:34:59.0
PicoAmperedocumentation Submultiple of Ampere. Symbol: pA. A unit of electrical current equal to one trillionth of an Ampere2001-11-30 13:34:59.0
has axiom
(equal
(MeasureFn ?NUMBER PicoAmpere)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E-12) Ampere))
2001-11-30 13:34:59.0
is an instance of ElectricCurrentMeasure2001-11-30 13:34:59.0
is an instance of UnitOfMeasure2001-11-30 13:34:59.0
PicoSeconddocumentation Submultiple of SecondDuration. Symbol: ps. A UnitOfMeasure equal to one trillionth of a SecondDuration2001-11-30 13:34:59.0
has axiom
(equal
(MeasureFn ?NUMBER PicoSecond)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E-12) SecondDuration))
2001-11-30 13:34:59.0
is an instance of TimeDuration2001-11-30 13:34:59.0
is an instance of UnitOfMeasure2001-11-30 13:34:59.0
piecedocumentation A specialized common sense notion of part for arbitrary parts of Substances. Quasi-synonyms are: chunk, hunk, bit, etc. Compare the other subrelations of part, viz. component and material2001-11-30 13:34:59.0
has axiom
(=>
(piece ?SUBSTANCE1 ?SUBSTANCE2)
(forall (?CLASS)
(=>
(instance ?SUBSTANCE1 ?CLASS)
(instance ?SUBSTANCE2 ?CLASS))))
2001-11-30 13:34:59.0
has domain1 Substance2001-11-30 13:34:59.0
has domain2 Substance2001-11-30 13:34:59.0
Pigmentdocumentation A coloring that is present in the Cells of Organisms2001-11-30 13:34:59.0
has axiom
(=>
(instance ?PLANT Plant)
(exists (?COLOR ?PROC)
(and
(part ?COLOR ?PLANT)
(instance ?COLOR Pigment)
(result ?COLOR ?PROC)
(instance ?PROC Photosynthesis))))
2001-11-30 13:34:59.0
has axiom
(=>
(instance ?COLOR Pigment)
(exists (?ORGANISM)
(and
(instance ?ORGANISM Organism)
(part ?COLOR ?ORGANISM))))
2001-11-30 13:34:59.0
is a kind of BodySubstance2001-11-30 13:34:59.0
Pintdocumentation English unit of volume equal to 1/2 of a Quart2001-11-30 13:34:59.0
has axiom
(equal
(MeasureFn ?NUMBER Cup)
(MeasureFn (DivisionFn ?NUMBER 2) Pint))
2001-11-30 13:34:59.0
has axiom
(equal
(MeasureFn ?NUMBER Pint)
(MeasureFn (DivisionFn ?NUMBER 2) Quart))
2001-11-30 13:34:59.0
is an instance of UnitOfMeasure2001-11-30 13:34:59.0
is an instance of VolumeMeasure2001-11-30 13:35:00.0
Plandocumentation A specification of a sequence of Processes which is intended to satisfy a specified purpose at some future time2001-11-30 13:35:00.0
has axiom
(=>
(and
(instance ?PLAN Plan)
(instance ?OBJ ContentBearingObject)
(containsInformation ?OBJ ?PLAN))
(exists (?PLANNING)
(and
(instance ?PLANNING Planning)
(result ?PLANNING ?OBJ))))
2001-11-30 13:35:00.0
has axiom
(=>
(instance ?PLAN Plan)
(exists (?PURP)
(hasPurpose ?PLAN ?PURP)))
2001-11-30 13:35:00.0
is a kind of Procedure2001-11-30 13:35:00.0
is first domain of subPlan2001-11-30 13:35:00.0
is second domain of subPlan2001-11-30 13:35:00.0
PlaneAngleMeasureis a kind of ConstantQuantity2001-11-30 13:35:00.0
is first domain of CosineFn2001-11-30 13:35:00.0
is first domain of SineFn2001-11-30 13:35:00.0
is first domain of TangentFn2001-11-30 13:35:00.0
Planningdocumentation Specifying a set of actions in order to meet a set of goals or objectives2001-11-30 13:35:00.0
has axiom
(=>
(and
(instance ?PLAN Plan)
(instance ?OBJ ContentBearingObject)
(containsInformation ?OBJ ?PLAN))
(exists (?PLANNING)
(and
(instance ?PLANNING Planning)
(result ?PLANNING ?OBJ))))
2001-11-30 13:35:00.0
is a kind of MentalProcess2001-11-30 13:35:00.0
Plantdocumentation An Organism having cellulose CellWalls, growing by synthesis of Substances, generally distinguished by the presence of chlorophyll, and lacking the power of locomotion2001-11-30 13:35:00.0
has axiom
(=>
(instance ?PLANT Plant)
(exists (?COLOR ?PROC)
(and
(part ?COLOR ?PLANT)
(instance ?COLOR Pigment)
(result ?COLOR ?PROC)
(instance ?PROC Photosynthesis))))
2001-11-30 13:35:00.0
is a kind of Organism2001-11-30 13:35:00.0
is disjoint from Animal2001-11-30 13:35:00.0
Pliabledocumentation The shape of an Object with this Attribute can be altered2001-11-30 13:35:00.0
has axiom
(=>
(and
(instance ?PROC ShapeAlteration)
(patient ?PROC ?OBJ))
(attribute ?OBJ Pliable))
2001-11-30 13:35:00.0
is an instance of ShapeProperty2001-11-30 13:35:00.0
Poisoningdocumentation A Poisoning is caused by an external substance. Since Poisoning is not possible without some biologic function which affects the Organism being injured, it is a subclass of BiologicalProcess2001-11-30 13:35:00.0
has axiom
(=>
(instance ?POISON Poisoning)
(exists (?SUBSTANCE)
(and
(instance ?SUBSTANCE ToxicSubstance)
(instrument ?POISON ?SUBSTANCE))))
2001-11-30 13:35:00.0
has axiom
(=>
(instance ?POISON Poisoning)
(exists (?THING)
(and
(patient ?POISON ?THING)
(or
(instance ?THING Organism)
(instance ?THING AnatomicalStructure)))))
2001-11-30 13:35:00.0
is a kind of Injuring2001-11-30 13:35:00.0
Pokingdocumentation The Class of Processes where the agent brings a something long and narrow into contact with an Object and, in some cases, pierces the surface of the Object2001-11-30 13:35:00.0
has axiom
(=>
(and
(instance ?POKE Poking)
(agent ?POKE ?AGENT)
(patient ?POKE ?OBJ)
(instrument ?POKE ?INST))
(holdsDuring (WhenFn ?POKE) (connects ?INST ?AGENT ?OBJ)))
2001-11-30 13:35:00.0
is a kind of IntentionalProcess2001-11-30 13:35:00.0
PoliticalProcessdocumentation An OrganizationalProcess carried out by officially constituted governments or with the aim of overthrowing or modifying such a government2001-11-30 13:35:00.0
is a kind of OrganizationalProcess2001-11-30 13:35:00.0
Polychromaticdocumentation An Object with this Attribute has different colors on different parts of its surface2001-11-30 13:35:00.0
has axiom
(=>
(attribute ?OBJ Polychromatic)
(exists (?PART1 ?PART2 ?COLOR1 ?COLOR2)
(and
(superficialPart ?PART1 ?OBJ)
(superficialPart ?PART2 ?OBJ)
(attribute ?PART1 ?COLOR1)
(attribute ?PART2 ?COLOR2)
(instance ?COLOR1 ColorProperty)
(instance ?COLOR2 ColorProperty)
(not (equal ?COLOR1 ?COLOR2)))))
2001-11-30 13:35:00.0
has contraryProperty Monochromatic2001-11-30 13:35:01.0
is an instance of ColorProperty2001-11-30 13:35:01.0
positiondocumentation (position ?OBJ1 ?OBJ2) means that ?OBJ1 is positioned with respect to ?OBJ2 in some way. This is a very general predicate whose main function is to serve as an umbrella for specific Predicates2001-11-30 13:35:01.0
Positiondocumentation A formal position of reponsibility within an Organization. Examples of Positions include president, laboratory director, senior researcher, sales representative, etc2001-11-30 13:35:01.0
positionhas domain1 Object2001-11-30 13:35:01.0
has domain2 Object2001-11-30 13:35:01.0
Positionhas relatedInternalConcept occupiesPosition2001-11-30 13:35:01.0
is a kind of OrganizationUnit2001-11-30 13:35:01.0
positionis an instance of BinaryPredicate2001-11-30 13:35:01.0
is an instance of SpatialRelation2001-11-30 13:35:01.0
Positionis second domain of occupiesPosition2001-11-30 13:35:01.0
PositiveInfinitydocumentation The TimePoint that is after all other TimePoints2001-11-30 13:35:01.0
has axiom
(=> 	
(and
(instance ?POINT TimePoint)
(not (equal ?POINT PositiveInfinity)))
(exists (?OTHERPOINT)
(temporallyBetween ?POINT ?OTHERPOINT PositiveInfinity)))
2001-11-30 13:35:01.0
has axiom
(=> 
(and
(instance ?POINT TimePoint)
(not (equal ?POINT PositiveInfinity)))
(before ?POINT PositiveInfinity))
2001-11-30 13:35:01.0
has axiom
(equal (EndFn (FutureFn ?TIME)) PositiveInfinity)
2001-11-30 13:35:01.0
is an instance of TimePoint2001-11-30 13:35:01.0
PositiveIntegerdocumentation An Integer that is greater than zero2001-11-30 13:35:01.0
has axiom
(<=>
(equal (AbsoluteValueFn ?NUMBER1) ?NUMBER2)
(or
(and
(instance ?NUMBER1 PositiveInteger)
(equal ?NUMBER1 ?NUMBER2))
(and
(instance ?NUMBER1 NegativeInteger)
(equal ?NUMBER2 (SubtractionFn 0 ?NUMBER1)))))
2001-11-30 13:35:01.0
is a kind of NonnegativeInteger2001-11-30 13:35:01.0
is a kind of PositiveRealNumber2001-11-30 13:35:01.0
is first domain of DayFn2001-11-30 13:35:01.0
is first domain of MonthFn2001-11-30 13:35:01.0
is second domain of domain2001-11-30 13:35:01.0
is second domain of domainSubclass2001-11-30 13:35:01.0
is second domain of LogFn2001-11-30 13:35:01.0
is second domain of valence2001-11-30 13:35:01.0
PositiveRealNumberdocumentation A RealNumber that is greater than zero2001-11-30 13:35:01.0
has axiom
(=>
(instance ?NUMBER PositiveRealNumber)
(equal (SignumFn ?NUMBER) 1))
2001-11-30 13:35:01.0
has axiom
(=>
(instance ?NUMBER PositiveRealNumber)
(greaterThan ?NUMBER 0))
2001-11-30 13:35:01.0
is a kind of NonnegativeRealNumber2001-11-30 13:35:01.0
is first domain of HourFn2001-11-30 13:35:01.0
is first domain of HourIntervalFn2001-11-30 13:35:01.0
is first domain of MinuteFn2001-11-30 13:35:01.0
is first domain of SecondFn2001-11-30 13:35:01.0
is second domain of HourIntervalFn2001-11-30 13:35:01.0
possessesdocumentation Relation that holds between an Agent and an Object when the Agent has ownership of the Object2001-11-30 13:35:01.0
has axiom
(<=> 
(instance ?OBJ (PropertyFn ?PERSON))
(possesses ?PERSON ?OBJ))
2001-11-30 13:35:01.0
has axiom
(=>
(and
(instance ?CHANGE ChangeOfPossession)
(patient ?CHANGE ?OBJ)
(holdsDuring (ImmediatePastFn (WhenFn ?CHANGE)) (possesses ?AGENT1 ?OBJ))
(holdsDuring (ImmediateFutureFn (WhenFn ?CHANGE)) (possesses ?AGENT2 ?OBJ)))
(not
(equal ?AGENT1 ?AGENT2)))
2001-11-30 13:35:01.0
has axiom
(=>
(and
(instance ?GIVE Giving)
(agent ?GIVE ?AGENT1)
(destination ?GIVE ?AGENT2)
(instance ?AGENT2 Agent)
(patient ?GIVE ?OBJ))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?GIVE)) (possesses ?AGENT1 ?OBJ))
(holdsDuring (ImmediateFutureFn (WhenFn ?GIVE)) (possesses ?AGENT2 ?OBJ))))
2001-11-30 13:35:01.0
has axiom
(=>
(and
(instance ?TIME TimePosition)
(holdsDuring ?TIME (possesses ?AGENT1 ?OBJ))
(holdsDuring ?TIME (possesses ?AGENT2 ?OBJ)))
(equal ?AGENT1 ?AGENT2))
2001-11-30 13:35:01.0
has axiom
(=>
(possesses ?PERSON ?OBJ)
(exists (?TYPE)
(and
(holdsRight ?PERSON ?TYPE)
(forall (?PROCESS)
(=>
(instance ?PROCESS ?TYPE)
(patient ?PROCESS ?OBJ))))))
2001-11-30 13:35:01.0
has domain1 Agent2001-11-30 13:35:01.0
has domain2 Object2001-11-30 13:35:01.0
is an instance of AsymmetricRelation2001-11-30 13:35:02.0
is an instance of BinaryPredicate2001-11-30 13:35:02.0
Poundhas axiom
(equal
(MeasureFn ?NUMBER Pound)
(MeasureFn (MultiplicationFn ?NUMBER 0.45359237) Kilogram))
2001-11-30 13:35:02.0
PoundForcedocumentation English pound of force. The conversion factor depends on the local value of the acceleration of free fall. A mean value is used in the conversion axiom associated with this constant2001-11-30 13:35:02.0
has axiom
(equal
(MeasureFn ?NUMBER PoundForce)
(MeasureFn (MultiplicationFn ?NUMBER 4.448222) Newton))
2001-11-30 13:35:02.0
is an instance of ForceMeasure2001-11-30 13:35:02.0
is an instance of UnitOfMeasure2001-11-30 13:35:02.0
PoundMassdocumentation English mass unit of pounds2001-11-30 13:35:02.0
is an instance of MassMeasure2001-11-30 13:35:02.0
is an instance of UnitOfMeasure2001-11-30 13:35:02.0
PowerMeasureis a kind of FunctionQuantity2001-11-30 13:35:02.0
preconditiondocumentation A very general Predicate. (precondition ?PROC1 ?PROC2) means that ?PROC2 can exist or be true only if ?PROC1 exists or is true. At some point, this Predicate should probably be broken up into more specific Predicates with more restrictive domain restrictions2001-11-30 13:35:02.0
has domain1 Process2001-11-30 13:35:02.0
has domain2 Process2001-11-30 13:35:02.0
is an instance of AsymmetricRelation2001-11-30 13:35:02.0
is an instance of BinaryPredicate2001-11-30 13:35:02.0
is an instance of TransitiveRelation2001-11-30 13:35:02.0
PredecessorFndocumentation A UnaryFunction that maps an Integer to its predecessor, e.g. the predecessor of 5 is 42001-11-30 13:35:02.0
has axiom
(=>
(and
(instance ?INT1 Integer)
(instance ?INT2 Integer))
(not
(and
(lessThan ?INT2 ?INT1)
(lessThan (PredecessorFn ?INT1) ?INT2))))
2001-11-30 13:35:02.0
has axiom
(=>
(equal (PredecessorFn ?INT1) (PredecessorFn ?INT2))
(equal ?INT1 ?INT2))
2001-11-30 13:35:02.0
has axiom
(=>
(instance ?INT Integer)
(equal ?INT (PredecessorFn (SuccessorFn ?INT))))
2001-11-30 13:35:02.0
has axiom
(=>
(instance ?INT Integer)
(equal ?INT (SuccessorFn (PredecessorFn ?INT))))
2001-11-30 13:35:02.0
has axiom
(=>
(instance ?INT Integer)
(greaterThan ?INT (PredecessorFn ?INT)))
2001-11-30 13:35:02.0
has domain1 Integer2001-11-30 13:35:02.0
has range Integer2001-11-30 13:35:02.0
is an instance of UnaryFunction2001-11-30 13:35:02.0
Predicatedocumentation A Predicate is a sentence-forming Relation. Each tuple in the Relation is a finite, ordered sequence of objects. The fact that a particular tuple is an element of a Predicate is denoted by '(*predicate* arg_1 arg_2 .. arg_n)', where the arg_i are the objects so related. In the case of BinaryPredicates, the fact can be read as `arg_1 is *predicate* arg_2' or `a *predicate* of arg_1 is arg_2'2001-11-30 13:35:02.0
is a kind of Relation2001-11-30 13:35:02.0
is first domain of singleValued2001-11-30 13:35:02.0
Predictingdocumentation The Class of MentalProcesses which involve the formulation of a Proposition about a state of affairs which might be realized in the future2001-11-30 13:35:02.0
is a kind of MentalProcess2001-11-30 13:35:02.0
PrepositionalPhrasedocumentation A Phrase that begins with a preposition and that functions as an Adjective or an Adverb2001-11-30 13:35:03.0
is a kind of Phrase2001-11-30 13:35:03.0
Prepubescentdocumentation The stage of an Animal before it develops secondary sex characteristics2001-11-30 13:35:03.0
has successorAttribute Pubescent2001-11-30 13:35:03.0
is an instance of DevelopmentalProperty2001-11-30 13:35:03.0
PressureMeasureis a kind of FunctionQuantity2001-11-30 13:35:03.0
Pretendingdocumentation Any SocialInteraction where a CognitiveAgent or Group of CognitiveAgents attempts to make another CognitiveAgent or Group of CognitiveAgents believe something that is false. This covers deceit, affectation, impersonation, and entertainment productions, to give just a few examples2001-11-30 13:35:03.0
is a kind of SocialInteraction2001-11-30 13:35:03.0
preventsdocumentation A very general Predicate. (prevents ?PROC1 ?PROC2) means that ?PROC1 prevents the occurrence of ?PROC2. In other words, if ?PROC1 is occurring in a particular time and place, ?PROC2 cannot occur at the same time and place. For example, innoculating prevents contracting disease. Note that this is a relation between types of Processes, not between instances2001-11-30 13:35:03.0
has domain1 Process2001-11-30 13:35:03.0
has domain2 Process2001-11-30 13:35:03.0
is an instance of BinaryPredicate2001-11-30 13:35:03.0
is an instance of IrreflexiveRelation2001-11-30 13:35:03.0
PrimaryColordocumentation Colors which can be blended to form any color and which cannot be derived from any other colors2001-11-30 13:35:03.0
has axiom
(=>
(and
(attribute ?OBJ Monochromatic)
(superficialPart ?PART ?OBJ)
(attribute ?PART ?COLOR)
(instance ?COLOR PrimaryColor))
(forall (?ELEMENT)
(=>
(superficialPart ?ELEMENT ?OBJ)
(attribute ?ELEMENT ?COLOR))))
2001-11-30 13:35:03.0
is a kind of ColorProperty2001-11-30 13:35:03.0
Primatedocumentation The Class of Mammals which are Primates2001-11-30 13:35:03.0
is a kind of Mammal2001-11-30 13:35:03.0
PrimeNumberdocumentation An Integer that is evenly divisible only by itself and 12001-11-30 13:35:03.0
has axiom
(=>
(instance ?PRIME PrimeNumber)
(forall (?NUMBER)
(=>
(equal (RemainderFn ?PRIME ?NUMBER) 0)
(or
(equal ?NUMBER 1)
(equal ?NUMBER ?PRIME)))))
2001-11-30 13:35:03.0
is a kind of Integer2001-11-30 13:35:03.0
PrincipalHostFndocumentation A UnaryFunction that maps a Hole to the Object which is its principal host. The principle host of a Hole is its maximally connected host (a notion taken here to be defined only when the argument is a hole)2001-11-30 13:35:03.0
has axiom
(=>
(equal ?OBJ1 (PrincipalHostFn ?HOLE))
(forall (?OBJ2)
(<=>
(overlapsSpatially ?OBJ2 ?OBJ1)
(exists (?OBJ3)
(and
(hole ?HOLE ?OBJ3)
(instance ?OBJ3 SelfConnectedObject)
(overlapsSpatially ?OBJ2 ?OBJ3))))))
2001-11-30 13:35:03.0
has axiom
(=>
(equal ?OBJ1 (SkinFn ?HOLE))
(forall (?OBJ2)
(<=>
(overlapsSpatially ?OBJ2 ?OBJ1)
(exists (?OBJ3)
(and
(superficialPart ?OBJ3 (PrincipalHostFn ?HOLE))
(meetsSpatially ?HOLE ?OBJ3)
(overlapsSpatially ?OBJ2 ?OBJ3))))))
2001-11-30 13:35:03.0
has domain1 Hole2001-11-30 13:35:03.0
has range Object2001-11-30 13:35:03.0
is an instance of SpatialRelation2001-11-30 13:35:03.0
is an instance of UnaryFunction2001-11-30 13:35:04.0
ProbabilityRelationdocumentation The Class of Relations that permit assessment of the probability of an event or situation2001-11-30 13:35:04.0
is a kind of Relation2001-11-30 13:35:04.0
Proceduredocumentation A sequence-dependent specification. Some examples are ComputerPrograms, finite-state machines, cooking recipes, musical scores, conference schedules, driving directions, and the scripts of plays and movies2001-11-30 13:35:04.0
is a kind of Proposition2001-11-30 13:35:04.0
Processdocumentation Intuitively, the class of things that happen rather than endure. A Process is thought of as having temporal parts or stages, and so it cannot have all these parts together at one time (contrast Object). Examples include extended 'events' such as a football match or a race, events and actions of various kinds, states of motion and lifespans of Objects, which occupy the same space and time but are thought of as having stages instead of parts. The formal definition is: anything that lasts for a time but is not an Object. Note that a Process may have participants 'inside' it which are Objects, such as the players in a football match. In a 4D ontology, a Process is something whose spatiotemporal extent is thought of as dividing into temporal stages roughly perpendicular to the time-axis2001-11-30 13:35:04.0
has axiom
(=> 
(and
(instance ?PROC Process)
(subProcess ?SUBPROC ?PROC))
(exists (?TIME)
(existant ?SUBPROC ?TIME)))
2001-11-30 13:35:04.0
has axiom
(=> 
(instance ?PROC Process)
(exists (?SUBPROC)
(subProcess ?SUBPROC ?PROC)))
2001-11-30 13:35:04.0
has axiom
(=>
(instance ?ARTIFACT Artifact)
(exists (?PROCESS)
(and
(instance ?PROCESS Process)
(result ?PROCESS ?ARTIFACT))))
2001-11-30 13:35:04.0
has axiom
(=>
(instance ?DEVICE Device)
(exists (?PROC)
(and
(instance ?PROC Process)
(instrument ?PROC ?DEVICE))))
2001-11-30 13:35:04.0
has axiom
(=>
(instance ?PROC1 Process)
(exists (?PROC2)
(causes ?PROC2 ?PROC1)))
2001-11-30 13:35:04.0
has axiom
(=>
(instance ?PROCESS Process)
(exists (?CAUSE)
(effector ?PROCESS ?CAUSE)))
2001-11-30 13:35:04.0
is a kind of Physical2001-11-30 13:35:04.0
is first domain of agent2001-11-30 13:35:04.0
is first domain of capability2001-11-30 13:35:04.0
is first domain of causes2001-11-30 13:35:04.0
is first domain of destination2001-11-30 13:35:04.0
is first domain of direction2001-11-30 13:35:04.0
is first domain of effector2001-11-30 13:35:04.0
is first domain of experiencer2001-11-30 13:35:04.0
is first domain of frequency2001-11-30 13:35:04.0
is first domain of hasSkill2001-11-30 13:35:04.0
is first domain of holdsObligation2001-11-30 13:35:04.0
is first domain of holdsRight2001-11-30 13:35:04.0
is first domain of inhibits2001-11-30 13:35:04.0
is first domain of instrument2001-11-30 13:35:04.0
is first domain of manner2001-11-30 13:35:04.0
is first domain of origin2001-11-30 13:35:04.0
is first domain of patient2001-11-30 13:35:04.0
is first domain of precondition2001-11-30 13:35:04.0
is first domain of prevents2001-11-30 13:35:04.0
is first domain of realization2001-11-30 13:35:04.0
is first domain of resource2001-11-30 13:35:04.0
is first domain of result2001-11-30 13:35:04.0
is first domain of subProcess2001-11-30 13:35:04.0
is second domain of causes2001-11-30 13:35:04.0
is second domain of inhibits2001-11-30 13:35:04.0
is second domain of precondition2001-11-30 13:35:04.0
is second domain of prevents2001-11-30 13:35:04.0
is second domain of subProcess2001-11-30 13:35:04.0
Promisedocumentation A Promise where nothing is promised in return, i.e. a nudum pactum2001-11-30 13:35:04.0
documentation The Class of NormativePropositions where an Agent promises to do something. Promises may be implicit or explicit. They may be expressed in a written or verbal or gestural manner2001-11-30 13:35:04.0
is a kind of NormativeProposition2001-11-30 13:35:04.0
properlyFillsdocumentation (properlyFills ?OBJ ?HOLE) means that ?HOLE is properly (though perhaps incompletely) filled by ?OBJ, i.e. some part of ?HOLE is perfectly filled by ?OBJ. Note that properlyFills is the dual of completelyFills, and is so related to partiallyFills that ?OBJ properlyFills ?HOLE just in case ?OBJ partiallyFills every part of ?HOLE. (Thus, every perfect filler is both complete and proper in this sense)2001-11-30 13:35:04.0
has axiom
(=> 
(and
(fills ?OBJ1 ?HOLE)
(properPart ?OBJ2 ?OBJ1))
(properlyFills ?OBJ2 ?HOLE))
2001-11-30 13:35:04.0
has axiom
(=> 
(and
(properlyFills ?OBJ1 ?HOLE)
(connected ?OBJ2 ?OBJ1))
(connected ?HOLE ?OBJ2))
2001-11-30 13:35:04.0
has axiom
(=> 
(properlyFills ?OBJ ?HOLE1)
(exists (?HOLE2)
(and
(part ?HOLE2 ?HOLE1)
(fills ?OBJ ?HOLE2))))
2001-11-30 13:35:04.0
has domain1 Object2001-11-30 13:35:04.0
has domain2 Hole2001-11-30 13:35:04.0
is an instance of AsymmetricRelation2001-11-30 13:35:04.0
is an instance of BinaryPredicate2001-11-30 13:35:04.0
is an instance of SpatialRelation2001-11-30 13:35:04.0
properPartdocumentation (properPart ?OBJ1 ?OBJ2) means that ?OBJ1 is a part of ?OBJ2 other than ?OBJ2 itself. This is a TransitiveRelation and AsymmetricRelation (hence an IrreflexiveRelation)2001-11-30 13:35:04.0
has axiom
(<=> 
(properPart ?OBJ1 ?OBJ2)
(and
(part ?OBJ1 ?OBJ2)
(not
(part ?OBJ2 ?OBJ1))))
2001-11-30 13:35:04.0
has axiom
(=> 
(and
(fills ?OBJ ?HOLE1)
(properPart ?HOLE2 ?HOLE1))
(completelyFills ?OBJ ?HOLE2))
2001-11-30 13:35:04.0
has axiom
(=> 
(and
(fills ?OBJ1 ?HOLE)
(properPart ?OBJ2 ?OBJ1))
(properlyFills ?OBJ2 ?HOLE))
2001-11-30 13:35:04.0
has axiom
(=> 
(and
(hole ?HOLE ?OBJ1)
(hole ?HOLE ?OBJ2))
(exists (?OBJ3)
(and
(properPart ?OBJ3 (MereologicalProductFn ?OBJ1 ?OBJ2))
(hole ?HOLE ?OBJ3))))
2001-11-30 13:35:04.0
has axiom
(=> 
(and
(instance ?HOLE1 Hole)
(properPart ?HOLE2 ?HOLE1))
(exists (?OBJ)
(and
(meetsSpatially ?HOLE1 ?OBJ)
(not
(meetsSpatially ?HOLE2 ?OBJ)))))
2001-11-30 13:35:05.0
has axiom
(=> 
(instance ?HOLE1 Hole)
(exists (?HOLE2)
(properPart ?HOLE2 ?HOLE1)))
2001-11-30 13:35:05.0
is an instance of AsymmetricRelation2001-11-30 13:35:05.0
is an instance of TransitiveRelation2001-11-30 13:35:05.0
propertydocumentation This Predicate holds between an instance of Physical and an instance of Attribute. (property ?THING ?ATTR) means that ?THING has the Attribute ?ATTR. The two subrelations of property are attribute and manner2001-11-30 13:35:05.0
has domain1 Physical2001-11-30 13:35:05.0
has domain2 Attribute2001-11-30 13:35:05.0
is an instance of AsymmetricRelation2001-11-30 13:35:05.0
is an instance of BinaryPredicate2001-11-30 13:35:05.0
PropertyFndocumentation A UnaryFunction that maps an Agent to the Set of Property owned by the Agent2001-11-30 13:35:05.0
has axiom
(<=> 
(instance ?OBJ (PropertyFn ?PERSON))
(possesses ?PERSON ?OBJ))
2001-11-30 13:35:05.0
has axiom
(<=>
(equal (WealthFn ?PERSON) ?AMOUNT)
(monetaryValue (PropertyFn ?PERSON) ?AMOUNT))
2001-11-30 13:35:05.0
has domain1 Agent2001-11-30 13:35:05.0
has range Set2001-11-30 13:35:05.0
is an instance of UnaryFunction2001-11-30 13:35:05.0
Propositiondocumentation Propositions are Abstract entities that express a complete thought or a set of such thoughts. As an example, the formula '(instance Yojo Cat)' expresses the Proposition that the entity named Yojo is an element of the Class of Cats. Note that propositions are not restricted to the content expressed by individual sentences of a Language. They may encompass the content expressed by theories, books, and even whole libraries. It is important to distinguish Propositions from the ContentBearingObjects that express them. A Proposition is a piece of information, e.g. that the cat is on the mat, but a ContentBearingObject is an Object that represents this information. A Proposition is an abstraction that may have multiple representations: strings, sounds, icons, etc. For example, the Proposition that the cat is on the mat is represented here as a string of graphical characters displayed on a monitor and/or printed on paper, but it can be represented by a sequence of sounds or by some non-latin alphabet or by some cryptographic form2001-11-30 13:35:05.0
has axiom
(=>
(instance ?SENTENCE Sentence)
(exists (?PROP)
(and
(instance ?PROP Proposition)
(containsInformation ?SENTENCE ?PROP))))
2001-11-30 13:35:05.0
is a kind of Abstract2001-11-30 13:35:05.0
is second domain of containsInformation2001-11-30 13:35:05.0
is second domain of realization2001-11-30 13:35:05.0
PropositionalAttitudedocumentation The Class of IntentionalRelations where the Agent has awareness of a Proposition2001-11-30 13:35:05.0
is a kind of IntentionalRelation2001-11-30 13:35:05.0
Proteindocumentation A Nutrient made up of amino acids joined by peptide bonds2001-11-30 13:35:05.0
is a kind of Nutrient2001-11-30 13:35:05.0
Protondocumentation Components of the AtomicNucleus. They have a positive charge2001-11-30 13:35:05.0
has axiom
(=>
(instance ?ATOM Atom)
(exists (?PROTON ?ELECTRON)
(and
(component ?PROTON ?ATOM)
(component ?ELECTRON ?ATOM)
(instance ?PROTON Proton)
(instance ?ELECTRON Electron))))
2001-11-30 13:35:05.0
has axiom
(=>
(instance ?NUCLEUS AtomicNucleus)
(exists (?NEUTRON ?PROTON)
(and
(component ?NEUTRON ?NUCLEUS)
(component ?PROTON ?NUCLEUS)
(instance ?NEUTRON Neutron)
(instance ?PROTON Proton))))
2001-11-30 13:35:05.0
is a kind of SubatomicParticle2001-11-30 13:35:05.0
PsychologicalPropertydocumentation Attributes that characterize the mental or behavioral life of an Organism (and perhaps other Agents)2001-11-30 13:35:05.0
is a kind of Attribute2001-11-30 13:35:05.0
Pubescentdocumentation The stage of an Animal when it is developing secondary sex characteristics2001-11-30 13:35:05.0
has successorAttribute Adult2001-11-30 13:35:05.0
is an instance of DevelopmentalProperty2001-11-30 13:35:06.0
PurchaseContractdocumentation A Contract between two Agents in which one Agent agrees to render the other some good or service in exchange for currency2001-11-30 13:35:06.0
is a kind of Contract2001-11-30 13:35:06.0
Pursuingdocumentation The subclass of Searching where the thing sought is an Object. Some examples would be hunting, shopping, trawling, and stalking2001-11-30 13:35:06.0
has axiom
(=>
(and
(instance ?PURSUE Pursuing)
(agent ?PURSUE ?AGENT)
(patient ?PURSUE ?OBJ))
(wants ?AGENT ?OBJ))
2001-11-30 13:35:06.0
is a kind of Searching2001-11-30 13:35:06.0
Puttingdocumentation The Class of Processes where something is put in a location. Note that the location is specified with the CaseRole destination2001-11-30 13:35:06.0
has axiom
(=>
(and
(instance ?PUT Putting)
(destination ?PUT ?PLACE)
(patient ?PUT ?OBJ))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?PUT)) (not (located ?OBJ ?PLACE)))
(holdsDuring (ImmediateFutureFn (WhenFn ?PUT)) (located ?OBJ ?PLACE))))
2001-11-30 13:35:06.0
has axiom
(=>
(instance ?SUB Substituting)
(exists (?PUT ?REMOVE ?OBJ1 ?OBJ2 ?PLACE)
(and
(instance ?PUT Putting)
(instance ?REMOVE Removing)
(subProcess ?PUT ?SUB)
(subProcess ?REMOVE ?SUB)
(patient ?REMOVE ?OBJ1)
(origin ?REMOVE ?PLACE)
(patient ?PUT ?OBJ2)
(destination ?PUT PLACE)
(not (equal ?OBJ1 ?OBJ2)))))
2001-11-30 13:35:06.0
is a kind of Transfer2001-11-30 13:35:06.0
Quantitydocumentation Any specification of how many or how much of something there is. Accordingly, there are two subclasses of Quantity: Number (how many) and PhysicalQuantity (how much)2001-11-30 13:35:06.0
is a kind of Abstract2001-11-30 13:35:06.0
is first domain of AdditionFn2001-11-30 13:35:06.0
is first domain of DivisionFn2001-11-30 13:35:06.0
is first domain of ExponentiationFn2001-11-30 13:35:06.0
is first domain of greaterThan2001-11-30 13:35:06.0
is first domain of greaterThanOrEqualTo2001-11-30 13:35:06.0
is first domain of lessThan2001-11-30 13:35:06.0
is first domain of lessThanOrEqualTo2001-11-30 13:35:06.0
is first domain of MaxFn2001-11-30 13:35:06.0
is first domain of MinFn2001-11-30 13:35:06.0
is first domain of MultiplicationFn2001-11-30 13:35:06.0
is first domain of ReciprocalFn2001-11-30 13:35:06.0
is first domain of RemainderFn2001-11-30 13:35:06.0
is first domain of RoundFn2001-11-30 13:35:06.0
is first domain of SubtractionFn2001-11-30 13:35:06.0
is second domain of AdditionFn2001-11-30 13:35:06.0
is second domain of DivisionFn2001-11-30 13:35:06.0
is second domain of greaterThan2001-11-30 13:35:06.0
is second domain of greaterThanOrEqualTo2001-11-30 13:35:06.0
is second domain of lessThan2001-11-30 13:35:06.0
is second domain of lessThanOrEqualTo2001-11-30 13:35:06.0
is second domain of MaxFn2001-11-30 13:35:06.0
is second domain of MinFn2001-11-30 13:35:06.0
is second domain of MultiplicationFn2001-11-30 13:35:06.0
is second domain of RemainderFn2001-11-30 13:35:06.0
is second domain of SubtractionFn2001-11-30 13:35:06.0
Quartdocumentation English unit of volume equal to 1/4 of a UnitedStatesGallon2001-11-30 13:35:06.0
has axiom
(equal
(MeasureFn ?NUMBER Pint)
(MeasureFn (DivisionFn ?NUMBER 2) Quart))
2001-11-30 13:35:06.0
has axiom
(equal
(MeasureFn ?NUMBER Quart)
(MeasureFn (DivisionFn ?NUMBER 4) UnitedStatesGallon))
2001-11-30 13:35:06.0
is an instance of UnitOfMeasure2001-11-30 13:35:06.0
is an instance of VolumeMeasure2001-11-30 13:35:06.0
QuaternaryFunctionhas axiom
(<=>
(and
(holds ?REL ?INST1 ?INST2 ?INST3 ?INST4 ?INST5)
(instance ?REL QuaternaryFunction))
(equal (AssignmentFn ?REL ?INST1 ?INST2 ?INST3 ?INST4) ?INST5))
2001-11-30 13:35:06.0
QuaternaryPredicatedocumentation The Class of Predicates that require four arguments2001-11-30 13:35:06.0
has axiom
(=>
(instance ?REL QuaternaryPredicate)
(valence ?REL 4))
2001-11-30 13:35:06.0
is a kind of Predicate2001-11-30 13:35:07.0
is a kind of QuaternaryRelation2001-11-30 13:35:07.0
QuaternaryRelationdocumentation QuaternaryRelations relate four items. The two subclasses of QuaternaryRelation are QuaternaryPredicate and TernaryFunction2001-11-30 13:35:07.0
is a kind of Relation2001-11-30 13:35:07.0
Questiondocumentation The class of Sentences that ask a Question2001-11-30 13:35:07.0
is a kind of Sentence2001-11-30 13:35:07.0
Questioningdocumentation A request for information2001-11-30 13:35:07.0
is a kind of Directing2001-11-30 13:35:07.0
QuintaryPredicatedocumentation The Class of Predicates that require five arguments2001-11-30 13:35:07.0
has axiom
(=>
(instance ?REL QuintaryPredicate)
(valence ?REL 5))
2001-11-30 13:35:07.0
is a kind of Predicate2001-11-30 13:35:07.0
is a kind of QuintaryRelation2001-11-30 13:35:07.0
QuintaryRelationdocumentation QuintaryRelations relate five items. The two subclasses of QuintaryRelation are QuintaryPredicate and QuaternaryFunction2001-11-30 13:35:07.0
is a kind of Relation2001-11-30 13:35:07.0
Radiandocumentation SI PlaneAngleMeasure. Symbol: rad. It is the angle of a circle subtended by an arc equal in length to the circle's radius. Another definition is: the plane angle between two radii of a circle which cut off on the circumference an arc equal in length to the radius. Radian = m/m = 12001-11-30 13:35:07.0
has axiom
(equal
(MeasureFn ?NUMBER AngularDegree)
(MeasureFn (MultiplicationFn ?NUMBER (DivisionFn Pi 180)) Radian))
2001-11-30 13:35:07.0
is an instance of PlaneAngleMeasure2001-11-30 13:35:07.0
is an instance of SystemeInternationalUnit2001-11-30 13:35:07.0
rangedocumentation Gives the range of a function. In other words, (range ?FUNCTION ?CLASS) means that all of the values assigned by ?FUNCTION are instances of ?CLASS2001-11-30 13:35:07.0
has axiom
(=>
(instance ?FUNCTION UnaryConstantFunctionQuantity)
(and
(domain ?FUNCTION 1 ConstantQuantity)
(range ?FUNCTION ConstantQuantity)))
2001-11-30 13:35:07.0
has domain1 Function2001-11-30 13:35:07.0
has domain2 Class2001-11-30 13:35:07.0
is an instance of AsymmetricRelation2001-11-30 13:35:07.0
is an instance of BinaryPredicate2001-11-30 13:35:07.0
RangeFndocumentation The range of a BinaryRelation ?REL is the Class of all things such that something bears ?REL to them2001-11-30 13:35:07.0
has axiom
(<=> 
(instance ?INST1 (RangeFn ?REL))
(exists (?INST2)
(holds ?REL ?INST2 ?INST1)))
2001-11-30 13:35:07.0
has axiom
(=> 
(instance ?SEQ SequenceFunction)
(subclass (RangeFn ?SEQ) Integer))
2001-11-30 13:35:07.0
has domain1 BinaryRelation2001-11-30 13:35:07.0
has range Class2001-11-30 13:35:07.0
is an instance of UnaryFunction2001-11-30 13:35:08.0
rangeSubclassdocumentation (rangeSubclass ?FUNCTION ?CLASS) means that all of the values assigned by ?FUNCTION are subclasses of ?CLASS2001-11-30 13:35:08.0
has domain1 Function2001-11-30 13:35:08.0
has domain2 Class2001-11-30 13:35:08.0
is an instance of AsymmetricRelation2001-11-30 13:35:08.0
is an instance of BinaryPredicate2001-11-30 13:35:08.0
Rankinedocumentation A ThermodynamicTemperatureMeasure. Note that 0 degrees Rankine is the same as the absolute zero (i.e. 0 degrees Kelvin)2001-11-30 13:35:08.0
has axiom
(equal
(MeasureFn ?NUMBER Rankine)
(MeasureFn (MultiplicationFn ?NUMBER 1.8) Kelvin))
2001-11-30 13:35:08.0
is an instance of ThermodynamicTemperatureMeasure2001-11-30 13:35:08.0
is an instance of UnitOfMeasure2001-11-30 13:35:08.0
RationalNumberdocumentation Any RealNumber that is the product of dividing two Integers2001-11-30 13:35:08.0
has axiom
(=>
(instance ?NUMBER RationalNumber)
(exists (?INT1 ?INT2)
(and
(instance ?INT1 Integer)
(instance ?INT2 Integer)
(equal ?NUMBER (DivisionFn ?INT1 ?INT2)))))
2001-11-30 13:35:08.0
is a kind of RealNumber2001-11-30 13:35:08.0
RationalNumberFndocumentation (RationalNumberFn ?NUMBER) returns the rational representation of ?NUMBER2001-11-30 13:35:08.0
has domain1 Number2001-11-30 13:35:08.0
has range RationalNumber2001-11-30 13:35:08.0
is an instance of UnaryFunction2001-11-30 13:35:08.0
realizationdocumentation A subrelation of represents. (realization ?PROCESS ?PROP) means that ?PROCESS is a Process which expresses the content of ?PROP. Examples include a particular musical performance, which realizes the content of a musical score, or the reading of a poem2001-11-30 13:35:08.0
has axiom
(=>
(realization ?PROCESS ?PROP)
(exists (?OBJ)
(and
(instance ?OBJ ContentBearingObject)
(containsInformation ?OBJ ?PROP))))
2001-11-30 13:35:08.0
has domain1 Process2001-11-30 13:35:08.0
has domain2 Proposition2001-11-30 13:35:08.0
has relatedInternalConcept containsInformation2001-11-30 13:35:08.0
has relatedInternalConcept equivalentContentInstance2001-11-30 13:35:08.0
is an instance of AsymmetricRelation2001-11-30 13:35:08.0
RealNumberdocumentation Any Number that can be expressed as a (possibly infinite) decimal, i.e. any Number that has a position on the number line2001-11-30 13:35:08.0
has axiom
(=>
(and
(instance ?FUNCTION RelationExtendedToQuantities)
(instance ?FUNCTION BinaryFunction)
(instance ?NUMBER1 RealNumber)
(instance ?NUMBER2 RealNumber)
(equal (AssignmentFn ?FUNCTION ?NUMBER1 ?NUMBER2) ?VALUE))
(forall (?UNIT)
(=>
(instance ?UNIT UnitOfMeasure)
(equal (AssignmentFn ?FUNCTION
(MeasureFn ?NUMBER1 ?UNIT)
(MeasureFn ?NUMBER2 ?UNIT))
(MeasureFn ?VALUE ?UNIT)))))
2001-11-30 13:35:08.0
has axiom
(=>
(and
(instance ?REL RelationExtendedToQuantities)
(instance ?REL BinaryRelation)
(instance ?NUMBER1 RealNumber)
(instance ?NUMBER2 RealNumber)
(holds ?REL ?NUMBER1 ?NUMBER2))
(forall (?UNIT)
(=>
(instance ?UNIT UnitOfMeasure)
(holds ?REL (MeasureFn ?NUMBER1 ?UNIT) (MeasureFn ?NUMBER2 ?UNIT)))))
2001-11-30 13:35:08.0
has axiom
(=>
(instance ?NUMBER ImaginaryNumber)
(instance ?NUMBER (RelativeComplementFn Number RealNumber)))
2001-11-30 13:35:08.0
is a kind of Number2001-11-30 13:35:09.0
is first domain of AbsoluteValueFn2001-11-30 13:35:08.0
is first domain of ArcCosineFn2001-11-30 13:35:08.0
is first domain of ArcSineFn2001-11-30 13:35:08.0
is first domain of ArcTangentFn2001-11-30 13:35:08.0
is first domain of CeilingFn2001-11-30 13:35:08.0
is first domain of DenominatorFn2001-11-30 13:35:08.0
is first domain of FloorFn2001-11-30 13:35:08.0
is first domain of IntegerSquareRootFn2001-11-30 13:35:08.0
is first domain of LogFn2001-11-30 13:35:08.0
is first domain of MeasureFn2001-11-30 13:35:08.0
is first domain of NumeratorFn2001-11-30 13:35:08.0
is first domain of SignumFn2001-11-30 13:35:08.0
is first domain of SquareRootFn2001-11-30 13:35:08.0
is partitioned into NegativeRealNumber, NonnegativeRealNumber2001-11-30 13:35:08.0
RealNumberFndocumentation (RealNumberFn ?NUMBER) returns the part of ?NUMBER that is a RealNumber2001-11-30 13:35:09.0
has axiom
(=>
(instance ?NUMBER ComplexNumber)
(exists (?PART1 ?PART2)
(and
(equal ?PART1 (RealNumberFn ?NUMBER))
(equal ?PART2 (ImaginaryPartFn ?NUMBER)))))
2001-11-30 13:35:09.0
has domain1 Number2001-11-30 13:35:09.0
has range RealNumber2001-11-30 13:35:09.0
is an instance of UnaryFunction2001-11-30 13:35:09.0
ReciprocalFndocumentation (ReciprocalFn ?NUMBER) is the reciprocal element of ?NUMBER with respect to the multiplication operator (MultiplicationFn), i.e. 1/?NUMBER. Not all numbers have a reciprocal element. For example the number 0 does not. If a number ?NUMBER has a reciprocal ?RECIP, then the product of ?NUMBER and ?RECIP will be 1, e.g. 3*1/3 = 1. The reciprocal of an element is equal to applying the ExponentiationFn function to the element to the power -12001-11-30 13:35:09.0
has axiom
(equal (ReciprocalFn ?NUMBER)
(ExponentiationFn ?NUMBER -1))
2001-11-30 13:35:09.0
has axiom
(equal 1 (MultiplicationFn ?NUMBER (ReciprocalFn ?NUMBER)))
2001-11-30 13:35:09.0
has domain1 Quantity2001-11-30 13:35:09.0
has range Quantity2001-11-30 13:35:09.0
is an instance of RelationExtendedToQuantities2001-11-30 13:35:09.0
is an instance of UnaryFunction2001-11-30 13:35:09.0
RecreationalProcessdocumentation A Process that is carried out for the purpose of recreation2001-11-30 13:35:09.0
is a kind of IntentionalProcess2001-11-30 13:35:09.0
Reddocumentation The Attribute of redness2001-11-30 13:35:09.0
has contraryProperty Blue2001-11-30 13:35:09.0
has contraryProperty Yellow2001-11-30 13:35:09.0
is an instance of PrimaryColor2001-11-30 13:35:09.0
refersdocumentation (refers ?OBJ1 ?OBJ2) means that ?OBJ1 mentions or includes a reference to ?OBJ2. Note that refers is more general in meaning than represents, because presumably something can represent something else only if it refers to this other thing. For example, an article whose topic is a recent change in the price of oil may refer to many other things, e.g. the general state of the economy, the weather in California, the prospect of global warming, the options for alternative energy sources, the stock prices of various oil companies, etc2001-11-30 13:35:09.0
has domain1 Physical2001-11-30 13:35:09.0
has domain2 Entity2001-11-30 13:35:09.0
is an instance of BinaryPredicate2001-11-30 13:35:09.0
reflexiveOndocumentation A BinaryRelation is reflexive on a Class only if every instance of the Class bears the relation to itself2001-11-30 13:35:09.0
has axiom
(=> 
(partialOrderingOn ?RELATION ?CLASS)
(and
(reflexiveOn ?RELATION ?CLASS)
(instance ?RELATION TransitiveRelation)
(instance ?RELATION AntisymmetricRelation)))
2001-11-30 13:35:09.0
has axiom
(=> 
(reflexiveOn ?RELATION ?CLASS)
(forall (?INST)
(=>
(instance ?INST ?CLASS)
(holds ?RELATION ?INST ?INST))))
2001-11-30 13:35:09.0
has axiom
(=>
(equivalenceRelationOn ?RELATION ?CLASS)
(and
(instance ?RELATION TransitiveRelation)
(instance ?RELATION SymmetricRelation)
(reflexiveOn ?RELATION ?CLASS)))
2001-11-30 13:35:09.0
has domain1 BinaryRelation2001-11-30 13:35:09.0
has domain2 Class2001-11-30 13:35:09.0
is an instance of AsymmetricRelation2001-11-30 13:35:10.0
is an instance of BinaryPredicate2001-11-30 13:35:10.0
ReflexiveRelationdocumentation Relation ?REL is reflexive if (?REL ?INST ?INST) for all ?INST2001-11-30 13:35:10.0
has axiom
(=>
(instance ?REL ReflexiveRelation)
(forall (?INST)
(holds ?REL ?INST ?INST)))
2001-11-30 13:35:10.0
is a kind of BinaryRelation2001-11-30 13:35:10.0
Regiondocumentation A topographic location. Regions encompass surfaces of Objects and GeographicAreas. Note that a Region is the only kind of Object which can be located at itself2001-11-30 13:35:10.0
is a kind of SelfConnectedObject2001-11-30 13:35:10.0
is second domain of partlyLocated2001-11-30 13:35:10.0
is second domain of path2001-11-30 13:35:10.0
RegulatoryProcessdocumentation an OrganizationalProcess related to the creation or enforcement of rules or regulations2001-11-30 13:35:10.0
is a kind of OrganizationalProcess2001-11-30 13:35:10.0
relatedExternalConceptdocumentation Used to signify a three-place relation between a concept in an external knowledge source, a concept in the SUMO, and the name of the other knowledge source2001-11-30 13:35:10.0
has domain1 Entity2001-11-30 13:35:10.0
has domain2 SymbolicString2001-11-30 13:35:10.0
has domain3 Language2001-11-30 13:35:10.0
has relatedInternalConcept relatedInternalConcept2001-11-30 13:35:10.0
is an instance of TernaryPredicate2001-11-30 13:35:10.0
relatedInternalConceptdocumentation Means that the two arguments are related concepts within the SUMO, i.e. there is a significant similarity of meaning between them. To indicate a meaning relation between a SUMO concept and a concept from another source, use the Predicate relatedExternalConcept2001-11-30 13:35:10.0
has domain1 Entity2001-11-30 13:35:10.0
has domain2 Entity2001-11-30 13:35:10.0
is an instance of BinaryPredicate2001-11-30 13:35:10.0
is an instance of EquivalenceRelation2001-11-30 13:35:10.0
Relationdocumentation A Class of ordered tuples2001-11-30 13:35:10.0
is a kind of Class2001-11-30 13:35:10.0
is 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
RelationExtendedToQuantitiesdocumentation A RelationExtendedToQuantities is a Relation that, when it is true on a sequence of arguments that are RealNumbers, it is also true on a sequence of ConstantQuantites with those magnitudes in some unit of measure. For example, the lessThan relation is extended to quantities. This means that for all pairs of quantities ?QUANTITY1 and ?QUANTITY2, (lessThan ?QUANTITY1 ?QUANTITY2) if and only if, for some ?NUMBER1, ?NUMBER2, and ?UNIT, ?QUANTITY1 = (MeasureFn ?NUMBER1 ?UNIT), ?QUANTITY2 = (MeasureFn ?NUMBER2 ?UNIT), and (lessThan ?NUMBER1 ?NUMBER2), for all units ?UNIT on which ?QUANTITY1 and ?QUANTITY2 can be measured. Note that, when a RelationExtendedToQuantities is extended from RealNumbers to ConstantQuantities, the ConstantQuantities must be measured along the same physical dimension2001-11-30 13:35:10.0
has axiom
(=>
(and
(instance ?FUNCTION RelationExtendedToQuantities)
(instance ?FUNCTION BinaryFunction)
(instance ?NUMBER1 RealNumber)
(instance ?NUMBER2 RealNumber)
(equal (AssignmentFn ?FUNCTION ?NUMBER1 ?NUMBER2) ?VALUE))
(forall (?UNIT)
(=>
(instance ?UNIT UnitOfMeasure)
(equal (AssignmentFn ?FUNCTION
(MeasureFn ?NUMBER1 ?UNIT)
(MeasureFn ?NUMBER2 ?UNIT))
(MeasureFn ?VALUE ?UNIT)))))
2001-11-30 13:35:10.0
has axiom
(=>
(and
(instance ?REL RelationExtendedToQuantities)
(instance ?REL BinaryRelation)
(instance ?NUMBER1 RealNumber)
(instance ?NUMBER2 RealNumber)
(holds ?REL ?NUMBER1 ?NUMBER2))
(forall (?UNIT)
(=>
(instance ?UNIT UnitOfMeasure)
(holds ?REL (MeasureFn ?NUMBER1 ?UNIT) (MeasureFn ?NUMBER2 ?UNIT)))))
2001-11-30 13:35:10.0
is a kind of Relation2001-11-30 13:35:10.0
RelativeComplementFndocumentation A BinaryFunction that maps two Classes to the difference between these Classes. More precisely, the relative complement of one class C1 relative to another C2 consists of the instances of C1 that are instances of the ComplementFn of C22001-11-30 13:35:10.0
has axiom
(=>
(instance ?NUMBER ImaginaryNumber)
(instance ?NUMBER (RelativeComplementFn Number RealNumber)))
2001-11-30 13:35:11.0
has axiom
(equal (RelativeComplementFn ?CLASS1 ?CLASS2)
(IntersectionFn ?CLASS1 (ComplementFn ?CLASS2)))
2001-11-30 13:35:11.0
has domain1 Class2001-11-30 13:35:11.0
has domain2 Class2001-11-30 13:35:11.0
has range Class2001-11-30 13:35:11.0
is an instance of BinaryFunction2001-11-30 13:35:11.0
ReligiousOrganizationdocumentation An Organization whose members share a set of religious beliefs2001-11-30 13:35:11.0
has axiom
(=> 
(instance ?ORG ReligiousOrganization)
(exists (?PROP)
(forall (?PERSON)
(=>
(member ?PERSON ?ORG)
(believes ?PERSON ?PROP)))))
2001-11-30 13:35:11.0
has axiom
(=>
(and
(instance ?ACT ReligiousProcess)
(agent ?ACT ?AGENT))
(or
(instance ?AGENT ReligiousOrganization)
(exists (?ORG)
(and
(member ?AGENT ?ORG)
(instance ?ORG ReligiousOrganization)))))
2001-11-30 13:35:11.0
is a kind of Organization2001-11-30 13:35:11.0
ReligiousProcessdocumentation An IntentionalProcess that is carried out within or by a ReligiousOrganization2001-11-30 13:35:11.0
has axiom
(=>
(and
(instance ?ACT ReligiousProcess)
(agent ?ACT ?AGENT))
(or
(instance ?AGENT ReligiousOrganization)
(exists (?ORG)
(and
(member ?AGENT ?ORG)
(instance ?ORG ReligiousOrganization)))))
2001-11-30 13:35:11.0
is a kind of IntentionalProcess2001-11-30 13:35:11.0
RemainderFndocumentation (RemainderFn ?NUMBER ?DIVISOR) is the remainder of the number ?NUMBER divided by the number ?DIVISOR. The result has the same sign as ?DIVISOR2001-11-30 13:35:11.0
has axiom
(<=>
(equal (RemainderFn ?NUMBER1 ?NUMBER2) ?NUMBER)
(equal (AdditionFn (MultiplicationFn (FloorFn (DivisionFn ?NUMBER1 ?NUMBER2)) ?NUMBER2) ?NUMBER) ?NUMBER1))
2001-11-30 13:35:11.0
has axiom
(=>
(instance ?NUMBER EvenInteger)
(equal (RemainderFn ?NUMBER 2) 0))
2001-11-30 13:35:11.0
has axiom
(=>
(instance ?NUMBER OddInteger)
(equal (RemainderFn ?NUMBER 2) 1))
2001-11-30 13:35:11.0
has axiom
(=>
(equal (RemainderFn ?NUMBER1 ?NUMBER2) ?NUMBER)
(equal (SignumFn ?NUMBER2) (SignumFn ?NUMBER)))
2001-11-30 13:35:11.0
has axiom
(=>
(instance ?PRIME PrimeNumber)
(forall (?NUMBER)
(=>
(equal (RemainderFn ?PRIME ?NUMBER) 0)
(or
(equal ?NUMBER 1)
(equal ?NUMBER ?PRIME)))))
2001-11-30 13:35:11.0
has domain1 Quantity2001-11-30 13:35:11.0
has domain2 Quantity2001-11-30 13:35:11.0
has range Quantity2001-11-30 13:35:11.0
is an instance of BinaryFunction2001-11-30 13:35:11.0
is an instance of RelationExtendedToQuantities2001-11-30 13:35:11.0
Removingdocumentation The Class of Processes where something is taken away from a location. Note that the thing removed and the location are specified with the CaseRoles patient and origin, respectively2001-11-30 13:35:11.0
has axiom
(=>
(and
(instance ?REMOVE Removing)
(origin ?REMOVE ?PLACE)
(patient ?REMOVE ?OBJ))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?REMOVE)) (located ?OBJ ?PLACE))
(holdsDuring (ImmediateFutureFn (WhenFn ?REMOVE)) (not (located ?OBJ ?PLACE)))))
2001-11-30 13:35:11.0
has axiom
(=>
(instance ?SUB Substituting)
(exists (?PUT ?REMOVE ?OBJ1 ?OBJ2 ?PLACE)
(and
(instance ?PUT Putting)
(instance ?REMOVE Removing)
(subProcess ?PUT ?SUB)
(subProcess ?REMOVE ?SUB)
(patient ?REMOVE ?OBJ1)
(origin ?REMOVE ?PLACE)
(patient ?PUT ?OBJ2)
(destination ?PUT PLACE)
(not (equal ?OBJ1 ?OBJ2)))))
2001-11-30 13:35:11.0
is a kind of Transfer2001-11-30 13:35:11.0
Repairingdocumentation The Class of Processes where the agent makes a modification or series of modifications to an Object that is not functioning as intended so that it works properly2001-11-30 13:35:11.0
has relatedInternalConcept Maintaining2001-11-30 13:35:11.0
is a kind of IntentionalProcess2001-11-30 13:35:11.0
Replicationdocumentation The Process of biological reproduction. This can be either a sexual or an asexual process2001-11-30 13:35:11.0
has axiom
(=>
(and
(instance ?VIRUS Virus)
(instance ?PROC Replication)
(effector ?PROC ?VIRUS))
(exists (?CELL)
(and
(located ?PROC ?CELL)
(instance ?CELL Cell))))
2001-11-30 13:35:11.0
is a kind of PhysiologicProcess2001-11-30 13:35:11.0
representsdocumentation A very general semiotics Predicate. (represents ?THING ?ENTITY) means that ?THING in some way expresses, connotes, pictures, describes, etc. ?ENTITY. The Predicates containsInformation and realization are subrelations of represents. Note that represents is a subrelation of refers, since something can represent something else only if it refers to this other thing2001-11-30 13:35:11.0
has axiom
(=>
(represents ?REP ?ENTITY)
(exists (?LANGUAGE)
(representsInLanguage ?REP ?ENTITY ?LANGUAGE)))
2001-11-30 13:35:11.0
has domain1 Physical2001-11-30 13:35:11.0
has domain2 Entity2001-11-30 13:35:11.0
is an instance of BinaryPredicate2001-11-30 13:35:12.0
representsForAgentdocumentation A very general predicate. (representsForAgent ?THING ?ENTITY ?AGENT) means that the ?AGENT chooses to use the instance of Physical ?THING to 'stand for' ?ENTITY2001-11-30 13:35:12.0
has axiom
(=>
(representsInLanguage ?REP ?ENTITY ?LANGUAGE)
(exists (?AGENT)
(representsForAgent ?REP ?ENTITY ?AGENT)))
2001-11-30 13:35:12.0
has domain1 Physical2001-11-30 13:35:12.0
has domain2 Entity2001-11-30 13:35:12.0
has domain3 Agent2001-11-30 13:35:12.0
is an instance of TernaryPredicate2001-11-30 13:35:12.0
representsInLanguagedocumentation A very general predicate. (representsInLanguage ?THING ?ENTITY ?LANGUAGE) means that the instance of Physical ?THING stands for ?ENTITY in the language ?LANGUAGE2001-11-30 13:35:12.0
has axiom
(<=> 
(sentenceOfLanguage ?SENT ?LANGUAGE)
(exists (?PROP)
(representsInLanguage ?SENT ?PROP ?LANGUAGE)))
2001-11-30 13:35:12.0
has axiom
(=>
(represents ?REP ?ENTITY)
(exists (?LANGUAGE)
(representsInLanguage ?REP ?ENTITY ?LANGUAGE)))
2001-11-30 13:35:12.0
has axiom
(=>
(representsInLanguage ?REP ?ENTITY ?LANGUAGE)
(exists (?AGENT)
(representsForAgent ?REP ?ENTITY ?AGENT)))
2001-11-30 13:35:12.0
has domain1 Physical2001-11-30 13:35:12.0
has domain2 Entity2001-11-30 13:35:12.0
has domain3 Language2001-11-30 13:35:12.0
is an instance of TernaryPredicate2001-11-30 13:35:12.0
Reptiledocumentation A ColdBloodedVertebrate having an external covering of scales or horny plates. Reptiles breathe by means of Lungs and generally lay eggs2001-11-30 13:35:12.0
is a kind of ColdBloodedVertebrate2001-11-30 13:35:12.0
Requestingdocumentation A request expresses a desire by the agent of the request that the destination of the request perform some future action2001-11-30 13:35:12.0
is a kind of Directing2001-11-30 13:35:12.0
resourcedocumentation (resource ?PROCESS ?RESOURCE) means that ?RESOURCE is present at the beginning of ?PROCESS, is used by ?PROCESS, and as a consequence is changed by ?PROCESS. For example, soap is a resource in the following proposition: the gun was carved out of soap. Note that resource differs from instrument, another subrelation of patient, in that it is structurally altered in some way by the Process2001-11-30 13:35:12.0
has axiom
(<=>
(resource ?PROC ?OBJ)
(not
(instrument ?PROC ?OBJ)))
2001-11-30 13:35:12.0
has axiom
(=>
(and
(resource ?PROC ?OBJ)
(holdsDuring (ImmediatePastFn (WhenFn ?PROC)) (measure ?OBJ ?QUANT1))
(holdsDuring (ImmediateFutureFn (WhenFn ?PROC)) (measure ?OBJ ?QUANT2)))
(greaterThan ?QUANT1 ?QUANT2))
2001-11-30 13:35:12.0
has axiom
(=>
(exploits ?OBJ ?AGENT)
(exists (?PROCESS)
(and
(agent ?PROCESS ?AGENT)
(resource ?PROCESS ?OBJ))))
2001-11-30 13:35:12.0
has domain1 Process2001-11-30 13:35:12.0
has domain2 Object2001-11-30 13:35:12.0
resultdocumentation (result ?ACTION ?OUTPUT) means that ?OUTPUT is a product of ?ACTION. For example, house is a result in the following proposition: Eric built a house2001-11-30 13:35:12.0
has axiom
(<=>
(exists (?BUILD)
(and
(instance ?BUILD Constructing)
(result ?BUILD ?ARTIFACT)))
(instance ?ARTIFACT StationaryArtifact))
2001-11-30 13:35:12.0
has axiom
(=>
(instance ?PLANT Plant)
(exists (?COLOR ?PROC)
(and
(part ?COLOR ?PLANT)
(instance ?COLOR Pigment)
(result ?COLOR ?PROC)
(instance ?PROC Photosynthesis))))
2001-11-30 13:35:12.0
has axiom
(=>
(authors ?AGENT ?TEXT)
(exists (?PROCESS)
(and
(agent ?PROCESS ?AGENT)
(result ?PROCESS ?TEXT))))
2001-11-30 13:35:12.0
has axiom
(=>
(and
(instance ?PLAN Plan)
(instance ?OBJ ContentBearingObject)
(containsInformation ?OBJ ?PLAN))
(exists (?PLANNING)
(and
(instance ?PLANNING Planning)
(result ?PLANNING ?OBJ))))
2001-11-30 13:35:12.0
has axiom
(=>
(instance ?ACTION Creation)
(exists (?RESULT)
(result ?ACTION ?RESULT)))
2001-11-30 13:35:12.0
has axiom
(=>
(instance ?ARTIFACT Artifact)
(exists (?PROCESS)
(and
(instance ?PROCESS Process)
(result ?PROCESS ?ARTIFACT))))
2001-11-30 13:35:12.0
has axiom
(=>
(instance ?MAKE Making)
(exists (?ARTIFACT)
(and
(instance ?ARTIFACT Artifact)
(result ?MAKE ?ARTIFACT))))
2001-11-30 13:35:12.0
has axiom
(=>
(result ?PROC ?OBJ)
(forall (?TIME)
(=>
(before ?TIME (BeginFn (WhenFn ?PROC)))
(not
(existant ?OBJ ?TIME)))))
2001-11-30 13:35:12.0
has domain1 Process2001-11-30 13:35:12.0
has domain2 Object2001-11-30 13:35:12.0
Revealingdocumentation The Class of Processes where something is moved into view2001-11-30 13:35:12.0
is a kind of IntentionalProcess2001-11-30 13:35:12.0
is disjoint from Concealing2001-11-30 13:35:12.0
rightdocumentation This is a cognitive primitive, derived from the left/right schema. (right ?OBJ1 ?OBJ2) means that ?OBJ1 is to the right ?OBJ22001-11-30 13:35:12.0
has inverse left2001-11-30 13:35:12.0
is an instance of AsymmetricRelation2001-11-30 13:35:13.0
is an instance of TransitiveRelation2001-11-30 13:35:13.0
Rigiddocumentation The shape of an Object with this Attribute cannot be easily altered2001-11-30 13:35:13.0
has contraryProperty Pliable2001-11-30 13:35:13.0
is an instance of ShapeProperty2001-11-30 13:35:13.0
Roughdocumentation An Object with this Attribute has a rough surface2001-11-30 13:35:13.0
is an instance of TextureProperty2001-11-30 13:35:13.0
RoundFndocumentation (RoundFn ?NUMBER) is the Integer closest to ?NUMBER on the number line. If ?NUMBER is halfway between two Integers (for example 3.5), it denotes the larger Integer2001-11-30 13:35:13.0
has axiom
(=>
(equal (RoundFn ?NUMBER1) ?NUMBER2)
(or
(=>
(lessThan (SubtractionFn ?NUMBER1 (FloorFn ?NUMBER1)) .5)
(equal ?NUMBER2 (FloorFn ?NUMBER1)))
(=>
(greaterThanOrEqualTo (SubtractionFn ?NUMBER1 (FloorFn ?NUMBER1)) .5)
(equal ?NUMBER2 (CeilingFn ?NUMBER1)))))
2001-11-30 13:35:13.0
has domain1 Quantity2001-11-30 13:35:13.0
has range Quantity2001-11-30 13:35:13.0
is an instance of RelationExtendedToQuantities2001-11-30 13:35:13.0
is an instance of UnaryFunction2001-11-30 13:35:13.0
SaturationPropertydocumentation A Class of Attributes that specify, in qualitative terms, the amount of Water in a particular Object2001-11-30 13:35:13.0
is a kind of Attribute2001-11-30 13:35:13.0
Searchingdocumentation Any Process where the aim is to find something, whether it be information (i.e. a Proposition) or an Object2001-11-30 13:35:13.0
has axiom
(=>
(and
(instance ?SEARCH Searching)
(agent ?SEARCH ?AGENT)
(patient ?SEARCH ?ENTITY))
(inScopeOfInterest ?AGENT ?ENTITY))
2001-11-30 13:35:13.0
is a kind of IntentionalProcess2001-11-30 13:35:13.0
Seconddocumentation The Class of all clock Seconds2001-11-30 13:35:13.0
has axiom
(=>
(instance (SecondFn ?NUMBER ?MINUTE) Second)
(lessThan ?NUMBER 60))
2001-11-30 13:35:13.0
has axiom
(=>
(instance ?SECOND Second)
(duration ?SECOND SecondDuration))
2001-11-30 13:35:13.0
has axiom
(equal
(MeasureFn ?NUMBER NanoSecond)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E-9) Second))
2001-11-30 13:35:13.0
has relatedInternalConcept SecondDuration2001-11-30 13:35:13.0
has relatedInternalConcept SecondFn2001-11-30 13:35:13.0
is a kind of TimeInterval2001-11-30 13:35:13.0
SecondDurationdocumentation SI TimeDuration. Symbol: s. It is one of the base units in SI, and it is currently defined as follows: the SecondDuration is the duration of 9192631770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the cesium 133 atom2001-11-30 13:35:13.0
has axiom
(=>
(instance ?SECOND Second)
(duration ?SECOND SecondDuration))
2001-11-30 13:35:13.0
has axiom
(equal
(MeasureFn ?NUMBER PicoSecond)
(MeasureFn (MultiplicationFn ?NUMBER 1.0E-12) SecondDuration))
2001-11-30 13:35:13.0
has axiom
(equal
(MeasureFn ?NUMBER MinuteDuration)
(MeasureFn (MultiplicationFn ?NUMBER 60) SecondDuration))
2001-11-30 13:35:13.0
is an instance of SystemeInternationalUnit2001-11-30 13:35:13.0
is an instance of TimeDuration2001-11-30 13:35:13.0
is first domain of CoulombFn2001-11-30 13:35:13.0
SecondFndocumentation A BinaryFunction that maps a number and a Minute to the corresponding Second of the Minute. For example, (SecondFn 9 (MinuteFn 15 (HourFn 14 (DayFn 18 (MonthFn 8 (YearFn 1912)))))) denotes 9 seconds and 15 minutes after 2 PM on the 18th day of August 19122001-11-30 13:35:13.0
has axiom
(=>
(instance (SecondFn ?NUMBER ?MINUTE) Second)
(lessThan ?NUMBER 60))
2001-11-30 13:35:13.0
has domain1 PositiveRealNumber2001-11-30 13:35:13.0
has domain2 Minute2001-11-30 13:35:13.0
has range Second2001-11-30 13:35:14.0
is an instance of BinaryFunction2001-11-30 13:35:14.0
is an instance of TemporalRelation2001-11-30 13:35:14.0
Securingdocumentation The Class of Keeping Processes where the patient is secured in some manner, e.g. by locking it up in a strongbox2001-11-30 13:35:14.0
is a kind of Keeping2001-11-30 13:35:14.0
Seeingdocumentation The subclass of Perception in which the sensing is done by an ocular Organ2001-11-30 13:35:14.0
is a kind of Perception2001-11-30 13:35:14.0
Selectingdocumentation The Class of MentalProcesses which involve opting for one or more Entity out of a larger set of Entities2001-11-30 13:35:14.0
is a kind of MentalProcess2001-11-30 13:35:14.0
SelfConnectedObjectdocumentation A SelfConnectedObject is any Object that does not consist of two or more disconnected parts2001-11-30 13:35:14.0
has axiom
(<=> 
(instance ?OBJ SelfConnectedObject)
(forall (?PART1 ?PART2)
(=>
(equal ?OBJ (MereologicalSumFn ?PART1 ?PART2))
(connected ?PART1 ?PART2))))
2001-11-30 13:35:14.0
has axiom
(=> 
(instance ?HOLE Hole)
(exists (?OBJ)
(and
(hole ?HOLE ?OBJ)
(instance ?OBJ SelfConnectedObject))))
2001-11-30 13:35:14.0
has axiom
(=> 
(instance ?HOLE Hole)
(instance ?HOLE SelfConnectedObject))
2001-11-30 13:35:14.0
has axiom
(=> 
(surface ?OBJ1 ?OBJ2)
(and
(instance ?OBJ1 SelfConnectedObject)
(forall (?OBJ3)
(=>
(superficialPart ?OBJ3 ?OBJ2)
(part ?OBJ3 ?OBJ1)))))
2001-11-30 13:35:14.0
has axiom
(=> 
(instance ?OBJ SelfConnectedObject)
(exists (?PART)
(part ?PART ?OBJ)))
2001-11-30 13:35:14.0
has axiom
(=>
(equal ?OBJ1 (PrincipalHostFn ?HOLE))
(forall (?OBJ2)
(<=>
(overlapsSpatially ?OBJ2 ?OBJ1)
(exists (?OBJ3)
(and
(hole ?HOLE ?OBJ3)
(instance ?OBJ3 SelfConnectedObject)
(overlapsSpatially ?OBJ2 ?OBJ3))))))
2001-11-30 13:35:14.0
is a kind of Object2001-11-30 13:35:14.0
is first domain of member2001-11-30 13:35:14.0
is first domain of part2001-11-30 13:35:14.0
is second domain of part2001-11-30 13:35:14.0
Sellingdocumentation A FinancialTransaction in which an instance of Physical is exchanged for an instance of CurrencyMeasure2001-11-30 13:35:14.0
has axiom
(<=>
(and
(instance ?BUY Buying)
(agent ?BUY ?AGENT1)
(origin ?BUY ?AGENT2)
(patient ?BUY ?OBJECT))
(and
(instance ?SELL Selling)
(agent ?SELL ?AGENT2)
(destination ?SELL ?AGENT1)
(patient ?SELL ?OBJECT)))
2001-11-30 13:35:14.0
is a kind of FinancialTransaction2001-11-30 13:35:14.0
Sentencedocumentation A syntactically well-formed formula of a natural or artificial Language. It expresses a complete thought, i.e., a Proposition2001-11-30 13:35:14.0
has axiom
(=>
(instance ?SENTENCE Sentence)
(exists (?PHRASE1 ?PHRASE2)
(and
(instance ?PHRASE1 NounPhrase)
(instance ?PHRASE2 VerbPhrase)
(part ?PHRASE1 ?SENTENCE)
(part ?PHRASE2 ?SENTENCE))))
2001-11-30 13:35:14.0
has axiom
(=>
(instance ?SENTENCE Sentence)
(exists (?PROP)
(and
(instance ?PROP Proposition)
(containsInformation ?SENTENCE ?PROP))))
2001-11-30 13:35:14.0
has axiom
(=>
(instance ?TEXT Text)
(exists (?PART1 ?PART2)
(and
(part ?PART1 ?TEXT)
(part ?PART2 ?TEXT)
(instance ?PART1 Sentence)
(instance ?PART2 Sentence)
(not (equal ?PART1 ?PART2)))))
2001-11-30 13:35:14.0
has axiom
(=>
(and
(equivalentContentInstance ?SENT1 ?SENT2)
(instance ?SENT1 Sentence)
(instance ?SENT2 Sentence))
(<=> ?SENT1 ?SENT2))
2001-11-30 13:35:14.0
has axiom
(=>
(and
(subsumesContentInstance ?SENT1 ?SENT2)
(instance ?SENT1 Sentence)
(instance ?SENT2 Sentence))
(=> ?SENT1 ?SENT2))
2001-11-30 13:35:14.0
is a kind of LinguisticExpression2001-11-30 13:35:14.0
is first domain of sentenceOfLanguage2001-11-30 13:35:14.0
is first domain of true2001-11-30 13:35:14.0
is first domain of TruthFn2001-11-30 13:35:14.0
sentenceOfLanguagedocumentation (sentenceOfLanguage ?SENT ?LANG) means that ?SENT is a Sentence of the Language ?LANG2001-11-30 13:35:15.0
has axiom
(<=> 
(sentenceOfLanguage ?SENT ?LANGUAGE)
(exists (?PROP)
(representsInLanguage ?SENT ?PROP ?LANGUAGE)))
2001-11-30 13:35:15.0
has domain1 Sentence2001-11-30 13:35:15.0
has domain2 Language2001-11-30 13:35:15.0
is an instance of AsymmetricRelation2001-11-30 13:35:15.0
is an instance of BinaryPredicate2001-11-30 13:35:15.0
SententialOperatordocumentation This Class currently comprises all of the logical operators (viz. 'and', 'or', 'not', '=>', and '<=>')2001-11-30 13:35:15.0
is a kind of Predicate2001-11-30 13:35:15.0
SentientAgentdocumentation An Agent that has rights but may or may not have responsibilities and the ability to reason. If the latter are present, then the Agent is also an instance of CognitiveAgent. Domesticated animals are an example of SentientAgents that are not also CognitiveAgents2001-11-30 13:35:15.0
is a kind of Agent2001-11-30 13:35:15.0
Separatingdocumentation A Process where something is disassembled into (some of) its parts2001-11-30 13:35:15.0
is a kind of Process2001-11-30 13:35:15.0
is disjoint from Combining2001-11-30 13:35:15.0
SequenceFunctiondocumentation The Class of OneToOneFunctions whose range is a subclass of the PositiveIntegers2001-11-30 13:35:15.0
has axiom
(=> 
(instance ?SEQ SequenceFunction)
(subclass (RangeFn ?SEQ) Integer))
2001-11-30 13:35:15.0
is a kind of OneToOneFunction2001-11-30 13:35:15.0
ServiceContractdocumentation A Contract where an Agent agrees to perform a service for another Agent (usually for a price)2001-11-30 13:35:15.0
is a kind of Contract2001-11-30 13:35:15.0
Setdocumentation A Class that satisfies extensionality as well as other conditions specified by some choice of set theory. Unlike Classes generally, Sets need not have an associated condition that determines their membership. Rather, they are thought of metaphorically as `built up' from some initial stock of objects by means of certain constructive operations (such as the pairing or power set operations). Note that extensionality alone is not sufficient for identifying Classes with Sets, since some Classes (e.g. Entity) cannot be assumed to be Sets without contradiction2001-11-30 13:35:15.0
is a kind of Class2001-11-30 13:35:15.0
is first domain of subset2001-11-30 13:35:15.0
is second domain of element2001-11-30 13:35:15.0
is second domain of subset2001-11-30 13:35:15.0
SexPropertydocumentation Attributes that indicate the sex of an Organism2001-11-30 13:35:15.0
is a kind of BiologicalProperty2001-11-30 13:35:15.0
SexualReproductiondocumentation Sexual Processes of biological reproduction2001-11-30 13:35:15.0
is a kind of Replication2001-11-30 13:35:15.0
is disjoint from AsexualReproduction2001-11-30 13:35:15.0
ShapeAlterationdocumentation The act of changing the shape of an Object2001-11-30 13:35:16.0
has axiom
(=>
(and
(instance ?ALT ShapeAlteration)
(patient ?ALT ?OBJ))
(exists (?PROPERTY)
(and
(instance ?PROPERTY ShapeProperty)
(or
(and
(holdsDuring (ImmediatePastFn (WhenFn ?ALT)) (attribute ?OBJ ?PROPERTY))
(holdsDuring (ImmediateFutureFn (WhenFn ?ALT)) (not (attribute ?OBJ ?PROPERTY))))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?ALT)) (not (attribute ?OBJ ?PROPERTY)))
(holdsDuring (ImmediateFutureFn (WhenFn ?ALT)) (attribute ?OBJ ?PROPERTY)))))))
2001-11-30 13:35:16.0
has axiom
(=>
(and
(instance ?PROC ShapeAlteration)
(patient ?PROC ?OBJ))
(attribute ?OBJ Pliable))
2001-11-30 13:35:16.0
is a kind of Process2001-11-30 13:35:16.0
ShapePropertydocumentation Any Attribute that characterizes the shape of an Object2001-11-30 13:35:16.0
has axiom
(=>
(and
(instance ?ALT ShapeAlteration)
(patient ?ALT ?OBJ))
(exists (?PROPERTY)
(and
(instance ?PROPERTY ShapeProperty)
(or
(and
(holdsDuring (ImmediatePastFn (WhenFn ?ALT)) (attribute ?OBJ ?PROPERTY))
(holdsDuring (ImmediateFutureFn (WhenFn ?ALT)) (not (attribute ?OBJ ?PROPERTY))))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?ALT)) (not (attribute ?OBJ ?PROPERTY)))
(holdsDuring (ImmediateFutureFn (WhenFn ?ALT)) (attribute ?OBJ ?PROPERTY)))))))
2001-11-30 13:35:16.0
is a kind of Attribute2001-11-30 13:35:16.0
Shootingdocumentation The subclass of Impelling where the patient is a projectile that is fired through the air by means of some sort of Device2001-11-30 13:35:16.0
is a kind of Impelling2001-11-30 13:35:16.0
Siemensdocumentation SI ElectricConductanceMeasure. Symbol: S. In the case of direct current, the conductance in Siemens is the reciprocal of the resistance in Ohms; in the case of alternating current, it is the reciprocal of the impedance in ohms. siemens = A/V = m^(-2)*kg(-1)*s^(3)*A^22001-11-30 13:35:16.0
is an instance of ElectricConductanceMeasure2001-11-30 13:35:16.0
is an instance of SystemeInternationalUnit2001-11-30 13:35:16.0
Sievertdocumentation SI DoseEquivalentMeasure. Symbol: Sv. It is a unit of biologic dose of ionizing radiation. The Sievert makes it possible to normalize doses of different types of radiation. It takes into account the relative biologic effectiveness of ionizing radiation, since each form of such radiation--e.g., X rays, gamma rays, neutrons-- has a slightly different effect on living tissue for a given absorbed dose. The dose equivalent of a given type of radiation (in Sievert) is the dose of the radiation in Gray multiplied by a quality factor that is based on the relative biologic effectiveness of the radiation. Accordingly, one Sievert is generally defined as the amount of radiation roughly equivalent in biologic effectiveness to one Gray of gamma radiation. Sievert = J/kg = m^2*s^(-2)2001-11-30 13:35:16.0
is an instance of DoseEquivalentMeasure2001-11-30 13:35:16.0
is an instance of SystemeInternationalUnit2001-11-30 13:35:16.0
SignumFndocumentation (SignumFn ?NUMBER) denotes the sign of ?NUMBER. This is one of the following values: -1, 1, or 02001-11-30 13:35:16.0
has axiom
(=>
(equal (RemainderFn ?NUMBER1 ?NUMBER2) ?NUMBER)
(equal (SignumFn ?NUMBER2) (SignumFn ?NUMBER)))
2001-11-30 13:35:16.0
has axiom
(=>
(instance ?NUMBER NegativeRealNumber)
(equal (SignumFn ?NUMBER) -1))
2001-11-30 13:35:16.0
has axiom
(=>
(instance ?NUMBER NonnegativeRealNumber)
(or
(equal (SignumFn ?NUMBER) 1)
(equal (SignumFn ?NUMBER) 0)))
2001-11-30 13:35:16.0
has axiom
(=>
(instance ?NUMBER PositiveRealNumber)
(equal (SignumFn ?NUMBER) 1))
2001-11-30 13:35:16.0
has domain1 RealNumber2001-11-30 13:35:16.0
has range Integer2001-11-30 13:35:16.0
is an instance of UnaryFunction2001-11-30 13:35:16.0
SineFndocumentation (SineFn ?DEGREE) is the sine of the PlaneAngleMeasure ?DEGREE. The sine of ?DEGREE is the ratio of the side opposite ?DEGREE to the hypotenuse in a right-angled triangle2001-11-30 13:35:16.0
has axiom
(equal (TangentFn ?DEGREE) (DivisionFn (SineFn ?DEGREE) (CosineFn ?DEGREE)))
2001-11-30 13:35:16.0
has domain1 PlaneAngleMeasure2001-11-30 13:35:16.0
has range RealNumber2001-11-30 13:35:16.0
is an instance of UnaryFunction2001-11-30 13:35:16.0
singleValueddocumentation (singleValued ?REL ?INT) means that the argument position of ?REL corresponding to ?INT is single-valued, i.e. an assignment of values to the other argument positions determines a unique value for the argument position corresponding to ?INT2001-11-30 13:35:16.0
has axiom
(=>
(and
(singleValued ?PRED 1)
(holds ?PRED ?INST1 ?INST2 ?INST3)
(holds ?PRED ?INST4 ?INST2 ?INST3))
(equal ?INST1 ?INST4))
2001-11-30 13:35:16.0
has axiom
(=>
(and
(singleValued ?PRED 1)
(holds ?PRED ?INST1 ?INST2)
(holds ?PRED ?INST3 ?INST2))
(equal ?INST1 ?INST3))
2001-11-30 13:35:16.0
has axiom
(=>
(and
(singleValued ?PRED 2)
(holds ?PRED ?INST1 ?INST2 ?INST4)
(holds ?PRED ?INST1 ?INST3 ?INST4))
(equal ?INST2 ?INST3))
2001-11-30 13:35:16.0
has axiom
(=>
(and
(singleValued ?PRED 2)
(holds ?PRED ?INST2 ?INST1)
(holds ?PRED ?INST2 ?INST3))
(equal ?INST1 ?INST3))
2001-11-30 13:35:16.0
has axiom
(=>
(and
(singleValued ?PRED 3)
(holds ?PRED ?INST1 ?INST2 ?INST3)
(holds ?PRED ?INST1 ?INST2 ?INST4))
(equal ?INST3 ?INST4))
2001-11-30 13:35:16.0
has domain1 Predicate2001-11-30 13:35:16.0
has domain2 Integer2001-11-30 13:35:16.0
is an instance of AsymmetricRelation2001-11-30 13:35:17.0
is an instance of BinaryPredicate2001-11-30 13:35:17.0
SkinFndocumentation A UnaryFunction that maps a Hole to the skin of the Hole. The skin of a Hole is the fusion of those superficial parts (see superficialPart) of the Hole's principal host (see PrincipalHostFn) with which the Hole is externally connected2001-11-30 13:35:17.0
has axiom
(=>
(equal ?OBJ1 (SkinFn ?HOLE))
(forall (?OBJ2)
(<=>
(overlapsSpatially ?OBJ2 ?OBJ1)
(exists (?OBJ3)
(and
(superficialPart ?OBJ3 (PrincipalHostFn ?HOLE))
(meetsSpatially ?HOLE ?OBJ3)
(overlapsSpatially ?OBJ2 ?OBJ3))))))
2001-11-30 13:35:17.0
has domain1 Hole2001-11-30 13:35:17.0
has range Object2001-11-30 13:35:17.0
is an instance of SpatialRelation2001-11-30 13:35:17.0
is an instance of UnaryFunction2001-11-30 13:35:17.0
Slugdocumentation English mass unit of slugs2001-11-30 13:35:17.0
has axiom
(equal
(MeasureFn ?NUMBER Slug)
(MeasureFn (MultiplicationFn ?NUMBER 14.59390) Kilogram))
2001-11-30 13:35:17.0
is an instance of MassMeasure2001-11-30 13:35:17.0
is an instance of UnitOfMeasure2001-11-30 13:35:17.0
smallerdocumentation (smaller ?OBJ1 ?OBJ2) simply means that ?OBJ1 is smaller, with respect to all LengthMeasures, than ?OBJ22001-11-30 13:35:17.0
has domain1 Object2001-11-30 13:35:17.0
has domain2 Object2001-11-30 13:35:17.0
has inverse larger2001-11-30 13:35:17.0
is an instance of BinaryPredicate2001-11-30 13:35:17.0
is an instance of IrreflexiveRelation2001-11-30 13:35:17.0
is an instance of SpatialRelation2001-11-30 13:35:17.0
is an instance of TransitiveRelation2001-11-30 13:35:17.0
Smellingdocumentation The subclass of Perception in which the sensing is done by an olefactory Organ2001-11-30 13:35:17.0
is a kind of Perception2001-11-30 13:35:17.0
Smoothdocumentation An Object with this Attribute has a smooth surface2001-11-30 13:35:17.0
has contraryProperty Rough2001-11-30 13:35:17.0
is an instance of TextureProperty2001-11-30 13:35:17.0
SocialInteractiondocumentation The subclass of IntentionalProcess that involves interactions between CognitiveAgents2001-11-30 13:35:17.0
has axiom
(=>
(instance ?INTERACTION SocialInteraction)
(exists (?AGENT1 ?AGENT2)
(and
(agent ?INTERACTION ?AGENT1)
(agent ?INTERACTION ?AGENT2)
(not
(equal ?AGENT1 ?AGENT2)))))
2001-11-30 13:35:17.0
is a kind of IntentionalProcess2001-11-30 13:35:17.0
Soliddocumentation An Object has the Attribute of Solid if it has a fixed shape and a fixed volume2001-11-30 13:35:17.0
has axiom
(=>
(and
(instance ?ACT Eating)
(patient ?ACT ?FOOD))
(attribute ?FOOD Solid))
2001-11-30 13:35:17.0
is an instance of PhysicalState2001-11-30 13:35:18.0
SolidAngleMeasureis a kind of ConstantQuantity2001-11-30 13:35:18.0
SoundPropertydocumentation Any Attribute that characterizes the sound made by an Object2001-11-30 13:35:18.0
is a kind of Attribute2001-11-30 13:35:18.0
Southdocumentation The compass direction of South2001-11-30 13:35:18.0
is an instance of DirectionAttribute2001-11-30 13:35:18.0
SpatialRelationdocumentation The Class of Relations that are spatial in a wide sense. This Class includes mereological relations, topological relations, and positional relations2001-11-30 13:35:18.0
has axiom
(=>
(and
(instance ?REL SpatialRelation)
(holds ?REL ?OBJ1 ?OBJ2))
(overlapsTemporally (WhenFn ?OBJ1) (WhenFn ?OBJ2)))
2001-11-30 13:35:18.0
is a kind of Relation2001-11-30 13:35:18.0
Spiderdocumentation A Class of Arachnids characterized by an unsegmented abdomen, poisonous fangs, and an ability to spin thread2001-11-30 13:35:18.0
is a kind of Arachnid2001-11-30 13:35:18.0
SpinalColumndocumentation A flexible column made out of bones called vertebrae. The main function of the SpinalColumn is to protect the spinal cord2001-11-30 13:35:18.0
has axiom
(=>
(instance ?VERT Vertebrate)
(exists (?SPINE)
(and
(component ?SPINE ?VERT)
(instance ?SPINE SpinalColumn))))
2001-11-30 13:35:18.0
is a kind of Organ2001-11-30 13:35:18.0
Sportdocumentation A Game which requires some degree of physical exercion from the participants of the game2001-11-30 13:35:18.0
is a kind of ExerciseProcess2001-11-30 13:35:18.0
is a kind of Game2001-11-30 13:35:18.0
SquareRootFndocumentation (SquareRootFn ?NUMBER) is the principal square root of ?NUMBER2001-11-30 13:35:18.0
has axiom
(=>
(equal (SquareRootFn ?NUMBER1) ?NUMBER2)
(equal (MultiplicationFn ?NUMBER2 ?NUMBER2) ?NUMBER1))
2001-11-30 13:35:18.0
has domain1 RealNumber2001-11-30 13:35:18.0
has range RealNumber2001-11-30 13:35:18.0
is an instance of UnaryFunction2001-11-30 13:35:18.0
startsdocumentation (starts ?INTERVAL1 ?INTERVAL2) means that ?INTERVAL1 and ?INTERVAL2 are both TimeIntervals that have the same initial TimePoint and that ?INTERVAL1 ends before ?INTERVAL22001-11-30 13:35:18.0
has domain1 TimeInterval2001-11-30 13:35:18.0
has domain2 TimeInterval2001-11-30 13:35:18.0
is an instance of BinaryPredicate2001-11-30 13:35:18.0
is an instance of IrreflexiveRelation2001-11-30 13:35:18.0
is an instance of TemporalRelation2001-11-30 13:35:18.0
is an instance of TransitiveRelation2001-11-30 13:35:18.0
Statingdocumentation Instances of this Class commit a sender to some truth. Example: John concluded that Peter was not present, and predicted that he would arrive soon2001-11-30 13:35:19.0
is a kind of Communication2001-11-30 13:35:19.0
StationaryArtifactdocumentation A StationaryArtifact is an Artifact that has a fixed spatial location. Most instances of this Class are architectural works, e.g. the Eiffel Tower, the Great Pyramids, office towers, single-family houses, etc2001-11-30 13:35:19.0
has axiom
(<=>
(exists (?BUILD)
(and
(instance ?BUILD Constructing)
(result ?BUILD ?ARTIFACT)))
(instance ?ARTIFACT StationaryArtifact))
2001-11-30 13:35:19.0
has axiom
(=>
(instance ?ARTIFACT StationaryArtifact)
(exists (?PLACE)
(forall (?TIME)
(equal (WhereFn ?ARTIFACT ?TIME) ?PLACE))))
2001-11-30 13:35:19.0
is a kind of Artifact2001-11-30 13:35:19.0
Steradiandocumentation SI SolidAngleMeasure. Symbol: sr. It is the solid angle of a sphere subtended by a portion of the surface whose area is equal to the square of the sphere's radius. Another definition is: the solid angle which, having its vertex in the center of the sphere, cuts off an area of the surface of the sphere equal to that of a square with sides of length equal to the radius of the sphere. Steradian = m^2/m^2 = 12001-11-30 13:35:19.0
is an instance of SolidAngleMeasure2001-11-30 13:35:19.0
is an instance of SystemeInternationalUnit2001-11-30 13:35:19.0
Strikingdocumentation The Class of Impactings that are intentionally caused by a CognitiveAgent2001-11-30 13:35:19.0
is a kind of Impacting2001-11-30 13:35:19.0
is a kind of IntentionalProcess2001-11-30 13:35:19.0
SubatomicParticledocumentation The class of SubmolecularObjects that are smaller than Atoms and often compose Atoms2001-11-30 13:35:19.0
is a kind of SubmolecularObject2001-11-30 13:35:19.0
subAttributedocumentation Means that the second argument can be ascribed to everything which has the first argument ascribed to it2001-11-30 13:35:19.0
has axiom
(<=>
(subAttribute ?ATTR1 ?ATTR2)
(forall (?OBJ)
(=>
(attribute ?OBJ ?ATTR1)
(attribute ?OBJ ?ATTR2))))
2001-11-30 13:35:19.0
has domain1 Attribute2001-11-30 13:35:19.0
has domain2 Attribute2001-11-30 13:35:19.0
is an instance of BinaryPredicate2001-11-30 13:35:19.0
is an instance of PartialOrderingRelation2001-11-30 13:35:19.0
subclassdocumentation Class C is a subclass of Class P only if every instance of C is also an instance of P. A class may have multiple superclasses and subclasses2001-11-30 13:35:19.0
has axiom
(<=> 
(instance ?CLASS Class)
(subclass ?CLASS Entity))
2001-11-30 13:35:19.0
has axiom
(=> 
(domainSubclass ?REL 1 ?CLASS)
(forall (?INST1 ?INST2 ?INST3)
(=>
(holds ?REL ?INST1 ?INST2 ?INST3)
(subclass ?INST1 ?CLASS))))
2001-11-30 13:35:19.0
has axiom
(=> 
(domainSubclass ?REL 1 ?CLASS)
(forall (?INST1 ?INST2)
(=>
(holds ?REL ?INST1 ?INST2)
(subclass ?INST1 ?CLASS))))
2001-11-30 13:35:19.0
has axiom
(=> 
(domainSubclass ?REL 2 ?CLASS)
(forall (?INST1 ?INST2 ?INST3)
(=>
(holds ?REL ?INST1 ?INST2 ?INST3)
(subclass ?INST2 ?CLASS))))
2001-11-30 13:35:19.0
has axiom
(=> 
(domainSubclass ?REL 2 ?CLASS)
(forall (?INST1 ?INST2)
(=>
(holds ?REL ?INST1 ?INST2)
(subclass ?INST2 ?CLASS))))
2001-11-30 13:35:19.0
has axiom
(=> 
(domainSubclass ?REL 3 ?CLASS)
(forall (?INST1 ?INST2 ?INST3)
(=>
(holds ?REL ?INST1 ?INST2 ?INST3)
(subclass ?INST3 ?CLASS))))
2001-11-30 13:35:19.0
has axiom
(=> 
(instance ?SEQ SequenceFunction)
(subclass (RangeFn ?SEQ) Integer))
2001-11-30 13:35:19.0
has axiom
(=> 
(subclass ?SUBCLASS ?CLASS)
(forall (?INST)
(=>
(instance ?INST ?SUBCLASS)
(instance ?INST ?CLASS))))
2001-11-30 13:35:19.0
has axiom
(=>
(version ?ARTIFACT1 ?ARTIFACT2)
(subclass ?ARTIFACT1 ?ARTIFACT2))
2001-11-30 13:35:19.0
has axiom
(=>
(and
(equal (MeasureFn ?NUMBER ?UNIT) ?QUANT)
(subclass ?UNIT ?QUANTTYPE)
(not (equal ?QUANTTYPE UnitOfMeasure)))
(subclass ?QUANT ?QUANTTYPE))
2001-11-30 13:35:19.0
has axiom
(=>
(and
(parent ?PARENT ?CHILD)
(subclass ?CLASS Organism)
(instance ?PARENT ?CLASS))
(instance ?CHILD ?CLASS))
2001-11-30 13:35:19.0
has axiom
(=>
(and
(subclass ?OBJECTTYPE Substance)
(instance ?OBJECT ?OBJECTTYPE)
(part ?PART ?OBJECT))
(instance ?PART ?OBJECTTYPE))
2001-11-30 13:35:19.0
has axiom
(=>
(and
(subrelation ?PRED1 ?PRED2)
(domain ?PRED2 ?NUMBER ?CLASS2)
(domain ?PRED1 ?NUMBER ?CLASS1))
(subclass ?CLASS1 ?CLASS2))
2001-11-30 13:35:19.0
has axiom
(=>
(disjointDecomposition ?CLASS1 ?CLASS2 ?CLASS3 ?CLASS4 ?CLASS5)
(and
(subclass ?CLASS2 ?CLASS1)
(subclass ?CLASS3 ?CLASS1)
(subclass ?CLASS4 ?CLASS1)
(subclass ?CLASS5 ?CLASS1)
(disjoint ?CLASS2 ?CLASS3)
(disjoint ?CLASS3 ?CLASS4)
(disjoint ?CLASS2 ?CLASS4)
(disjoint ?CLASS5 ?CLASS4)
(disjoint ?CLASS5 ?CLASS3)
(disjoint ?CLASS5 ?CLASS2)))
2001-11-30 13:35:19.0
has axiom
(=>
(disjointDecomposition ?CLASS1 ?CLASS2 ?CLASS3 ?CLASS4)
(and
(subclass ?CLASS2 ?CLASS1)
(subclass ?CLASS3 ?CLASS1)
(subclass ?CLASS4 ?CLASS1)
(disjoint ?CLASS2 ?CLASS3)
(disjoint ?CLASS3 ?CLASS4)
(disjoint ?CLASS2 ?CLASS4)))
2001-11-30 13:35:19.0
has axiom
(=>
(disjointDecomposition ?CLASS1 ?CLASS2 ?CLASS3)
(and
(subclass ?CLASS2 ?CLASS1)
(subclass ?CLASS3 ?CLASS1)
(disjoint ?CLASS2 ?CLASS3)))
2001-11-30 13:35:19.0
has axiom
(=>
(instance ?OBJ CorpuscularObject)
(exists (?SUBSTANCETYPE1 ?SUBSTANCETYPE2 ?SUBSTANCE1 ?SUBSTANCE2)
(and
(subclass ?SUBSTANCETYPE1 Substance)
(subclass ?SUBSTANCETYPE2 Substance)
(instance ?SUBSTANCE1 ?SUBSTANCETYPE1)
(instance ?SUBSTANCE2 ?SUBSTANCETYPE2)
(material ?SUBSTANCE1 ?OBJ)
(material ?SUBSTANCE2 ?OBJ)
(not (equal ?SUBSTANCE1 ?SUBSTANCE2)))))
2001-11-30 13:35:19.0
has domain1 Class2001-11-30 13:35:19.0
has domain2 Class2001-11-30 13:35:19.0
is an instance of BinaryPredicate2001-11-30 13:35:20.0
is an instance of PartialOrderingRelation2001-11-30 13:35:20.0
subCollectiondocumentation (subCollection ?COLL1 ?COLL2) means that the Collection ?COLL1 is a proper part of the Collection ?COLL22001-11-30 13:35:20.0
has domain1 Collection2001-11-30 13:35:20.0
has domain2 Collection2001-11-30 13:35:20.0
is an instance of BinaryPredicate2001-11-30 13:35:20.0
is an instance of IrreflexiveRelation2001-11-30 13:35:20.0
is an instance of TransitiveRelation2001-11-30 13:35:20.0
SubjectiveAssessmentPropertydocumentation The Class of NormativeProperties which lack an objective criterion for their attribution, i.e. the attribution of these Attributes varies from subject to subject and even with respect to the same subject over time2001-11-30 13:35:20.0
is a kind of NormativeProperty2001-11-30 13:35:20.0
SubmolecularObjectdocumentation The Class of CorpuscularObjects that compose Molecules2001-11-30 13:35:20.0
has axiom
(=>
(instance ?SUBMOLE SubmolecularObject)
(exists (?MOLE)
(and
(instance ?MOLE Molecule)
(part ?SUBMOLE ?MOLE))))
2001-11-30 13:35:20.0
is a kind of CorpuscularObject2001-11-30 13:35:20.0
subOrganizationsdocumentation (subOrganizations ?ORG1 ?ORG2) means that ?ORG1 is an Organization which is a proper part of the Organization ?ORG22001-11-30 13:35:20.0
has axiom
(=>
(instance ?NATION Nation)
(exists (?GOV)
(and
(instance ?GOV Government)
(subOrganizations ?GOV ?NATION))))
2001-11-30 13:35:20.0
has domain1 Organization2001-11-30 13:35:20.0
has domain2 Organization2001-11-30 13:35:20.0
subPlandocumentation (subPlan ?PLAN1 ?PLAN2) means that ?PLAN1 is a Plan which is a proper part of ?PLAN2. This relation is generally used to relate a supporting Plan to the overall Plan in a particular context2001-11-30 13:35:20.0
has axiom
(=>
(subPlan ?PLAN1 ?PLAN2)
(forall (?OBJ1 ?OBJ2)
(=>
(and
(containsInformation ?OBJ1 ?PLAN1)
(containsInformation ?OBJ2 ?PLAN2))
(subsumesContentInstance ?OBJ2 ?OBJ1))))
2001-11-30 13:35:20.0
has domain1 Plan2001-11-30 13:35:20.0
has domain2 Plan2001-11-30 13:35:20.0
is an instance of BinaryPredicate2001-11-30 13:35:20.0
is an instance of IrreflexiveRelation2001-11-30 13:35:20.0
is an instance of TransitiveRelation2001-11-30 13:35:20.0
subProcessdocumentation (subProcess ?SUBPROC ?PROC) means that ?SUBPROC is a subprocess of ?PROC. A subprocess is here understood as a temporally distinguished part (proper or not) of a Process2001-11-30 13:35:20.0
has axiom
(=> 
(and
(instance ?PROC Process)
(subProcess ?SUBPROC ?PROC))
(exists (?TIME)
(existant ?SUBPROC ?TIME)))
2001-11-30 13:35:20.0
has axiom
(=> 
(instance ?PROC Process)
(exists (?SUBPROC)
(subProcess ?SUBPROC ?PROC)))
2001-11-30 13:35:20.0
has axiom
(=>
(and
(instance ?ACT Surgery)
(patient ?ACT ?ANIMAL))
(exists (?SUBACT)
(and
(instance ?SUBACT Cutting)
(instance ?ANIMAL Animal)
(patient ?ANIMAL ?CUTTING)
(subProcess ?SUBACT ?ACT))))
2001-11-30 13:35:20.0
has axiom
(=>
(and
(instance ?COVER Covering)
(patient ?COVER ?OBJ))
(exists (?CONCEAL ?PART)
(and
(instance ?CONCEAL Concealing)
(subProcess ?CONCEAL ?COVER)
(part ?PART ?OBJ)
(patient ?CONCEAL ?PART))))
2001-11-30 13:35:21.0
has axiom
(=>
(instance ?ACT EducationalProcess)
(exists (?PROC)
(and
(instance ?PROC Learning)
(subProcess ?PROC ?ACT))))
2001-11-30 13:35:21.0
has axiom
(=>
(instance ?BATTLE Battle)
(exists (?ATTACK)
(and
(instance ?ATTACK Attack)
(subProcess ?ATTACK ?BATTLE))))
2001-11-30 13:35:21.0
has axiom
(=>
(instance ?BATTLE Battle)
(exists (?WAR)
(and
(instance ?WAR War)
(subProcess ?BATTLE ?WAR))))
2001-11-30 13:35:21.0
has axiom
(=>
(instance ?MOVE Maneuver)
(exists (?CONTEST)
(and
(instance ?CONTEST Contest)
(subProcess ?MOVE ?CONTEST))))
2001-11-30 13:35:21.0
has axiom
(=>
(instance ?SUB Substituting)
(exists (?PUT ?REMOVE ?OBJ1 ?OBJ2 ?PLACE)
(and
(instance ?PUT Putting)
(instance ?REMOVE Removing)
(subProcess ?PUT ?SUB)
(subProcess ?REMOVE ?SUB)
(patient ?REMOVE ?OBJ1)
(origin ?REMOVE ?PLACE)
(patient ?PUT ?OBJ2)
(destination ?PUT PLACE)
(not (equal ?OBJ1 ?OBJ2)))))
2001-11-30 13:35:21.0
has axiom
(=>
(instance ?TRANS Transaction)
(exists (?AGENT1 ?AGENT2 ?GIVE1 ?GIVE2 ?OBJ1 ?OBJ2)
(and
(instance ?GIVE1 Giving)
(instance ?GIVE2 Giving)
(subProcess ?GIVE1 ?TRANS)
(subProcess ?GIVE2 ?TRANS)
(agent ?GIVE1 ?AGENT1)
(agent ?GIVE2 ?AGENT2)
(patient ?GIVE1 ?OBJ1)
(patient ?GIVE2 ?OBJ2)
(destination ?GIVE1 ?AGENT2)
(destination ?GIVE2 ?AGENT1)
(not
(equal ?AGENT1 ?AGENT2))
(not
(equal ?OBJ1 ?OBJ2)))))
2001-11-30 13:35:21.0
has axiom
(=>
(instance ?WAR War)
(exists (?BATTLE)
(and
(instance ?BATTLE Battle)
(subProcess ?BATTLE ?WAR))))
2001-11-30 13:35:21.0
has axiom
(=>
(subProcess ?SUBPROC ?PROC)
(or
(equal (WhenFn ?SUBPROC) (WhenFn ?PROC))
(during (WhenFn ?SUBPROC) (WhenFn ?PROC))))
2001-11-30 13:35:21.0
has axiom
(=>
(subProcess ?SUBPROC ?PROC)
(forall (?REGION)
(=>
(located ?PROC ?REGION)
(located ?SUBPROC ?REGION))))
2001-11-30 13:35:21.0
has domain1 Process2001-11-30 13:35:21.0
has domain2 Process2001-11-30 13:35:21.0
is an instance of BinaryPredicate2001-11-30 13:35:21.0
is an instance of PartialOrderingRelation2001-11-30 13:35:21.0
subrelationdocumentation A Relation R is a subrelation Relation R' if R is a subclass R'. This implies that every tuple of R is also a tuple of R'. Again, if R holds for some arguments arg_1, arg_2, ... arg_n, then R' holds for the same arguments. Thus, a Relation and its subrelation must have the same valence. In CycL, subrelation is called #$genlPreds2001-11-30 13:35:21.0
has axiom
(=>
(and
(subrelation ?PRED1 ?PRED2)
(?PRED1 ?INST1 ?INST2 ?INST3 ?INST4))
(?PRED2 ?INST1 ?INST2 ?INST3 ?INST4))
2001-11-30 13:35:21.0
has axiom
(=>
(and
(subrelation ?PRED1 ?PRED2)
(?PRED1 ?INST1 ?INST2 ?INST3))
(?PRED2 ?INST1 ?INST2 ?INST3))
2001-11-30 13:35:21.0
has axiom
(=>
(and
(subrelation ?PRED1 ?PRED2)
(?PRED1 ?INST1 ?INST2))
(?PRED2 ?INST1 ?INST2))
2001-11-30 13:35:21.0
has axiom
(=>
(and
(subrelation ?PRED1 ?PRED2)
(domain ?PRED2 ?NUMBER ?CLASS2)
(domain ?PRED1 ?NUMBER ?CLASS1))
(subclass ?CLASS1 ?CLASS2))
2001-11-30 13:35:21.0
has axiom
(=>
(and
(subrelation ?PRED1 ?PRED2)
(instance ?PRED2 ?CLASS))
(instance ?PRED1 ?CLASS))
2001-11-30 13:35:21.0
has axiom
(=>
(subrelation ?PRED1 ?PRED2)
(exists (?NUMBER)
(and
(valence ?PRED1 ?NUMBER)
(valence ?PRED2 ?NUMBER))))
2001-11-30 13:35:21.0
has domain1 Relation2001-11-30 13:35:21.0
has domain2 Relation2001-11-30 13:35:21.0
is an instance of BinaryPredicate2001-11-30 13:35:21.0
is an instance of PartialOrderingRelation2001-11-30 13:35:21.0
subsetdocumentation (subset ?SET1 ?SET2) is true just in case the elements of the Set ?SET1 are also elements of the Set ?SET22001-11-30 13:35:21.0
has axiom
(=> 
(subset ?SUBSET ?SET)
(forall (?ELEMENT)
(=>
(element ?ELEMENT ?SUBSET)
(element ?ELEMENT ?SET))))
2001-11-30 13:35:21.0
has domain1 Set2001-11-30 13:35:21.0
has domain2 Set2001-11-30 13:35:21.0
Substancedocumentation An Object in which every part is similar to every other in every relevant respect. More precisely, something is a Substance when it has only arbitrary pieces as parts - any parts have properties which are similar to those of the whole. Note that a Substance may nonetheless have physical properties that vary. For example, the temperature, chemical constitution, density, etc. may change from one part to another. An example would be a body of water2001-11-30 13:35:21.0
has axiom
(=>
(and
(subclass ?OBJECTTYPE Substance)
(instance ?OBJECT ?OBJECTTYPE)
(part ?PART ?OBJECT))
(instance ?PART ?OBJECTTYPE))
2001-11-30 13:35:21.0
has axiom
(=>
(instance ?OBJ CorpuscularObject)
(exists (?SUBSTANCETYPE1 ?SUBSTANCETYPE2 ?SUBSTANCE1 ?SUBSTANCE2)
(and
(subclass ?SUBSTANCETYPE1 Substance)
(subclass ?SUBSTANCETYPE2 Substance)
(instance ?SUBSTANCE1 ?SUBSTANCETYPE1)
(instance ?SUBSTANCE2 ?SUBSTANCETYPE2)
(material ?SUBSTANCE1 ?OBJ)
(material ?SUBSTANCE2 ?OBJ)
(not (equal ?SUBSTANCE1 ?SUBSTANCE2)))))
2001-11-30 13:35:21.0
is a kind of SelfConnectedObject2001-11-30 13:35:21.0
is first domain of material2001-11-30 13:35:21.0
is first domain of piece2001-11-30 13:35:21.0
is second domain of piece2001-11-30 13:35:21.0
Substitutingdocumentation The Class of Transfers where one thing is replaced with something else2001-11-30 13:35:21.0
has axiom
(=>
(instance ?SUB Substituting)
(exists (?PUT ?REMOVE ?OBJ1 ?OBJ2 ?PLACE)
(and
(instance ?PUT Putting)
(instance ?REMOVE Removing)
(subProcess ?PUT ?SUB)
(subProcess ?REMOVE ?SUB)
(patient ?REMOVE ?OBJ1)
(origin ?REMOVE ?PLACE)
(patient ?PUT ?OBJ2)
(destination ?PUT PLACE)
(not (equal ?OBJ1 ?OBJ2)))))
2001-11-30 13:35:21.0
is a kind of Transfer2001-11-30 13:35:21.0
subsumedExternalConceptdocumentation (subsumedExternalConcept ?STRING ?THING ?LANGUAGE) means that the SUMO concept ?THING is subsumed by the meaning of ?STRING in ?LANGUAGE, i.e. the concept ?THING is narrower in meaning than ?STRING2001-11-30 13:35:21.0
has axiom
(=>
(subsumedExternalConcept ?STRING ?THING ?LANGUAGE)
(not
(or
(subsumingExternalConcept ?STRING ?THING ?LANGUAGE)
(synonymousExternalConcept ?STRING ?THING ?LANGUAGE))))
2001-11-30 13:35:21.0
has axiom
(=>
(subsumingExternalConcept ?STRING ?THING ?LANGUAGE)
(not
(or
(subsumedExternalConcept ?STRING ?THING ?LANGUAGE)
(synonymousExternalConcept ?STRING ?THING ?LANGUAGE))))
2001-11-30 13:35:21.0
has axiom
(=>
(synonymousExternalConcept ?STRING ?THING ?LANGUAGE)
(not
(or
(subsumedExternalConcept ?STRING ?THING ?LANGUAGE)
(subsumingExternalConcept ?STRING ?THING ?LANGUAGE))))
2001-11-30 13:35:21.0
subsumesContentClassdocumentation A BinaryPredicate that relates two subclasses of ContentBearingObject. (subsumesContentClass ?CLASS1 ?CLASS2) means that the content expressed by each instance of ?CLASS1 is also expressed by each instance of ?CLASS2. Examples include the relationship between a poem and one of its stanzas or between a book and one of its chapters. Note that this is a relation between subclasses of ContentBearingObject, rather than instances. If one wants to relate instances, the Predicate subsumesContentInstance can be used. Note that subsumesContentClass is needed in many cases. Consider, for example, the relation between the King James edition of the Bible and its Book of Genesis. This relation holds for every copy of this edition and not just for a single instance2001-11-30 13:35:21.0
has axiom
(<=>
(and
(subsumesContentClass ?CLASS1 ?CLASS2)
(subsumesContentClass ?CLASS2 ?CLASS1))
(equivalentContentClass ?CLASS1 ?CLASS2))
2001-11-30 13:35:21.0
has axiom
(<=>
(subsumesContentClass ?CLASS1 ?CLASS2)
(forall (?INFO ?OBJ1 ?OBJ2)
(=>
(and
(instance ?OBJ1 ?CLASS1)
(instance ?OBJ2 ?CLASS2)
(containsInformation ?OBJ1 ?INFO))
(containsInformation ?OBJ2 ?INFO))))
2001-11-30 13:35:21.0
has domain1 ContentBearingObject2001-11-30 13:35:21.0
has domain2 ContentBearingObject2001-11-30 13:35:21.0
is an instance of BinaryPredicate2001-11-30 13:35:21.0
is an instance of PartialOrderingRelation2001-11-30 13:35:21.0
subsumesContentInstancedocumentation A BinaryPredicate relating two instances of ContentBearingObject. (subsumesContentInstance ?OBJ1 ?OBJ2) means that the content expressed by ?OBJ2 is part of the content expressed by ?OBJ1. An example is the relationship between a handwritten poem and one of its stanzas. Note that this is a relation between instances, rather than Classes. If one wants to assert a content relationship between Classes, e.g. between the version of an intellectual work and a part of that work, the relation subsumesContentClass should be used2001-11-30 13:35:22.0
has axiom
(<=>
(and
(subsumesContentInstance ?OBJ1 ?OBJ2)
(subsumesContentInstance ?OBJ2 ?OBJ1))
(equivalentContentInstance ?OBJ1 ?OBJ2))
2001-11-30 13:35:22.0
has axiom
(<=>
(subsumesContentInstance ?OBJ1 ?OBJ2)
(forall (?INFO)
(=>
(containsInformation ?OBJ1 ?INFO)
(containsInformation ?OBJ2 ?INFO))))
2001-11-30 13:35:22.0
has axiom
(=>
(and
(subsumesContentInstance ?SENT1 ?SENT2)
(instance ?SENT1 Sentence)
(instance ?SENT2 Sentence))
(=> ?SENT1 ?SENT2))
2001-11-30 13:35:22.0
has axiom
(=>
(subPlan ?PLAN1 ?PLAN2)
(forall (?OBJ1 ?OBJ2)
(=>
(and
(containsInformation ?OBJ1 ?PLAN1)
(containsInformation ?OBJ2 ?PLAN2))
(subsumesContentInstance ?OBJ2 ?OBJ1))))
2001-11-30 13:35:22.0
has domain1 ContentBearingObject2001-11-30 13:35:22.0
has domain2 ContentBearingObject2001-11-30 13:35:22.0
has relatedInternalConcept subsumesContentClass2001-11-30 13:35:22.0
is an instance of BinaryPredicate2001-11-30 13:35:22.0
is an instance of PartialOrderingRelation2001-11-30 13:35:22.0
subsumingExternalConceptdocumentation (subsumingExternalConcept ?STRING ?THING ?LANGUAGE) means that the SUMO concept ?THING subsumes the meaning of ?STRING in ?LANGUAGE, i.e. the concept ?THING is broader in meaning than ?STRING2001-11-30 13:35:22.0
has axiom
(=>
(subsumedExternalConcept ?STRING ?THING ?LANGUAGE)
(not
(or
(subsumingExternalConcept ?STRING ?THING ?LANGUAGE)
(synonymousExternalConcept ?STRING ?THING ?LANGUAGE))))
2001-11-30 13:35:22.0
has axiom
(=>
(subsumingExternalConcept ?STRING ?THING ?LANGUAGE)
(not
(or
(subsumedExternalConcept ?STRING ?THING ?LANGUAGE)
(synonymousExternalConcept ?STRING ?THING ?LANGUAGE))))
2001-11-30 13:35:22.0
has axiom
(=>
(synonymousExternalConcept ?STRING ?THING ?LANGUAGE)
(not
(or
(subsumedExternalConcept ?STRING ?THING ?LANGUAGE)
(subsumingExternalConcept ?STRING ?THING ?LANGUAGE))))
2001-11-30 13:35:22.0
SubtractionFndocumentation If ?NUMBER1 and ?NUMBER2 are Numbers, then (SubtractionFn ?NUMBER1 ?NUMBER2) is the arithmetical difference between ?NUMBER1 and ?NUMBER2, i.e. ?NUMBER1 minus ?NUMBER2. An exception occurs when ?NUMBER1 is equal to 0, in which case (SubtractionFn ?NUMBER1 ?NUMBER2) is the negation of ?NUMBER22001-11-30 13:35:22.0
has axiom
(<=>
(equal (AbsoluteValueFn ?NUMBER1) ?NUMBER2)
(or
(and
(instance ?NUMBER1 PositiveInteger)
(equal ?NUMBER1 ?NUMBER2))
(and
(instance ?NUMBER1 NegativeInteger)
(equal ?NUMBER2 (SubtractionFn 0 ?NUMBER1)))))
2001-11-30 13:35:22.0
has axiom
(=>
(equal (RoundFn ?NUMBER1) ?NUMBER2)
(or
(=>
(lessThan (SubtractionFn ?NUMBER1 (FloorFn ?NUMBER1)) .5)
(equal ?NUMBER2 (FloorFn ?NUMBER1)))
(=>
(greaterThanOrEqualTo (SubtractionFn ?NUMBER1 (FloorFn ?NUMBER1)) .5)
(equal ?NUMBER2 (CeilingFn ?NUMBER1)))))
2001-11-30 13:35:22.0
has axiom
(equal
(MeasureFn ?NUMBER Celsius)
(MeasureFn (SubtractionFn ?NUMBER 273.15) Kelvin))
2001-11-30 13:35:22.0
has domain1 Quantity2001-11-30 13:35:22.0
has domain2 Quantity2001-11-30 13:35:22.0
has identityElement 02001-11-30 13:35:22.0
has range Quantity2001-11-30 13:35:22.0
is an instance of AssociativeFunction2001-11-30 13:35:22.0
is an instance of RelationExtendedToQuantities2001-11-30 13:35:22.0
successorAttributedocumentation (successorAttribute ?ATTR1 ?ATTR2) means that ?ATTR2 is the attribute that comes immediately after ?ATTR1 on the scale that they share2001-11-30 13:35:22.0
has axiom
(=>
(successorAttribute ?ATTR1 ?ATTR2)
(successorAttributeClosure ?ATTR1 ?ATTR2))
2001-11-30 13:35:22.0
has domain1 Attribute2001-11-30 13:35:22.0
has domain2 Attribute2001-11-30 13:35:22.0
is an instance of AsymmetricRelation2001-11-30 13:35:22.0
is an instance of BinaryPredicate2001-11-30 13:35:22.0
successorAttributeClosuredocumentation The transitive closure of successorAttribute. (successorAttributeClosure ?ATTR1 ?ATTR2) means that there is a chain of successorAttribute assertions connecting ?ATTR1 and ?ATTR22001-11-30 13:35:22.0
has axiom
(=>
(successorAttribute ?ATTR1 ?ATTR2)
(successorAttributeClosure ?ATTR1 ?ATTR2))
2001-11-30 13:35:22.0
has domain1 Attribute2001-11-30 13:35:22.0
has domain2 Attribute2001-11-30 13:35:22.0
has relatedInternalConcept successorAttribute2001-11-30 13:35:22.0
is an instance of BinaryPredicate2001-11-30 13:35:22.0
is an instance of IrreflexiveRelation2001-11-30 13:35:22.0
is an instance of TransitiveRelation2001-11-30 13:35:22.0
SuccessorFndocumentation A UnaryFunction that maps an Integer to its successor, e.g. the successor of 5 is 62001-11-30 13:35:22.0
has axiom
(=>
(and
(instance ?INT1 Integer)
(instance ?INT2 Integer))
(not
(and
(lessThan ?INT1 ?INT2)
(lessThan ?INT2 (SuccessorFn ?INT1)))))
2001-11-30 13:35:22.0
has axiom
(=>
(equal (SuccessorFn ?INT1) (SuccessorFn ?INT2))
(equal ?INT1 ?INT2))
2001-11-30 13:35:22.0
has axiom
(=>
(instance ?INT Integer)
(equal ?INT (PredecessorFn (SuccessorFn ?INT))))
2001-11-30 13:35:22.0
has axiom
(=>
(instance ?INT Integer)
(equal ?INT (SuccessorFn (PredecessorFn ?INT))))
2001-11-30 13:35:22.0
has axiom
(=>
(instance ?INT Integer)
(lessThan ?INT (SuccessorFn ?INT)))
2001-11-30 13:35:22.0
has domain1 Integer2001-11-30 13:35:22.0
has range Integer2001-11-30 13:35:22.0
is an instance of UnaryFunction2001-11-30 13:35:22.0
superficialPartdocumentation (superficialPart ?OBJ1 ?OBJ2) means that ?OBJ1 is a part of ?OBJ2 that has no interior parts of its own (or, intuitively, that only overlaps those parts of ?OBJ2 that are externally connected with the geometric complement of ?OBJ2). This too is a transitive relation closed under MereologicalSumFn and MereologicalProductFn2001-11-30 13:35:23.0
has axiom
(=> 
(superficialPart ?OBJ1 ?OBJ2)
(and
(not
(interiorPart ?OBJ1 ?OBJ2))
(not
(exists (?OBJ3)
(interiorPart ?OBJ3 ?OBJ1)))))
2001-11-30 13:35:23.0
has axiom
(=> 
(surface ?OBJ1 ?OBJ2)
(and
(instance ?OBJ1 SelfConnectedObject)
(forall (?OBJ3)
(=>
(superficialPart ?OBJ3 ?OBJ2)
(part ?OBJ3 ?OBJ1)))))
2001-11-30 13:35:23.0
has axiom
(=>
(interiorPart ?OBJ1 ?OBJ2)
(forall (?PART)
(=>
(superficialPart ?PART ?OBJ2)
(not
(overlapsSpatially ?OBJ1 ?PART)))))
2001-11-30 13:35:23.0
has axiom
(=>
(equal ?OBJ1 (SkinFn ?HOLE))
(forall (?OBJ2)
(<=>
(overlapsSpatially ?OBJ2 ?OBJ1)
(exists (?OBJ3)
(and
(superficialPart ?OBJ3 (PrincipalHostFn ?HOLE))
(meetsSpatially ?HOLE ?OBJ3)
(overlapsSpatially ?OBJ2 ?OBJ3))))))
2001-11-30 13:35:23.0
has axiom
(=>
(and
(attribute ?OBJ Monochromatic)
(superficialPart ?PART ?OBJ)
(attribute ?PART ?COLOR)
(instance ?COLOR PrimaryColor))
(forall (?ELEMENT)
(=>
(superficialPart ?ELEMENT ?OBJ)
(attribute ?ELEMENT ?COLOR))))
2001-11-30 13:35:23.0
has axiom
(=>
(attribute ?OBJ Polychromatic)
(exists (?PART1 ?PART2 ?COLOR1 ?COLOR2)
(and
(superficialPart ?PART1 ?OBJ)
(superficialPart ?PART2 ?OBJ)
(attribute ?PART1 ?COLOR1)
(attribute ?PART2 ?COLOR2)
(instance ?COLOR1 ColorProperty)
(instance ?COLOR2 ColorProperty)
(not (equal ?COLOR1 ?COLOR2)))))
2001-11-30 13:35:23.0
surfacedocumentation (surface ?OBJ1 ?OBJ2) means that ?OBJ1 is a maximally connected superficialPart of ?OBJ22001-11-30 13:35:23.0
has axiom
(=> 
(surface ?OBJ1 ?OBJ2)
(and
(instance ?OBJ1 SelfConnectedObject)
(forall (?OBJ3)
(=>
(superficialPart ?OBJ3 ?OBJ2)
(part ?OBJ3 ?OBJ1)))))
2001-11-30 13:35:23.0
has axiom
(=>
(and
(instance ?ATTRIBUTE TextureProperty)
(attribute ?OBJ ?ATTRIBUTE)
(surface ?SURFACE ?OBJ))
(attribute ?SURFACE ?ATTRIBUTE))
2001-11-30 13:35:23.0
SurfaceAlterationdocumentation The act of changing the appearance of the surface of an Object2001-11-30 13:35:23.0
is a kind of Process2001-11-30 13:35:23.0
Surgerydocumentation Any TherapeuticProcess that involves making an incision in the Animal that is the patient of the TherapeuticProcess2001-11-30 13:35:23.0
has axiom
(=>
(and
(instance ?ACT Surgery)
(patient ?ACT ?ANIMAL))
(exists (?SUBACT)
(and
(instance ?SUBACT Cutting)
(instance ?ANIMAL Animal)
(patient ?ANIMAL ?CUTTING)
(subProcess ?SUBACT ?ACT))))
2001-11-30 13:35:23.0
is a kind of TherapeuticProcess2001-11-30 13:35:23.0
Sweetdocumentation The Attribute of Objects that are sweet-tasting2001-11-30 13:35:23.0
has contraryProperty Bitter2001-11-30 13:35:23.0
is an instance of TasteProperty2001-11-30 13:35:23.0
Swimmingdocumentation Any deliberate and controlled BodyMotion through water that is accomplished by an Organism2001-11-30 13:35:23.0
is a kind of BodyMotion2001-11-30 13:35:23.0
SymbolicStringdocumentation The Class of all LinguisticExpressions that are represented as strings2001-11-30 13:35:23.0
has axiom
(=>
(instance ?STRING SymbolicString)
(exists (?PART)
(and
(part ?PART ?STRING)
(instance ?PART Character))))
2001-11-30 13:35:23.0
is a kind of LinguisticExpression2001-11-30 13:35:23.0
is first domain of KappaFn2001-11-30 13:35:23.0
is second domain of documentation2001-11-30 13:35:23.0
is second domain of relatedExternalConcept2001-11-30 13:35:23.0
SymmetricRelationdocumentation A BinaryRelation ?REL is symmetric just in case (?REL ?INST1 ?INST2) imples (?REL ?INST2 ?INST1), for all ?INST1 and ?INST22001-11-30 13:35:23.0
has axiom
(=>
(equivalenceRelationOn ?RELATION ?CLASS)
(and
(instance ?RELATION TransitiveRelation)
(instance ?RELATION SymmetricRelation)
(reflexiveOn ?RELATION ?CLASS)))
2001-11-30 13:35:23.0
has axiom
(=>
(instance ?REL SymmetricRelation)
(forall (?INST1 ?INST2)
(=>
(holds ?REL ?INST1 ?INST2)
(holds ?REL ?INST2 ?INST2))))
2001-11-30 13:35:23.0
is a kind of BinaryRelation2001-11-30 13:35:23.0
synonymousExternalConceptdocumentation (synonymousExternalConcept ?STRING ?THING ?LANGUAGE) means that the SUMO concept ?THING has the same meaning as ?STRING in ?LANGUAGE2001-11-30 13:35:23.0
has axiom
(=>
(subsumedExternalConcept ?STRING ?THING ?LANGUAGE)
(not
(or
(subsumingExternalConcept ?STRING ?THING ?LANGUAGE)
(synonymousExternalConcept ?STRING ?THING ?LANGUAGE))))
2001-11-30 13:35:23.0
has axiom
(=>
(subsumingExternalConcept ?STRING ?THING ?LANGUAGE)
(not
(or
(subsumedExternalConcept ?STRING ?THING ?LANGUAGE)
(synonymousExternalConcept ?STRING ?THING ?LANGUAGE))))
2001-11-30 13:35:23.0
has axiom
(=>
(synonymousExternalConcept ?STRING ?THING ?LANGUAGE)
(not
(or
(subsumedExternalConcept ?STRING ?THING ?LANGUAGE)
(subsumingExternalConcept ?STRING ?THING ?LANGUAGE))))
2001-11-30 13:35:23.0
synonymousInternalConceptdocumentation (synonymousInternalConcept ?ENTITY1 ?ENTITY2) means that the SUMO concepts ?ENTITY1 and ?ENTITY2 are distinct and yet have the same meaning2001-11-30 13:35:23.0
SystemeInternationalUnitdocumentation The Class of Systeme International (SI) units2001-11-30 13:35:23.0
is a kind of UnitOfMeasure2001-11-30 13:35:24.0
TangentFndocumentation (TangentFn ?DEGREE) is the tangent of the PlaneAngleMeasure ?DEGREE. The tangent of ?DEGREE is the ratio of the side opposite ?DEGREE to the side next to ?DEGREE in a right-angled triangle2001-11-30 13:35:24.0
has axiom
(equal (TangentFn ?DEGREE) (DivisionFn (SineFn ?DEGREE) (CosineFn ?DEGREE)))
2001-11-30 13:35:24.0
has domain1 PlaneAngleMeasure2001-11-30 13:35:24.0
has range RealNumber2001-11-30 13:35:24.0
is an instance of UnaryFunction2001-11-30 13:35:24.0
TastePropertydocumentation The Class of Attributes relating to the taste of Objects2001-11-30 13:35:24.0
has axiom
(=>
(instance ?OBJ Food)
(exists (?ATTR)
(and
(instance ?ATTR TasteProperty)
(attribute ?OBJ ?ATTR))))
2001-11-30 13:35:24.0
is a kind of Attribute2001-11-30 13:35:24.0
Tastingdocumentation The subclass of Perception in which the sensing is done by of an Organ which can discriminate various tastes2001-11-30 13:35:24.0
is a kind of Perception2001-11-30 13:35:24.0
temporallyBetweendocumentation (temporallyBetween ?POINT1 ?POINT2 ?POINT3) means that the TimePoint ?POINT2 is between the TimePoints ?POINT1 and ?POINT3, i.e. ?POINT1 is before ?POINT2 and ?POINT2 is before ?POINT32001-11-30 13:35:24.0
has axiom
(<=>
(temporallyBetween ?POINT1 ?POINT2 ?POINT3)
(and
(before ?POINT1 ?POINT2)
(before ?POINT2 ?POINT3)))
2001-11-30 13:35:24.0
has axiom
(=> 	
(and
(instance ?POINT TimePoint)
(not (equal ?POINT NegativeInfinity)))
(exists (?OTHERPOINT)
(temporallyBetween NegativeInfinity ?OTHERPOINT ?POINT)))
2001-11-30 13:35:24.0
has axiom
(=> 	
(and
(instance ?POINT TimePoint)
(not (equal ?POINT PositiveInfinity)))
(exists (?OTHERPOINT)
(temporallyBetween ?POINT ?OTHERPOINT PositiveInfinity)))
2001-11-30 13:35:24.0
has domain1 TimePoint2001-11-30 13:35:24.0
has domain2 TimePoint2001-11-30 13:35:24.0
has domain3 TimePoint2001-11-30 13:35:24.0
is an instance of TemporalRelation2001-11-30 13:35:24.0
is an instance of TernaryPredicate2001-11-30 13:35:24.0
temporallyBetweenOrEqualdocumentation (temporallyBetweenOrEqual ?POINT1 ?POINT2 ?POINT3) means that the TimePoint ?POINT1 is before or equal to the TimePoint ?POINT2 and ?POINT2 is before or equal to the TimePoint ?POINT32001-11-30 13:35:24.0
has axiom
(<=>
(existant ?PHYS ?TIME)
(temporallyBetweenOrEqual (BeginFn (WhenFn ?PHYS)) ?TIME (EndFn (WhenFn ?PHYS))))
2001-11-30 13:35:24.0
has axiom
(<=>
(temporallyBetweenOrEqual ?POINT1 ?POINT2 ?POINT3)
(and
(beforeEq ?POINT1 ?POINT2)
(beforeEq ?POINT2 ?POINT3)))
2001-11-30 13:35:24.0
has domain1 TimePoint2001-11-30 13:35:24.0
has domain2 TimePoint2001-11-30 13:35:24.0
has domain3 TimePoint2001-11-30 13:35:24.0
is an instance of TemporalRelation2001-11-30 13:35:24.0
is an instance of TernaryPredicate2001-11-30 13:35:24.0
temporalPartdocumentation (temporalPart ?POINT ?INTERVAL) means that TimePoint ?POINT is part of TimeInterval ?INTERVAL2001-11-30 13:35:24.0
has axiom
(<=>
(temporalPart ?POINT (WhenFn ?THING))
(existant ?THING ?POINT))
2001-11-30 13:35:24.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:35:24.0
has axiom
(=>
(and
(holdsDuring ?TIME1 ?SITUATION)
(instance ?TIME1 TimeInterval)
(temporalPart ?TIME2 ?TIME1))
(holdsDuring ?TIME2 ?SITUATION))
2001-11-30 13:35:24.0
has axiom
(=>
(and
(instance ?DECODE Decoding)
(patient ?DECODE ?DOC1))
(exists (?ENCODE ?DOC2)
(and
(containsInformation ?DOC2 ?PROP)
(containsInformation ?DOC1 ?PROP)
(holdsDuring ?TIME
(and
(temporalPart ?TIME (PastFn (WhenFn ?DECODE)))
(instance ?ENCODE Encoding)
(patient ?ENCODE ?DOC2))))))
2001-11-30 13:35:24.0
has axiom
(=>
(and
(time ?PHYS ?TIME1)
(time ?PHYS ?TIME2))
(or
(overlapsTemporally ?TIME1 ?TIME2)
(temporalPart ?TIME1 ?TIME2)
(temporalPart ?TIME2 ?TIME1)))
2001-11-30 13:35:24.0
has axiom
(=>
(equal (BeginFn ?INTERVAL) ?POINT)
(forall (?OTHERPOINT)
(=>
(and
(temporalPart ?OTHERPOINT ?INTERVAL)
(not (equal ?OTHERPOINT ?POINT)))
(before ?POINT ?OTHERPOINT))))
2001-11-30 13:35:24.0
has axiom
(=>
(equal (EndFn ?INTERVAL) ?POINT)
(forall (?OTHERPOINT)
(=>
(and
(temporalPart ?OTHERPOINT ?INTERVAL)
(not (equal ?OTHERPOINT ?POINT)))
(before ?OTHERPOINT ?POINT))))
2001-11-30 13:35:24.0
has axiom
(=>
(frequency ?PROC ?TIME1)
(forall (?TIME2)
(=>
(duration ?TIME2 ?TIME1)
(exists (?POINT)
(and
(temporalPart ?POINT ?TIME2)
(holdsDuring ?POINT (exists (?INST) (instance ?INST ?PROC))))))))
2001-11-30 13:35:24.0
has axiom
(=>
(instance ?POINT TimePoint)
(exists (?INTERVAL)
(and
(instance ?INTERVAL TimeInterval)
(temporalPart ?POINT ?INTERVAL))))
2001-11-30 13:35:24.0
has domain1 TimePoint2001-11-30 13:35:24.0
has domain2 TimeInterval2001-11-30 13:35:24.0
is an instance of AsymmetricRelation2001-11-30 13:35:24.0
is an instance of BinaryPredicate2001-11-30 13:35:25.0
TemporalRelationdocumentation The Class of temporal Relations. This Class includes notions of (temporal) topology of intervals, (temporal) schemata, and (temporal) extension2001-11-30 13:35:25.0
is a kind of Relation2001-11-30 13:35:25.0
Terminaldocumentation The end of an EngineeringElement where signals are either transmitted or received2001-11-30 13:35:25.0
is a kind of EngineeringElement2001-11-30 13:35:25.0
is first domain of EngineeringComponentFn2001-11-30 13:35:25.0
is first domain of JunctionFn2001-11-30 13:35:25.0
TerminalFndocumentation A UnaryFunction that maps an EngineeringComponent to its corresponding Terminal2001-11-30 13:35:25.0
has domain1 EngineeringComponent2001-11-30 13:35:25.0
has range Terminal2001-11-30 13:35:25.0
is an instance of UnaryFunction2001-11-30 13:35:25.0
TernaryFunctiondocumentation The Class of Functions that require exactly three arguments2001-11-30 13:35:25.0
has axiom
(<=>
(and
(holds ?REL ?INST1 ?INST2 ?INST3 ?INST4)
(instance ?REL TernaryFunction))
(equal (AssignmentFn ?REL ?INST1 ?INST2 ?INST3) ?INST4))
2001-11-30 13:35:25.0
has axiom
(=>
(instance ?FUNCTION TernaryFunction)
(valence ?FUNCTION 3))
2001-11-30 13:35:25.0
has axiom
(=>
(and
(instance ?FUNCTION TernaryFunction)
(equal (AssignmentFn ?FUNCTION ?ARG1 ?ARG2 ?ARG3) ?VALUE1)
(equal (AssignmentFn ?FUNCTION ?ARG1 ?ARG2 ?ARG3) ?VALUE2))
(equal ?VALUE1 ?VALUE2))
2001-11-30 13:35:25.0
is a kind of Function2001-11-30 13:35:25.0
is a kind of QuaternaryRelation2001-11-30 13:35:25.0
TernaryPredicatedocumentation The Class of Predicates that require exactly three arguments2001-11-30 13:35:25.0
has axiom
(=>
(instance ?REL TernaryPredicate)
(valence ?REL 3))
2001-11-30 13:35:25.0
is a kind of Predicate2001-11-30 13:35:25.0
is a kind of TernaryRelation2001-11-30 13:35:25.0
TernaryRelationdocumentation TernaryRelations relate three items. The two subclasses of TernaryRelation are TernaryPredicate and BinaryFunction2001-11-30 13:35:25.0
is a kind of Relation2001-11-30 13:35:25.0
Tesladocumentation SI MagneticFluxDensityMeasure. Symbol: T. One Tesla equals one Weber per square Meter. Tesla = Wb/m^2 = kg*s^(-2)*A^(-1)2001-11-30 13:35:25.0
is an instance of MagneticFluxDensityMeasure2001-11-30 13:35:25.0
is an instance of SystemeInternationalUnit2001-11-30 13:35:25.0
Textdocumentation A set of Sentences that express a discourse on a subject of some sort2001-11-30 13:35:25.0
has axiom
(=>
(instance ?TEXT Text)
(exists (?PART1 ?PART2)
(and
(part ?PART1 ?TEXT)
(part ?PART2 ?TEXT)
(instance ?PART1 Sentence)
(instance ?PART2 Sentence)
(not (equal ?PART1 ?PART2)))))
2001-11-30 13:35:25.0
is a kind of ContentBearingObject2001-11-30 13:35:25.0
is second domain of authors2001-11-30 13:35:25.0
TexturePropertydocumentation Any Attribute that characterizes the texture of an Object2001-11-30 13:35:25.0
has axiom
(=>
(and
(instance ?ATTRIBUTE TextureProperty)
(attribute ?OBJ ?ATTRIBUTE)
(surface ?SURFACE ?OBJ))
(attribute ?SURFACE ?ATTRIBUTE))
2001-11-30 13:35:25.0
is a kind of Attribute2001-11-30 13:35:26.0
TherapeuticProcessdocumentation A Process that is carried out for the purpose of curing, improving or reducing the pain associated with a DiseaseOrSyndrome2001-11-30 13:35:26.0
is a kind of IntentionalProcess2001-11-30 13:35:26.0
ThermodynamicTemperatureMeasuredocumentation Measures of temperature. In scientific circles, the temperature of something is understood as the average velocity of the atoms or molecules that make up the thing2001-11-30 13:35:26.0
is a kind of ConstantQuantity2001-11-30 13:35:26.0
Tickdocumentation A Class of Arachnids that attach themselves to instances of WarmBloodedVertebrate and feed off of their Blood2001-11-30 13:35:26.0
has axiom
(=>
(instance ?CHLAMYD Chlamydia)
(exists (?CELL ?ANIMAL)
(and
(inhabits ?CHLAMYD ?CELL)
(instance ?CELL Cell)
(component ?CELL ?ANIMAL)
(or
(instance ?ANIMAL Insect)
(instance ?ANIMAL Tick)))))
2001-11-30 13:35:26.0
is a kind of Arachnid2001-11-30 13:35:26.0
timedocumentation A very general TemporalRelation that specifies, at any level of resolution, the TimePosition at which a particular Object or Process exists or occurs2001-11-30 13:35:26.0
has axiom
(=>
(and
(time ?PHYS ?TIME1)
(time ?PHYS ?TIME2))
(or
(overlapsTemporally ?TIME1 ?TIME2)
(temporalPart ?TIME1 ?TIME2)
(temporalPart ?TIME2 ?TIME1)))
2001-11-30 13:35:26.0
has domain1 Physical2001-11-30 13:35:26.0
has domain2 TimePosition2001-11-30 13:35:26.0
is an instance of AsymmetricRelation2001-11-30 13:35:26.0
is an instance of BinaryPredicate2001-11-30 13:35:26.0
is an instance of TemporalRelation2001-11-30 13:35:26.0
TimeDependentQuantitydocumentation A UnaryConstantFunction of continuous time. All instances of this Class map a time quantity into another ConstantQuantity such as temperature. For example, 'the temperature at the top of the Empire State Building' is a TimeDependentQuantity since its value depends on the time2001-11-30 13:35:26.0
has axiom
(=>
(instance ?FUNCTION TimeDependentQuantity)
(domain ?FUNCTION 1 TimeMeasure))
2001-11-30 13:35:26.0
is a kind of ContinuousFunction2001-11-30 13:35:26.0
is a kind of UnaryConstantFunctionQuantity2001-11-30 13:35:26.0
TimeDurationdocumentation Any measure of length of time, with or without respect to the universal timeline2001-11-30 13:35:26.0
is a kind of TimeMeasure2001-11-30 13:35:26.0
is second domain of age2001-11-30 13:35:26.0
is second domain of duration2001-11-30 13:35:26.0
is second domain of frequency2001-11-30 13:35:26.0
TimeIntervaldocumentation An interval of time. Note that a TimeInterval has both an extent and a location on the universal timeline2001-11-30 13:35:26.0
has axiom
(=>
(and
(birthTime ?ORGANISM ?TIME1)
(deathTime ?ORGANISM ?TIME2)
(instance ?TIME1 TimeInterval)
(instance ?TIME2 TimeInterval))
(exists (?INTERVAL)
(and
(starts ?TIME1 ?INTERVAL)
(finishes ?TIME2 ?INTERVAL)
(holdsDuring ?INTERVAL (attribute ?ORGANISM Living)))))
2001-11-30 13:35:26.0
has axiom
(=>
(and
(holdsDuring ?TIME1 ?SITUATION)
(instance ?TIME1 TimeInterval)
(temporalPart ?TIME2 ?TIME1))
(holdsDuring ?TIME2 ?SITUATION))
2001-11-30 13:35:26.0
has axiom
(=>
(instance ?INTERVAL TimeInterval)
(exists (?DURATION)
(duration ?INTERVAL ?DURATION)))
2001-11-30 13:35:26.0
has axiom
(=>
(instance ?POINT TimePoint)
(exists (?INTERVAL)
(and
(instance ?INTERVAL TimeInterval)
(temporalPart ?POINT ?INTERVAL))))
2001-11-30 13:35:26.0
is a kind of TimePosition2001-11-30 13:35:27.0
is first domain of BeginFn2001-11-30 13:35:26.0
is first domain of during2001-11-30 13:35:26.0
is first domain of earlier2001-11-30 13:35:26.0
is first domain of EndFn2001-11-30 13:35:26.0
is first domain of finishes2001-11-30 13:35:26.0
is first domain of meetsTemporally2001-11-30 13:35:26.0
is first domain of overlapsTemporally2001-11-30 13:35:26.0
is first domain of starts2001-11-30 13:35:26.0
is second domain of during2001-11-30 13:35:26.0
is second domain of earlier2001-11-30 13:35:26.0
is second domain of finishes2001-11-30 13:35:26.0
is second domain of meetsTemporally2001-11-30 13:35:26.0
is second domain of overlapsTemporally2001-11-30 13:35:26.0
is second domain of starts2001-11-30 13:35:26.0
is second domain of temporalPart2001-11-30 13:35:26.0
TimeMeasuredocumentation The class of temporal durations (instances of TimeDuration) and positions of TimePoints and TimeIntervals along the universal timeline (instances of TimePosition)2001-11-30 13:35:27.0
has axiom
(=>
(instance ?FUNCTION TimeDependentQuantity)
(domain ?FUNCTION 1 TimeMeasure))
2001-11-30 13:35:27.0
is a kind of ConstantQuantity2001-11-30 13:35:27.0
TimePointdocumentation An extensionless point on the universal timeline. The TimePoints at which Processes occur can be known with various degrees of precision and approximation, but conceptually TimePoints are point-like and not interval-like. That is, it doesn't make sense to talk about what happens during a TimePoint, or how long the TimePoint lasts2001-11-30 13:35:27.0
has axiom
(=> 	
(and
(instance ?POINT TimePoint)
(not (equal ?POINT NegativeInfinity)))
(exists (?OTHERPOINT)
(temporallyBetween NegativeInfinity ?OTHERPOINT ?POINT)))
2001-11-30 13:35:27.0
has axiom
(=> 	
(and
(instance ?POINT TimePoint)
(not (equal ?POINT PositiveInfinity)))
(exists (?OTHERPOINT)
(temporallyBetween ?POINT ?OTHERPOINT PositiveInfinity)))
2001-11-30 13:35:27.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:35:27.0
has axiom
(=> 
(and
(instance ?POINT TimePoint)
(not (equal ?POINT NegativeInfinity)))
(before NegativeInfinity ?POINT))
2001-11-30 13:35:27.0
has axiom
(=> 
(and
(instance ?POINT TimePoint)
(not (equal ?POINT PositiveInfinity)))
(before ?POINT PositiveInfinity))
2001-11-30 13:35:27.0
has axiom
(=>
(and
(birthTime ?ORGANISM ?TIME1)
(deathTime ?ORGANISM ?TIME2)
(instance ?TIME1 TimePoint)
(instance ?TIME2 TimePoint))
(exists (?INTERVAL)
(and
(equal (BeginFn ?INTERVAL) ?TIME1)
(equal (EndFn ?INTERVAL) ?TIME2)
(holdsDuring ?INTERVAL (attribute ?ORGANISM Living)))))
2001-11-30 13:35:27.0
has axiom
(=>
(instance ?POINT TimePoint)
(exists (?INTERVAL)
(and
(instance ?INTERVAL TimeInterval)
(temporalPart ?POINT ?INTERVAL))))
2001-11-30 13:35:27.0
has axiom
(=>
(instance ?POINT TimePoint)
(not
(exists (?DURATION)
(duration ?POINT ?DURATION))))
2001-11-30 13:35:27.0
is a kind of TimePosition2001-11-30 13:35:27.0
is first domain of before2001-11-30 13:35:27.0
is first domain of beforeEq2001-11-30 13:35:27.0
is first domain of temporallyBetween2001-11-30 13:35:27.0
is first domain of temporallyBetweenOrEqual2001-11-30 13:35:27.0
is first domain of temporalPart2001-11-30 13:35:27.0
is second domain of before2001-11-30 13:35:27.0
is second domain of beforeEq2001-11-30 13:35:27.0
is second domain of temporallyBetween2001-11-30 13:35:27.0
is second domain of temporallyBetweenOrEqual2001-11-30 13:35:27.0
is second domain of WhereFn2001-11-30 13:35:27.0
is third domain of temporallyBetween2001-11-30 13:35:27.0
is third domain of temporallyBetweenOrEqual2001-11-30 13:35:27.0
TimePositiondocumentation Any TimePoint or TimeInterval along the universal timeline from NegativeInfinity to PositiveInfinity2001-11-30 13:35:27.0
has axiom
(=>
(and
(instance ?TIME TimePosition)
(holdsDuring ?TIME (possesses ?AGENT1 ?OBJ))
(holdsDuring ?TIME (possesses ?AGENT2 ?OBJ)))
(equal ?AGENT1 ?AGENT2))
2001-11-30 13:35:27.0
is a kind of TimeMeasure2001-11-30 13:35:27.0
is first domain of duration2001-11-30 13:35:27.0
is first domain of FutureFn2001-11-30 13:35:27.0
is first domain of holdsDuring2001-11-30 13:35:27.0
is first domain of ImmediateFutureFn2001-11-30 13:35:27.0
is first domain of ImmediatePastFn2001-11-30 13:35:27.0
is first domain of PastFn2001-11-30 13:35:27.0
is partitioned into TimeInterval, TimePoint2001-11-30 13:35:27.0
is second domain of birthTime2001-11-30 13:35:27.0
is second domain of deathTime2001-11-30 13:35:27.0
is second domain of existant2001-11-30 13:35:27.0
is second domain of time2001-11-30 13:35:27.0
Tissuedocumentation An aggregation of similarly specialized Cells and the associated intercellular substance. Tissues are relatively non-localized in comparison to BodyParts, Organs or Organ components. The main features of Tissues are self-connectivity (see SelfConnectedObject) and being a homogeneous mass (all parts in the same granularity are instances of Tissue as well)2001-11-30 13:35:27.0
has axiom
(=>
(instance ?PROC ?OrganOrTissueProcess)
(exists (?THING)
(and
(located ?PROC ?THING)
(or
(instance ?THING Organ)
(instance ?THING Tissue)))))
2001-11-30 13:35:27.0
has axiom
(=>
(instance ?STUFF Tissue)
(exists (?ORGANISM)
(and
(instance ?ORGANISM Organism)
(part ?STUFF ?ORGANISM))))
2001-11-30 13:35:27.0
has axiom
(=>
(instance ?STUFF Tissue)
(exists (?PART)
(and
(instance ?PART Cell)
(part ?PART ?STUFF))))
2001-11-30 13:35:27.0
is a kind of BodySubstance2001-11-30 13:35:27.0
totalOrderingOndocumentation A BinaryRelation ?REL is a total ordering on a Class only if it is a partial ordering for which either (?REL ?INST1 ?INST2) or (?REL ?INST2 ?INST1) for every ?INST1 and ?INST2 in the Class2001-11-30 13:35:27.0
has axiom
(<=> 
(totalOrderingOn ?RELATION ?CLASS)
(and
(partialOrderingOn ?RELATION ?CLASS)
(trichotomizingOn ?RELATION ?CLASS)))
2001-11-30 13:35:27.0
has domain1 BinaryRelation2001-11-30 13:35:27.0
has domain2 Class2001-11-30 13:35:27.0
is an instance of AsymmetricRelation2001-11-30 13:35:27.0
is an instance of BinaryPredicate2001-11-30 13:35:28.0
TotalOrderingRelationdocumentation "A BinaryRelation is a TotalOrderingRelation if it is a PartialOrderingRelation and a TrichotomizingRelation2001-11-30 13:35:28.0
has axiom
(=>
(instance ?REL TotalOrderingRelation)
(forall (?INST1 ?INST2)
(or
(holds ?REL ?INST1 ?INST2)
(holds ?REL ?INST2 ?INST1))))
2001-11-30 13:35:28.0
is a kind of PartialOrderingRelation2001-11-30 13:35:28.0
is a kind of TrichotomizingRelation2001-11-30 13:35:28.0
Touchingdocumentation The Class of Processes where there is immediate physical contact between an Organism and another Object2001-11-30 13:35:28.0
has axiom
(=>
(and
(instance ?TOUCH Touching)
(agent ?TOUCH ?AGENT)
(patient ?TOUCH ?OBJ))
(holdsDuring (WhenFn ?TOUCH) (connected ?AGENT ?OBJ)))
2001-11-30 13:35:28.0
is a kind of IntentionalProcess2001-11-30 13:35:28.0
ToxicOrganismdocumentation The Class of Organisms which are poisonous to other Organisms2001-11-30 13:35:28.0
has axiom
(=>
(instance ?ORGANISM ToxicOrganism)
(exists (?SUBSTANCE)
(and
(instance ?SUBSTANCE ToxicSubstance)
(part ?SUBSTANCE ?ORGANISM))))
2001-11-30 13:35:28.0
is a kind of Organism2001-11-30 13:35:28.0
ToxicSubstancedocumentation A BiologicallyActiveSubstance of concern because of its potentially hazardous or toxic effects. This would include most drugs of abuse, as well as agents that require special handling because of their toxicity. Most pharmaceutical agents, although potentially harmful, are excluded here and are assigned to the sibling Class PharmacologicSubstance2001-11-30 13:35:28.0
has axiom
(=>
(instance ?POISON Poisoning)
(exists (?SUBSTANCE)
(and
(instance ?SUBSTANCE ToxicSubstance)
(instrument ?POISON ?SUBSTANCE))))
2001-11-30 13:35:28.0
has axiom
(=>
(instance ?ORGANISM ToxicOrganism)
(exists (?SUBSTANCE)
(and
(instance ?SUBSTANCE ToxicSubstance)
(part ?SUBSTANCE ?ORGANISM))))
2001-11-30 13:35:28.0
is a kind of BiologicallyActiveSubstance2001-11-30 13:35:28.0
TraitPropertydocumentation Attributes that indicate the the behavior/personality traits of an Organism2001-11-30 13:35:28.0
is a kind of PsychologicalProperty2001-11-30 13:35:28.0
Transactiondocumentation The subclass of ChangeOfPossession where something is exchanged for something else2001-11-30 13:35:28.0
has axiom
(=>
(instance ?TRANS Transaction)
(exists (?AGENT1 ?AGENT2 ?GIVE1 ?GIVE2 ?OBJ1 ?OBJ2)
(and
(instance ?GIVE1 Giving)
(instance ?GIVE2 Giving)
(subProcess ?GIVE1 ?TRANS)
(subProcess ?GIVE2 ?TRANS)
(agent ?GIVE1 ?AGENT1)
(agent ?GIVE2 ?AGENT2)
(patient ?GIVE1 ?OBJ1)
(patient ?GIVE2 ?OBJ2)
(destination ?GIVE1 ?AGENT2)
(destination ?GIVE2 ?AGENT1)
(not
(equal ?AGENT1 ?AGENT2))
(not
(equal ?OBJ1 ?OBJ2)))))
2001-11-30 13:35:28.0
is a kind of ChangeOfPossession2001-11-30 13:35:28.0
Transferdocumentation Any instance of Motion where the agent of the Motion and the patient of the Motion are not the same thing2001-11-30 13:35:28.0
has axiom
(=>
(and
(instance ?TRANSFER Transfer)
(agent ?TRANSFER ?AGENT)
(patient ?TRANSFER ?PATIENT))
(not
(equal ?AGENT ?PATIENT)))
2001-11-30 13:35:28.0
is a kind of Motion2001-11-30 13:35:28.0
TransitiveRelationdocumentation A BinaryRelation ?REL is transitive if (?REL ?INST1 ?INST2) and (?REL ?INST2 ?INST3) imply (?REL ?INST1 ?INST3), for all ?INST1, ?INST2, and ?INST32001-11-30 13:35:28.0
has axiom
(=> 
(partialOrderingOn ?RELATION ?CLASS)
(and
(reflexiveOn ?RELATION ?CLASS)
(instance ?RELATION TransitiveRelation)
(instance ?RELATION AntisymmetricRelation)))
2001-11-30 13:35:28.0
has axiom
(=>
(equivalenceRelationOn ?RELATION ?CLASS)
(and
(instance ?RELATION TransitiveRelation)
(instance ?RELATION SymmetricRelation)
(reflexiveOn ?RELATION ?CLASS)))
2001-11-30 13:35:28.0
has axiom
(=>
(instance ?REL TransitiveRelation)
(forall (?INST1 ?INST2 ?INST3)
(=>
(and
(holds ?REL ?INST1 ?INST2)
(holds ?REL ?INST2 ?INST3))
(holds ?REL ?INST1 ?INST3))))
2001-11-30 13:35:28.0
is a kind of BinaryRelation2001-11-30 13:35:28.0
Transportationdocumentation Motion from one point to another by means of a TransportationDevice2001-11-30 13:35:28.0
has axiom
(=>
(instance ?TRANS Transportation)
(exists (?DEVICE)
(and
(instance ?DEVICE TransportationDevice)
(instrument ?TRANS ?DEVICE))))
2001-11-30 13:35:28.0
has relatedInternalConcept TransportationDevice2001-11-30 13:35:28.0
is a kind of Motion2001-11-30 13:35:28.0
TransportationDevicedocumentation A TransportationDevice is a Device which serves as an instrument in Transportation Processes2001-11-30 13:35:29.0
has axiom
(=>
(instance ?TRANS Transportation)
(exists (?DEVICE)
(and
(instance ?DEVICE TransportationDevice)
(instrument ?TRANS ?DEVICE))))
2001-11-30 13:35:29.0
is a kind of Device2001-11-30 13:35:29.0
traversesdocumentation (traverses ?OBJ1 ?OBJ2) means that ?OBJ1 crosses or extends across ?OBJ2. Note that crosses and penetrates are subrelations of traverses2001-11-30 13:35:29.0
has axiom
(=>
(traverses ?OBJ1 ?OBJ2)
(or
(crosses ?OBJ1 ?OBJ2)
(penetrates ?OBJ1 ?OBJ2)))
2001-11-30 13:35:29.0
trichotomizingOndocumentation A BinaryRelation ?REL is trichotomizing on a Class only if, for all instances ?INST1 and ?INST2 of the Class, at least one of the following holds: (?REL ?INST1 ?INST2), (?REL ?INST2 ?INST1) or (equal ?INST1 ?INST2)2001-11-30 13:35:29.0
has axiom
(<=> 
(totalOrderingOn ?RELATION ?CLASS)
(and
(partialOrderingOn ?RELATION ?CLASS)
(trichotomizingOn ?RELATION ?CLASS)))
2001-11-30 13:35:29.0
has axiom
(=>
(trichotomizingOn ?RELATION ?CLASS)
(forall (?INST1 ?INST2)
(=>
(and
(instance ?INST1 ?CLASS)
(instance ?INST2 ?CLASS))
(or
(holds ?RELATION ?INST1 ?INST2)
(holds ?RELATION ?INST2 ?INST1)
(equal ?INST1 ?INST2)))))
2001-11-30 13:35:29.0
has domain1 BinaryRelation2001-11-30 13:35:29.0
has domain2 Class2001-11-30 13:35:29.0
is an instance of AsymmetricRelation2001-11-30 13:35:29.0
is an instance of BinaryPredicate2001-11-30 13:35:29.0
TrichotomizingRelationdocumentation A BinaryRelation ?REL is a TrichotomizingRelation just in case all ordered pairs consisting of distinct individuals are elements of ?REL2001-11-30 13:35:29.0
has axiom
(=>
(instance ?REL TrichotomizingRelation)
(forall (?INST1 ?INST2)
(or
(holds ?REL ?INST1 ?INST2)
(equal ?INST1 ?INST2)
(holds ?REL ?INST2 ?INST1))))
2001-11-30 13:35:29.0
is a kind of BinaryRelation2001-11-30 13:35:29.0
truedocumentation The BinaryPredicate that relates a Sentence to its TruthValue2001-11-30 13:35:29.0
Truedocumentation The TruthValue of being true2001-11-30 13:35:29.0
has axiom
(=>
(knows ?AGENT ?FORMULA)
(true ?FORMULA True))
2001-11-30 13:35:29.0
truehas axiom
(=>
(knows ?AGENT ?FORMULA)
(true ?FORMULA True))
2001-11-30 13:35:29.0
has domain1 Sentence2001-11-30 13:35:29.0
has domain2 TruthValue2001-11-30 13:35:29.0
has relatedInternalConcept TruthFn2001-11-30 13:35:29.0
Trueis an instance of TruthValue2001-11-30 13:35:29.0
TruthFndocumentation The function mapping Sentences to TruthValues2001-11-30 13:35:29.0
has domain1 Sentence2001-11-30 13:35:29.0
has domain2 TruthValue2001-11-30 13:35:29.0
is an instance of UnaryFunction2001-11-30 13:35:29.0
TruthValuedocumentation The Class of truth values, e.g. True and False. These are Attributes of Sentences2001-11-30 13:35:29.0
is a kind of Attribute2001-11-30 13:35:29.0
is second domain of true2001-11-30 13:35:29.0
is second domain of TruthFn2001-11-30 13:35:29.0
Tyingdocumentation The Process of tying two things, or two strands of the same thing, together2001-11-30 13:35:29.0
is a kind of Attaching2001-11-30 13:35:29.0
UnaryConstantFunctionQuantitydocumentation The class of UnaryFunctions that map from the Class ConstantQuantity to the Class ConstantQuantity2001-11-30 13:35:29.0
has axiom
(=>
(instance ?FUNCTION UnaryConstantFunctionQuantity)
(and
(domain ?FUNCTION 1 ConstantQuantity)
(range ?FUNCTION ConstantQuantity)))
2001-11-30 13:35:29.0
is a kind of FunctionQuantity2001-11-30 13:35:29.0
is a kind of UnaryFunction2001-11-30 13:35:30.0
UnaryFunctiondocumentation The Class of Functions that require a single argument2001-11-30 13:35:30.0
has axiom
(<=>
(and
(holds ?REL ?INST1 ?INST2)
(instance ?REL UnaryFunction))
(equal (AssignmentFn ?REL ?INST1) ?INST2))
2001-11-30 13:35:30.0
has axiom
(=>
(and
(closedOn ?FUNCTION ?CLASS)
(instance ?FUNCTION UnaryFunction))
(forall (?INST)
(=>
(instance ?INST ?CLASS)
(instance (AssignmentFn ?FUNCTION ?INST) ?CLASS))))
2001-11-30 13:35:30.0
has axiom
(=>
(and
(instance ?FUNCTION UnaryFunction)
(equal (AssignmentFn ?FUNCTION ?ARG) ?VALUE1)
(equal (AssignmentFn ?FUNCTION ?ARG) ?VALUE2))
(equal ?VALUE1 ?VALUE2))
2001-11-30 13:35:30.0
has axiom
(=>
(instance ?FUNCTION UnaryFunction)
(valence ?FUNCTION 1))
2001-11-30 13:35:30.0
is a kind of BinaryRelation2001-11-30 13:35:30.0
is a kind of Function2001-11-30 13:35:30.0
Unbreakabledocumentation An Attribute which indicates that the associated Object cannot be broken under ordinary circumstances2001-11-30 13:35:30.0
has contraryProperty Fragile2001-11-30 13:35:30.0
is an instance of BreakabilityProperty2001-11-30 13:35:30.0
Unconsciousdocumentation This Attribute applies to Organisms that are unconscious, e.g. because of a blow to the head or some other traumatic injury. Note that the Attribute Asleep is used to describe the ConsciousnessProperty of an Organism that is asleep2001-11-30 13:35:30.0
has contraryProperty Awake2001-11-30 13:35:30.0
is a kind of ConsciousnessProperty2001-11-30 13:35:30.0
underdocumentation This is a cognitive primitive, derived from the up/down schema. (under ?OBJ1 ?OBJ2) means that ?OBJ1 is under ?OBJ22001-11-30 13:35:30.0
has axiom
(=>
(under ?OBJ1 ?OBJ2)
(or
(on ?OBJ2 ?OBJ1)
(above ?OBJ2 ?OBJ1)))
2001-11-30 13:35:30.0
is an instance of AsymmetricRelation2001-11-30 13:35:30.0
is an instance of TransitiveRelation2001-11-30 13:35:30.0
UnemployedPersondocumentation The Class of all CognitiveAgents who are unemployed2001-11-30 13:35:30.0
has axiom
(=>
(instance ?PERSON UnemployedPerson)
(not
(exists (?ORG)
(employs ?ORG ?PERSON))))
2001-11-30 13:35:30.0
is a kind of PersonByOccupationalRole2001-11-30 13:35:30.0
UnionFndocumentation A BinaryFunction that maps two Classes to the union of these Classes. An object is an instance of the union of two Classes just in case it is an instance of either Class2001-11-30 13:35:30.0
has axiom
(<=> 
(instance ?ENTITY (UnionFn ?CLASS1 ?CLASS2))
(or
(instance ?ENTITY ?CLASS1)
(instance ?ENTITY ?CLASS2)))
2001-11-30 13:35:30.0
has domain1 Class2001-11-30 13:35:30.0
has domain2 Class2001-11-30 13:35:30.0
has range Class2001-11-30 13:35:30.0
is an instance of BinaryFunction2001-11-30 13:35:31.0
UnitedKingdomGallondocumentation Unit of volume commonly used in the United Kingdom2001-11-30 13:35:31.0
has axiom
(equal
(MeasureFn ?NUMBER UnitedKingdomGallon)
(MeasureFn (MultiplicationFn ?NUMBER 4.54609) Liter))
2001-11-30 13:35:31.0
is an instance of UnitOfMeasure2001-11-30 13:35:31.0
is an instance of VolumeMeasure2001-11-30 13:35:31.0
UnitedStatesGallondocumentation Unit of volume commonly used in the United States2001-11-30 13:35:31.0
has axiom
(equal
(MeasureFn ?NUMBER Quart)
(MeasureFn (DivisionFn ?NUMBER 4) UnitedStatesGallon))
2001-11-30 13:35:31.0
has axiom
(equal
(MeasureFn ?NUMBER UnitedStatesGallon)
(MeasureFn (MultiplicationFn ?NUMBER 3.785411784) Liter))
2001-11-30 13:35:31.0
has relatedInternalConcept UnitedKingdomGallon2001-11-30 13:35:31.0
is an instance of UnitOfMeasure2001-11-30 13:35:31.0
is an instance of VolumeMeasure2001-11-30 13:35:31.0
UnitOfMeasuredocumentation A standard of measurement for some dimension. For example, the Meter is a UnitOfMeasure for the dimension of length, as is the Inch. There is no intrisic property of a UnitOfMeasure that makes it primitive or fundamental; rather, a system-of-units (e.g. SystemeInternationalUnit) defines a set of orthogonal dimensions and assigns units for each2001-11-30 13:35:31.0
has axiom
(=>
(and
(equal (MeasureFn ?NUMBER ?UNIT) ?QUANT)
(subclass ?UNIT ?QUANTTYPE)
(not (equal ?QUANTTYPE UnitOfMeasure)))
(subclass ?QUANT ?QUANTTYPE))
2001-11-30 13:35:31.0
has axiom
(=>
(and
(instance ?FUNCTION RelationExtendedToQuantities)
(instance ?FUNCTION BinaryFunction)
(instance ?NUMBER1 RealNumber)
(instance ?NUMBER2 RealNumber)
(equal (AssignmentFn ?FUNCTION ?NUMBER1 ?NUMBER2) ?VALUE))
(forall (?UNIT)
(=>
(instance ?UNIT UnitOfMeasure)
(equal (AssignmentFn ?FUNCTION
(MeasureFn ?NUMBER1 ?UNIT)
(MeasureFn ?NUMBER2 ?UNIT))
(MeasureFn ?VALUE ?UNIT)))))
2001-11-30 13:35:31.0
has axiom
(=>
(and
(instance ?REL RelationExtendedToQuantities)
(instance ?REL BinaryRelation)
(instance ?NUMBER1 RealNumber)
(instance ?NUMBER2 RealNumber)
(holds ?REL ?NUMBER1 ?NUMBER2))
(forall (?UNIT)
(=>
(instance ?UNIT UnitOfMeasure)
(holds ?REL (MeasureFn ?NUMBER1 ?UNIT) (MeasureFn ?NUMBER2 ?UNIT)))))
2001-11-30 13:35:31.0
is a kind of PhysicalQuantity2001-11-30 13:35:31.0
is second domain of MeasureFn2001-11-30 13:35:31.0
Untyingdocumentation The Process of untying two things, or two strands of the same thing2001-11-30 13:35:31.0
is a kind of Detaching2001-11-30 13:35:31.0
is disjoint from Tying2001-11-30 13:35:31.0
usesdocumentation (uses ?OBJECT AGENT) means that ?OBJECT is used by ?AGENT as an instrument in an unspecified Process. This Predicate, as its corresponding axiom indicates, is a composition of the CaseRoles agent and instrument2001-11-30 13:35:31.0
has axiom
(=>
(uses ?OBJ ?AGENT)
(exists (?PROC)
(and
(agent ?PROC ?AGENT)
(instrument ?PROC ?OBJ))))
2001-11-30 13:35:31.0
has domain1 Object2001-11-30 13:35:31.0
has domain2 Agent2001-11-30 13:35:31.0
is an instance of AsymmetricRelation2001-11-30 13:35:31.0
is an instance of BinaryPredicate2001-11-30 13:35:31.0
valencedocumentation Specifies the number of arguments that a relation can take. If a relation does not have a fixed number of arguments, it does not have a valence and it is an instance of VariableArityRelation. For example, holds is a VariableArityRelation2001-11-30 13:35:31.0
has arg2 valence singleValued2001-11-30 13:35:31.0
has axiom
(=>
(instance ?FUNCTION BinaryFunction)
(valence ?FUNCTION 2))
2001-11-30 13:35:31.0
has axiom
(=>
(instance ?FUNCTION TernaryFunction)
(valence ?FUNCTION 3))
2001-11-30 13:35:31.0
has axiom
(=>
(instance ?REL BinaryPredicate)
(valence ?REL 2))
2001-11-30 13:35:31.0
has axiom
(=>
(instance ?REL QuaternaryPredicate)
(valence ?REL 4))
2001-11-30 13:35:31.0
has axiom
(=>
(instance ?REL QuintaryPredicate)
(valence ?REL 5))
2001-11-30 13:35:31.0
has axiom
(=>
(instance ?REL TernaryPredicate)
(valence ?REL 3))
2001-11-30 13:35:31.0
has axiom
(=>
(instance ?REL VariableArityRelation)
(not
(exists (?INT)
(valence ?REL ?INT))))
2001-11-30 13:35:31.0
has axiom
(=>
(instance ?FUNCTION UnaryFunction)
(valence ?FUNCTION 1))
2001-11-30 13:35:31.0
has axiom
(=>
(subrelation ?PRED1 ?PRED2)
(exists (?NUMBER)
(and
(valence ?PRED1 ?NUMBER)
(valence ?PRED2 ?NUMBER))))
2001-11-30 13:35:31.0
has domain1 Relation2001-11-30 13:35:31.0
has domain2 PositiveInteger2001-11-30 13:35:31.0
is an instance of AsymmetricRelation2001-11-30 13:35:31.0
is an instance of BinaryPredicate2001-11-30 13:35:32.0
VariableArityRelationdocumentation The Class of Relations that do not have a fixed number of arguments2001-11-30 13:35:32.0
has axiom
(=>
(instance ?REL VariableArityRelation)
(not
(exists (?INT)
(valence ?REL ?INT))))
2001-11-30 13:35:32.0
is a kind of Relation2001-11-30 13:35:32.0
Verbdocumentation One of the parts of speech. The Class of Words that conventionally denote Processes2001-11-30 13:35:32.0
is a kind of Word2001-11-30 13:35:32.0
VerbPhrasedocumentation A Phrase that has the same function as a Verb2001-11-30 13:35:32.0
has axiom
(=>
(instance ?SENTENCE Sentence)
(exists (?PHRASE1 ?PHRASE2)
(and
(instance ?PHRASE1 NounPhrase)
(instance ?PHRASE2 VerbPhrase)
(part ?PHRASE1 ?SENTENCE)
(part ?PHRASE2 ?SENTENCE))))
2001-11-30 13:35:32.0
is a kind of Phrase2001-11-30 13:35:32.0
versiondocumentation Some Artifacts have a life cycle with discrete stages or versions. (version ARTIFACT1 ARTIFACT2) means that ARTIFACT1 is a version of ARTIFACT2. Note that this Predicate relates subclasses of Artifact and not instances2001-11-30 13:35:32.0
has axiom
(=>
(version ?ARTIFACT1 ?ARTIFACT2)
(subclass ?ARTIFACT1 ?ARTIFACT2))
2001-11-30 13:35:32.0
has domain1 Artifact2001-11-30 13:35:32.0
has domain2 Artifact2001-11-30 13:35:32.0
is an instance of AsymmetricRelation2001-11-30 13:35:32.0
is an instance of BinaryPredicate2001-11-30 13:35:32.0
is an instance of TransitiveRelation2001-11-30 13:35:32.0
Vertebratedocumentation An Animal which has a SpinalColumn2001-11-30 13:35:32.0
has axiom
(=>
(instance ?VERT Vertebrate)
(exists (?SPINE)
(and
(component ?SPINE ?VERT)
(instance ?SPINE SpinalColumn))))
2001-11-30 13:35:32.0
is a kind of Animal2001-11-30 13:35:32.0
Verticaldocumentation Attribute used to indicate that an Object is positioned height-wise with respect to another Object2001-11-30 13:35:32.0
is an instance of DirectionAttribute2001-11-30 13:35:32.0
ViolentContestdocumentation A Contest where one participant attempts to physically injure another participant2001-11-30 13:35:32.0
is a kind of Contest2001-11-30 13:35:32.0
Virusdocumentation An Organism consisting of a core of a single nucleic acid enclosed in a protective coat of protein. A virus may replicate only inside a host living cell. A virus exhibits some but not all of the usual characteristics of living things2001-11-30 13:35:32.0
has axiom
(=>
(and
(instance ?VIRUS Virus)
(inhabits ?VIRUS ?OBJ))
(instance ?OBJ Organism))
2001-11-30 13:35:32.0
has axiom
(=>
(and
(instance ?VIRUS Virus)
(instance ?PROC Replication)
(effector ?PROC ?VIRUS))
(exists (?CELL)
(and
(located ?PROC ?CELL)
(instance ?CELL Cell))))
2001-11-30 13:35:32.0
has axiom
(=>
(instance ?VIRUS Virus)
(exists (?MOL1)
(and
(component ?MOL1 ?VIRUS)
(instance ?MOL1 Molecule)
(forall (?MOL2)
(=>
(and
(component ?MOL2 ?VIRUS)
(instance ?MOL2 Molecule))
(equal ?MOL1 ?MOL2))))))
2001-11-30 13:35:32.0
is a kind of Microorganism2001-11-30 13:35:32.0
Vitamindocumentation A BiologicallyActiveSubstance present in natural products or made synthetically, which is essential in the diet of Humans and other higher Animals. Included here are Vitamin precursors and provitamins2001-11-30 13:35:32.0
is a kind of Nutrient2001-11-30 13:35:33.0
Voltdocumentation SI ElectricPotentialMeasure. Symbol: V. It is the difference of electric potential between two points of a conducting wire carrying a constant current of 1 Ampere, when the power dissipated between these points is equal to 1 Watt. Volt = W/A = m^2*kg*s^(-3)*A^(-1)2001-11-30 13:35:33.0
has axiom
(equal
(MeasureFn ?NUMBER MicroVolt)
(MeasureFn (MultiplicationFn ?NUMBER 0.000001) Volt))
2001-11-30 13:35:33.0
has axiom
(equal
(MeasureFn ?NUMBER MilliVolt)
(MeasureFn (MultiplicationFn ?NUMBER .001) Volt))
2001-11-30 13:35:33.0
is an instance of ElectricPotentialMeasure2001-11-30 13:35:33.0
is an instance of SystemeInternationalUnit2001-11-30 13:35:33.0
VolumeMeasuredocumentation Measures of the amount of space in three dimensions2001-11-30 13:35:33.0
is a kind of ConstantQuantity2001-11-30 13:35:33.0
is second domain of DensityFn2001-11-30 13:35:33.0
Walkingdocumentation Any BodyMotion which is accomplished by means of the legs of an Organism on land for the purpose of moving from one point to another2001-11-30 13:35:33.0
is a kind of BodyMotion2001-11-30 13:35:33.0
wantsdocumentation (wants ?AGENT ?OBJECT) means that ?OBJECT is desired by ?AGENT, i.e. ?AGENT believes that ?OBJECT will satisfy one of its goals2001-11-30 13:35:33.0
has axiom
(=>
(needs ?AGENT ?OBJECT)
(wants ?AGENT ?OBJECT))
2001-11-30 13:35:33.0
has axiom
(=>
(and
(instance ?PURSUE Pursuing)
(agent ?PURSUE ?AGENT)
(patient ?PURSUE ?OBJ))
(wants ?AGENT ?OBJ))
2001-11-30 13:35:33.0
has axiom
(=>
(wants ?AGENT ?OBJ)
(exists (?PURP)
(hasPurposeForAgent ?OBJ ?PURP ?AGENT)))
2001-11-30 13:35:33.0
has domain1 Agent2001-11-30 13:35:33.0
has domain2 Object2001-11-30 13:35:33.0
has relatedInternalConcept desires2001-11-30 13:35:33.0
is an instance of ObjectAttitude2001-11-30 13:35:33.0
Wardocumentation A military confrontation between two or more Nations or Organizations whose members are Nations. As the corresponding axiom specifies, a War is made up of Battles2001-11-30 13:35:33.0
has axiom
(=>
(and
(instance ?WAR War)
(agent ?WAR ?AGENT))
(or
(instance ?AGENT Nation)
(and
(instance ?AGENT Organization)
(forall (?MEMBER)
(=>
(member ?MEMBER ?AGENT)
(instance ?MEMBER Nation))))))
2001-11-30 13:35:33.0
has axiom
(=>
(instance ?BATTLE Battle)
(exists (?WAR)
(and
(instance ?WAR War)
(subProcess ?BATTLE ?WAR))))
2001-11-30 13:35:33.0
has axiom
(=>
(instance ?WAR War)
(exists (?BATTLE)
(and
(instance ?BATTLE Battle)
(subProcess ?BATTLE ?WAR))))
2001-11-30 13:35:33.0
is a kind of ViolentContest2001-11-30 13:35:33.0
WarmBloodedVertebratedocumentation Vertebrates whose body temperature is internally regulated2001-11-30 13:35:33.0
is a kind of Vertebrate2001-11-30 13:35:33.0
is disjoint from ColdBloodedVertebrate2001-11-30 13:35:33.0
Warrantydocumentation A Contract that states the cirumstances under which defects in the product will be corrected for no charge. A Warranty is usually limited to a length of time that is specified in the Warranty itself. A Warranty also includes information about what is not covered and actions that invalidate the Warranty2001-11-30 13:35:33.0
is a kind of ServiceContract2001-11-30 13:35:33.0
Waterdocumentation The Class of samples of the compound H20. Note that this Class covers both pure and impure Water2001-11-30 13:35:33.0
has axiom
(=>
(instance ?ALGA Alga)
(exists (?WATER)
(and
(inhabits ?ALGA ?WATER)
(instance ?WATER Water))))
2001-11-30 13:35:33.0
has axiom
(=>
(instance ?FISH Fish)
(exists (?WATER)
(and
(inhabits ?FISH ?WATER)
(instance ?WATER Water))))
2001-11-30 13:35:34.0
has axiom
(=>
(attribute ?OBJ Anhydrous)
(not
(exists (?WATER)
(and
(instance ?WATER Water)
(part ?WATER ?OBJ)))))
2001-11-30 13:35:33.0
has axiom
(=>
(attribute ?OBJ Wet)
(forall (?PART)
(=>
(part ?PART ?OBJ)
(exists (?WATER)
(and
(instance ?WATER Water)
(or
(overlapsSpatially ?WATER ?PART)
(meetsSpatially ?WATER ?PART)))))))
2001-11-30 13:35:33.0
is a kind of Substance2001-11-30 13:35:34.0
Wattdocumentation SI PowerMeasure. Aymbol: W. A UnitOfMeasure that measures power, i.e. energy produced or expended divided by TimeDuration. It is the power which gives rise to the production of energy (or work) at the rate of one Joule per SecondDuration. Watt = J/s = m^2*kg*s^(-3)2001-11-30 13:35:34.0
has axiom
(equal
(MeasureFn ?NUMBER KiloWatt)
(MeasureFn (MultiplicationFn ?NUMBER 1000) Watt))
2001-11-30 13:35:34.0
is an instance of PowerMeasure2001-11-30 13:35:34.0
is an instance of SystemeInternationalUnit2001-11-30 13:35:34.0
is an instance of UnitOfMeasure2001-11-30 13:35:34.0
WealthFndocumentation A UnaryFunction that maps an Agent to a CurrencyMeasure specifying the value of the property owned by the Agent. Note that this Function is generally used in conjunction with the Function PropertyFn, e.g. (WealthFn (PropertyFn BillGates)) would return the monetary value of the sum of Bill Gates' holdings2001-11-30 13:35:34.0
has axiom
(<=>
(equal (WealthFn ?PERSON) ?AMOUNT)
(monetaryValue (PropertyFn ?PERSON) ?AMOUNT))
2001-11-30 13:35:34.0
has domain1 Agent2001-11-30 13:35:34.0
has range CurrencyMeasure2001-11-30 13:35:34.0
is an instance of UnaryFunction2001-11-30 13:35:34.0
Weberdocumentation SI MagneticFluxMeasure. Symbol: Wb. It is the magnetic flux which, linking a circuit of one turn, produces in it an electromotive force of 1 Volt as it is reduced to zero at a uniform rate in 1 SecondDuration. Weber = V*s = m^2*kg*s^(-2)*A^(-1)2001-11-30 13:35:34.0
is an instance of MagneticFluxMeasure2001-11-30 13:35:34.0
is an instance of SystemeInternationalUnit2001-11-30 13:35:34.0
Westdocumentation The compass direction of West2001-11-30 13:35:34.0
is an instance of DirectionAttribute2001-11-30 13:35:34.0
Wetdocumentation An Attribute which indicates that the associated Object is fully saturated with Water2001-11-30 13:35:34.0
has axiom
(=>
(and
(instance ?WET Wetting)
(patient ?WET ?OBJ))
(holdsDuring (ImmediateFutureFn (WhenFn ?WET))
(or
(attribute ?OBJ Wet)
(attribute ?OBJ Damp))))
2001-11-30 13:35:34.0
has axiom
(=>
(attribute ?OBJ Wet)
(forall (?PART)
(=>
(part ?PART ?OBJ)
(exists (?WATER)
(and
(instance ?WATER Water)
(or
(overlapsSpatially ?WATER ?PART)
(meetsSpatially ?WATER ?PART)))))))
2001-11-30 13:35:34.0
is an instance of SaturationProperty2001-11-30 13:35:34.0
Wettingdocumentation The Class of Processes where Water is added to an Object2001-11-30 13:35:34.0
has axiom
(=>
(and
(instance ?WET Wetting)
(patient ?WET ?OBJ))
(holdsDuring (ImmediateFutureFn (WhenFn ?WET))
(or
(attribute ?OBJ Wet)
(attribute ?OBJ Damp))))
2001-11-30 13:35:34.0
is a kind of Process2001-11-30 13:35:34.0
WhenFndocumentation A UnaryFunction that maps an Object or Process to the exact TimeInterval during which it exists. Note that, for every TimePoint ?TIME outside of the TimeInterval (WhenFn ?THING), ?THING is not existant at ?TIME2001-11-30 13:35:35.0
has axiom
(<=>
(cooccur ?PHYS1 ?PHYS2)
(equal (WhenFn ?PHYS1) (WhenFn ?PHYS2)))
2001-11-30 13:35:35.0
has axiom
(<=>
(existant ?PHYS ?TIME)
(temporallyBetweenOrEqual (BeginFn (WhenFn ?PHYS)) ?TIME (EndFn (WhenFn ?PHYS))))
2001-11-30 13:35:35.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:35:35.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:35:35.0
has axiom
(<=>
(temporalPart ?POINT (WhenFn ?THING))
(existant ?THING ?POINT))
2001-11-30 13:35:35.0
has axiom
(=>
(and
(resource ?PROC ?OBJ)
(holdsDuring (ImmediatePastFn (WhenFn ?PROC)) (measure ?OBJ ?QUANT1))
(holdsDuring (ImmediateFutureFn (WhenFn ?PROC)) (measure ?OBJ ?QUANT2)))
(greaterThan ?QUANT1 ?QUANT2))
2001-11-30 13:35:35.0
has axiom
(=>
(and
(instance ?ALT ShapeAlteration)
(patient ?ALT ?OBJ))
(exists (?PROPERTY)
(and
(instance ?PROPERTY ShapeProperty)
(or
(and
(holdsDuring (ImmediatePastFn (WhenFn ?ALT)) (attribute ?OBJ ?PROPERTY))
(holdsDuring (ImmediateFutureFn (WhenFn ?ALT)) (not (attribute ?OBJ ?PROPERTY))))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?ALT)) (not (attribute ?OBJ ?PROPERTY)))
(holdsDuring (ImmediateFutureFn (WhenFn ?ALT)) (attribute ?OBJ ?PROPERTY)))))))
2001-11-30 13:35:35.0
has axiom
(=>
(and
(instance ?CHANGE ChangeOfPossession)
(patient ?CHANGE ?OBJ)
(holdsDuring (ImmediatePastFn (WhenFn ?CHANGE)) (possesses ?AGENT1 ?OBJ))
(holdsDuring (ImmediateFutureFn (WhenFn ?CHANGE)) (possesses ?AGENT2 ?OBJ)))
(not
(equal ?AGENT1 ?AGENT2)))
2001-11-30 13:35:35.0
has axiom
(=>
(and
(instance ?COLORING Coloring)
(patient ?COLORING ?OBJ))
(exists (?PROPERTY)
(and
(holdsDuring (ImmediatePastFn (WhenFn ?COLORING)) (attribute ?OBJ ?PROPERTY))
(holdsDuring (ImmediateFutureFn (WhenFn ?COLORING)) (not (attribute ?OBJ ?PROPERTY))))))
2001-11-30 13:35:35.0
has axiom
(=>
(and
(instance ?DECODE Decoding)
(patient ?DECODE ?DOC1))
(exists (?ENCODE ?DOC2)
(and
(containsInformation ?DOC2 ?PROP)
(containsInformation ?DOC1 ?PROP)
(holdsDuring ?TIME
(and
(temporalPart ?TIME (PastFn (WhenFn ?DECODE)))
(instance ?ENCODE Encoding)
(patient ?ENCODE ?DOC2))))))
2001-11-30 13:35:35.0
has axiom
(=>
(and
(instance ?DECREASE Decreasing)
(patient ?DECREASE ?OBJ))
(exists (?UNIT ?QUANT1 ?QUANT2)
(and
(holdsDuring (ImmediatePastFn (WhenFn ?DECREASE)) (equal (MeasureFn ?OBJ ?UNIT) ?QUANT1))
(holdsDuring (ImmediateFutureFn (WhenFn ?DECREASE)) (equal (MeasureFn ?OBJ ?UNIT) ?QUANT2))
(lessThan ?QUANT2 ?QUANT1))))
2001-11-30 13:35:35.0
has axiom
(=>
(and
(instance ?DRY Drying)
(patient ?DRY ?OBJ))
(holdsDuring (ImmediateFutureFn (WhenFn ?DRY))
(or
(attribute ?OBJ Anhydrous)
(attribute ?OBJ Dry))))
2001-11-30 13:35:35.0
has axiom
(=>
(and
(instance ?GIVE Giving)
(agent ?GIVE ?AGENT1)
(destination ?GIVE ?AGENT2)
(instance ?AGENT2 Agent)
(patient ?GIVE ?OBJ))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?GIVE)) (possesses ?AGENT1 ?OBJ))
(holdsDuring (ImmediateFutureFn (WhenFn ?GIVE)) (possesses ?AGENT2 ?OBJ))))
2001-11-30 13:35:35.0
has axiom
(=>
(and
(instance ?IMPACT Impacting)
(instrument ?IMPACT ?INST)
(patient ?IMPACT ?PLACE))
(holdsDuring (WhenFn ?IMPACT) (connected ?INST ?PLACE)))
2001-11-30 13:35:35.0
has axiom
(=>
(and
(instance ?INCREASE Increasing)
(patient ?INCREASE ?OBJ))
(exists (?UNIT ?QUANT1 ?QUANT2)
(and
(holdsDuring (ImmediatePastFn (WhenFn ?INCREASE)) (equal (MeasureFn ?OBJ ?UNIT) ?QUANT1))
(holdsDuring (ImmediateFutureFn (WhenFn ?INCREASE)) (equal (MeasureFn ?OBJ ?UNIT) ?QUANT2))
(greaterThan ?QUANT2 ?QUANT1))))
2001-11-30 13:35:35.0
has axiom
(=>
(and
(instance ?INVESTIGATE Investigating)
(agent ?INVESTIGATE ?AGENT)
(patient ?INVESTIGATE ?PROP))
(holdsDuring (WhenFn ?INVESTIGATE) (not (knows ?AGENT ?PROP))))
2001-11-30 13:35:35.0
has axiom
(=>
(and
(instance ?KILL Killing)
(patient ?KILL ?PATIENT))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?KILL)) (attribute ?PATIENT Living))
(holdsDuring (ImmediateFutureFn (WhenFn ?KILL)) (attribute ?PATIENT Dead))))
2001-11-30 13:35:35.0
has axiom
(=>
(and
(instance ?MEAS Measuring)
(agent ?MEAS ?AGENT)
(patient ?MEAS ?OBJ))
(exists (?QUANT ?UNIT)
(holdsDuring (ImmediateFutureFn (WhenFn ?MEAS))
(knows ?AGENT (measure ?OBJ (MeasureFn ?QUANT ?UNIT))))))
2001-11-30 13:35:35.0
has axiom
(=>
(and
(instance ?MOTION Motion)
(patient ?MOTION ?OBJ)
(destination ?MOTION ?PLACE))
(holdsDuring (ImmediateFutureFn (WhenFn ?MOTION)) (located ?OBJ ?PLACE)))
2001-11-30 13:35:35.0
has axiom
(=>
(and
(instance ?MOTION Motion)
(patient ?MOTION ?OBJ)
(origin ?MOTION ?PLACE))
(holdsDuring (ImmediatePastFn (WhenFn ?MOTION)) (located ?OBJ ?PLACE)))
2001-11-30 13:35:35.0
has axiom
(=>
(and
(instance ?ORGANISM Organism)
(agent ?PROCESS ?ORGANISM))
(holdsDuring (WhenFn ?PROCESS) (attribute ?ORGANISM Living)))
2001-11-30 13:35:35.0
has axiom
(=>
(and
(instance ?POKE Poking)
(agent ?POKE ?AGENT)
(patient ?POKE ?OBJ)
(instrument ?POKE ?INST))
(holdsDuring (WhenFn ?POKE) (connects ?INST ?AGENT ?OBJ)))
2001-11-30 13:35:35.0
has axiom
(=>
(and
(instance ?PUT Putting)
(destination ?PUT ?PLACE)
(patient ?PUT ?OBJ))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?PUT)) (not (located ?OBJ ?PLACE)))
(holdsDuring (ImmediateFutureFn (WhenFn ?PUT)) (located ?OBJ ?PLACE))))
2001-11-30 13:35:35.0
has axiom
(=>
(and
(instance ?REL SpatialRelation)
(holds ?REL ?OBJ1 ?OBJ2))
(overlapsTemporally (WhenFn ?OBJ1) (WhenFn ?OBJ2)))
2001-11-30 13:35:35.0
has axiom
(=>
(and
(instance ?REMOVE Removing)
(origin ?REMOVE ?PLACE)
(patient ?REMOVE ?OBJ))
(and
(holdsDuring (ImmediatePastFn (WhenFn ?REMOVE)) (located ?OBJ ?PLACE))
(holdsDuring (ImmediateFutureFn (WhenFn ?REMOVE)) (not (located ?OBJ ?PLACE)))))
2001-11-30 13:35:35.0
has axiom
(=>
(and
(instance ?TOUCH Touching)
(agent ?TOUCH ?AGENT)
(patient ?TOUCH ?OBJ))
(holdsDuring (WhenFn ?TOUCH) (connected ?AGENT ?OBJ)))
2001-11-30 13:35:35.0
has axiom
(=>
(and
(instance ?WET Wetting)
(patient ?WET ?OBJ))
(holdsDuring (ImmediateFutureFn (WhenFn ?WET))
(or
(attribute ?OBJ Wet)
(attribute ?OBJ Damp))))
2001-11-30 13:35:35.0
has axiom
(=>
(instance ?PROC DirectionChange)
(exists (?ATTR)
(and
(instance ?ATTR DirectionAttribute)
(or
(and
(holdsDuring (ImmediatePastFn (WhenFn ?PROC)) (attribute ?PROC ?ATTR))
(holdsDuring (ImmediateFutureFn (WhenFn ?PROC)) (not (attribute ?PROC ?ATTR))))
(and
(holdsDuring (ImmediateFutureFn (WhenFn ?PROC)) (attribute ?PROC ?ATTR))
(holdsDuring (ImmediatePastFn (WhenFn ?PROC)) (not (attribute ?PROC ?ATTR))))))))
2001-11-30 13:35:35.0
has axiom
(=>
(origin ?PROCESS ?OBJ)
(located (WhereFn ?PROCESS (BeginFn (WhenFn ?PROCESS))) (WhereFn ?OBJ (BeginFn (WhenFn ?OBJ)))))
2001-11-30 13:35:35.0
has axiom
(=>
(parent ?PARENT ?CHILD)
(before (BeginFn (WhenFn ?PARENT)) (BeginFn (WhenFn ?CHILD))))
2001-11-30 13:35:35.0
has axiom
(=>
(result ?PROC ?OBJ)
(forall (?TIME)
(=>
(before ?TIME (BeginFn (WhenFn ?PROC)))
(not
(existant ?OBJ ?TIME)))))
2001-11-30 13:35:35.0
has axiom
(=>
(subProcess ?SUBPROC ?PROC)
(or
(equal (WhenFn ?SUBPROC) (WhenFn ?PROC))
(during (WhenFn ?SUBPROC) (WhenFn ?PROC))))
2001-11-30 13:35:35.0
has axiom
(before (BeginFn (WhenFn ?THING)) (EndFn (WhenFn ?THING)))
2001-11-30 13:35:35.0
has axiom
(finishes (ImmediatePastFn (WhenFn ?THING)) (PastFn (WhenFn ?THING)))
2001-11-30 13:35:35.0
has axiom
(meetsTemporally (PastFn (WhenFn ?THING)) (WhenFn ?THING))
2001-11-30 13:35:35.0
has axiom
(meetsTemporally (WhenFn ?THING) (FutureFn (WhenFn ?THING)))
2001-11-30 13:35:35.0
has axiom
(starts (ImmediateFutureFn (WhenFn ?THING)) (FutureFn (WhenFn ?THING)))
2001-11-30 13:35:35.0
has domain1 Physical2001-11-30 13:35:35.0
has range TimeInterval2001-11-30 13:35:35.0
is an instance of TemporalRelation2001-11-30 13:35:35.0
is an instance of UnaryFunction2001-11-30 13:35:35.0
WhereFndocumentation Maps an Object and a TimePoint at which the Object exists to the Region where the Object existed at that TimePoint2001-11-30 13:35:35.0
has axiom
(=>
(and
(instance ?REL CaseRole)
(holds ?REL ?PROCESS ?OBJ))
(exists (?TIME)
(overlapsSpatially (WhereFn ?PROCESS ?TIME) ?OBJ)))
2001-11-30 13:35:35.0
has axiom
(=>
(equal (WhereFn ?THING ?TIME) ?REGION)
(holdsDuring ?TIME (exactlyLocated ?THING ?REGION)))
2001-11-30 13:35:35.0
has axiom
(=>
(instance ?ARTIFACT StationaryArtifact)
(exists (?PLACE)
(forall (?TIME)
(equal (WhereFn ?ARTIFACT ?TIME) ?PLACE))))
2001-11-30 13:35:35.0
has axiom
(=>
(origin ?PROCESS ?OBJ)
(located (WhereFn ?PROCESS (BeginFn (WhenFn ?PROCESS))) (WhereFn ?OBJ (BeginFn (WhenFn ?OBJ)))))
2001-11-30 13:35:35.0
has domain1 Physical2001-11-30 13:35:35.0
has domain2 TimePoint2001-11-30 13:35:35.0
has range Region2001-11-30 13:35:35.0
has relatedInternalConcept WhenFn2001-11-30 13:35:35.0
is an instance of BinaryFunction2001-11-30 13:35:35.0
is an instance of BinaryFunction2001-11-30 13:35:35.0
is an instance of SpatialRelation2001-11-30 13:35:35.0
widthdocumentation BinaryPredicate that is used to state the measure of an Object from side to side at its widest span2001-11-30 13:35:35.0
has arg2 valence singleValued2001-11-30 13:35:35.0
Worddocumentation A term of a Language that represents a concept2001-11-30 13:35:35.0
has axiom
(=>
(instance ?PHRASE Phrase)
(exists (?PART1 ?PART2)
(and
(part ?PART1 ?PHRASE)
(part ?PART2 ?PHRASE)
(instance ?PART1 Word)
(instance ?PART2 Word)
(not (equal ?PART1 ?PART2)))))
2001-11-30 13:35:35.0
has axiom
(=>
(instance ?WORD Word)
(exists (?PART)
(and
(part ?PART ?WORD)
(instance ?PART Morpheme))))
2001-11-30 13:35:35.0
has axiom
(=>
(instance ?MORPH Morpheme)
(exists (?WORD)
(and
(instance ?WORD Word)
(part ?MORPH ?WORD))))
2001-11-30 13:35:35.0
is a kind of LinguisticExpression2001-11-30 13:35:35.0
is partitioned into Noun, Verb, Adjective, Adverb, Particle2001-11-30 13:35:35.0
Writingdocumentation A subclass of ContentDevelopment in which content is expressed in a Language2001-11-30 13:35:35.0
is a kind of ContentDevelopment2001-11-30 13:35:36.0
Yeardocumentation The Class of all calendar Years2001-11-30 13:35:36.0
has axiom
(=>
(instance ?YEAR Year)
(duration ?YEAR YearDuration))
2001-11-30 13:35:36.0
has relatedInternalConcept YearDuration2001-11-30 13:35:36.0
has relatedInternalConcept YearFn2001-11-30 13:35:36.0
is a kind of TimeInterval2001-11-30 13:35:36.0
is second domain of MonthFn2001-11-30 13:35:36.0
YearDurationdocumentation Time unit. one calendar year. 1 year = 365 days = 31536000 seconds2001-11-30 13:35:36.0
has axiom
(=>
(instance ?YEAR Year)
(duration ?YEAR YearDuration))
2001-11-30 13:35:36.0
has axiom
(equal
(MeasureFn ?NUMBER YearDuration)
(MeasureFn (MultiplicationFn ?NUMBER 365) DayDuration))
2001-11-30 13:35:36.0
is an instance of TimeDuration2001-11-30 13:35:36.0
is an instance of UnitOfMeasure2001-11-30 13:35:36.0
YearFndocumentation A UnaryFunction that maps a number to the corresponding calendar Year. For example, (YearFn 1912) denotes the Year 19122001-11-30 13:35:36.0
has domain1 Integer2001-11-30 13:35:36.0
has range Year2001-11-30 13:35:36.0
is an instance of TemporalRelation2001-11-30 13:35:36.0
is an instance of UnaryFunction2001-11-30 13:35:36.0
Yellowdocumentation The Attribute of being yellow in color2001-11-30 13:35:36.0
is an instance of PrimaryColor2001-11-30 13:35:36.0