(=>
(instance ?COLL Collection)
(exists (?OBJ)
(member ?OBJ ?COLL))) |
Merge.kif 1345-1348 |
If X is an instance of collection, then there exists Y such that Y is a member of X |
(<=>
(subCollection ?COLL1 ?COLL2)
(forall (?MEMBER)
(=>
(member ?MEMBER ?COLL1)
(member ?MEMBER ?COLL2)))) |
Merge.kif 1370-1375 |
X is a proper sub-collection of Y if and only if Z Z is a member of XZ is a member of Y |
(=>
(and
(instance ?ACT OrganizationalProcess)
(agent ?ACT ?AGENT))
(or
(instance ?AGENT Organization)
(exists (?ORG)
(and
(instance ?ORG Organization)
(member ?AGENT ?ORG))))) |
Merge.kif 10786-10795 |
If X is an instance of organizational process and Y is an agent of X, then Y is an instance of organization or there exists Z such that Z is an instance of organization and Y is a member of Z |
(=>
(and
(instance ?ACT ReligiousProcess)
(agent ?ACT ?AGENT))
(or
(instance ?AGENT ReligiousOrganization)
(exists (?ORG)
(and
(member ?AGENT ?ORG)
(instance ?ORG ReligiousOrganization))))) |
Merge.kif 10808-10817 |
If X is an instance of religious process and Y is an agent of X, then Y is an instance of religious organization or there exists Z such that Y is a member of Z and Z is an instance of religious organization |
(=>
(and
(instance ?JOIN JoiningAnOrganization)
(instance ?ORG Organization)
(agent ?JOIN ?PERSON)
(patient ?JOIN ?ORG))
(and
(holdsDuring
(BeginFn
(WhenFn ?JOIN))
(not
(member ?PERSON ?ORG)))
(holdsDuring
(EndFn
(WhenFn ?JOIN))
(member ?PERSON ?ORG)))) |
Merge.kif 10824-10832 |
If X is an instance of joining an organization, Y is an instance of organization, Z is an agent of X, and Y is a patient of X, then Z is not a member of Y holds during the beginning of the time of existence of X and Z is a member of Y holds during the end of the time of existence of X |
(=>
(and
(instance ?JOIN Hiring)
(instance ?ORG Organization)
(agent ?JOIN ?ORG)
(patient ?JOIN ?PERSON))
(and
(holdsDuring
(BeginFn
(WhenFn ?JOIN))
(not
(member ?PERSON ?ORG)))
(holdsDuring
(EndFn
(WhenFn ?JOIN))
(member ?PERSON ?ORG)))) |
Merge.kif 10857-10865 |
If X is an instance of hiring, Y is an instance of organization, Y is an agent of X, and Z is a patient of X, then Z is not a member of Y holds during the beginning of the time of existence of X and Z is a member of Y holds during the end of the time of existence of X |
(=>
(and
(instance ?LEAVE LeavingAnOrganization)
(instance ?ORG Organization)
(agent ?LEAVE ?PERSON)
(patient ?LEAVE ?ORG))
(and
(holdsDuring
(BeginFn
(WhenFn ?LEAVE))
(member ?PERSON ?ORG))
(holdsDuring
(EndFn
(WhenFn ?LEAVE))
(not
(member ?PERSON ?ORG))))) |
Merge.kif 10898-10906 |
If X is an instance of leaving an organization, Y is an instance of organization, Z is an agent of X, and Y is a patient of X, then Z is a member of Y holds during the beginning of the time of existence of X and Z is not a member of Y holds during the end of the time of existence of X |
(=>
(and
(instance ?LEAVE Quitting)
(instance ?ORG Organization)
(agent ?LEAVE ?PERSON)
(patient ?LEAVE ?ORG))
(desires ?PERSON
(holdsDuring
(EndFn
(WhenFn ?LEAVE))
(not
(member ?PERSON ?ORG))))) |
Merge.kif 10912-10922 |
If X is an instance of quitting, Y is an instance of organization, Z is an agent of X, and Y is a patient of X, then Z desires Z is not a member of Y holds during the end of the time of existence of X |
(=>
(and
(instance ?LEAVE Firing)
(instance ?ORG Organization)
(agent ?LEAVE ?ORG)
(patient ?LEAVE ?P))
(and
(holdsDuring
(BeginFn
(WhenFn ?LEAVE))
(member ?P ?ORG))
(holdsDuring
(EndFn
(WhenFn ?LEAVE))
(not
(member ?P ?ORG))))) |
Merge.kif 10930-10938 |
If X is an instance of firing, Y is an instance of organization, Y is an agent of X, and Z is a patient of X, then Z is a member of Y holds during the beginning of the time of existence of X and Z is not a member of Y holds during the end of the time of existence of X |
(=>
(instance ?PROC PoliticalProcess)
(exists (?POL)
(and
(or
(instance ?POL Government)
(exists (?GOV)
(and
(instance ?GOV Government)
(member ?POL ?GOV))))
(or
(agent ?PROC ?POL)
(patient ?PROC ?POL))))) |
Merge.kif 11004-11016 |
If X is an instance of political process, then there exists Y such that Y is an instance of government, there exists Z such that Z is an instance of government, Y is a member of Z, and Y is an agent of X, or Y is a patient of X |
(=>
(and
(instance ?WAR War)
(agent ?WAR ?AGENT))
(or
(instance ?AGENT GeopoliticalArea)
(and
(instance ?AGENT Organization)
(forall (?MEMBER)
(=>
(member ?MEMBER ?AGENT)
(instance ?MEMBER GeopoliticalArea)))))) |
Merge.kif 13648-13659 |
If X is an instance of war and Y is an agent of X, then Y is an instance of geopolitical area or Y is an instance of organization and For all Physical Z: if Z is a member of Y, then Z is an instance of geopolitical area |
(=>
(instance ?RESIDENCE SingleFamilyResidence)
(hasPurpose ?RESIDENCE
(forall (?AGENT1 ?AGENT2)
(=>
(and
(home ?AGENT1 ?RESIDENCE)
(home ?AGENT2 ?RESIDENCE))
(exists (?UNIT)
(and
(instance ?UNIT SocialUnit)
(member ?AGENT1 ?UNIT)
(member ?AGENT2 ?UNIT))))))) |
Merge.kif 16127-16139 |
If X is an instance of single family residence, then X has the purpose Y, Z the home of Y is X, the home of Z is Xthere exists W such that W is an instance of social unit, Y is a member of W, and Z is a member of W |
(=>
(instance ?GROUP AgeGroup)
(forall (?MEMB1 ?MEMB2 ?AGE1 ?AGE2)
(=>
(and
(member ?MEMB1 ?GROUP)
(member ?MEMB2 ?GROUP)
(age ?MEMB1 ?AGE1)
(age ?MEMB2 ?AGE2))
(equal ?AGE1 ?AGE2)))) |
Merge.kif 16607-16616 |
If X is an instance of age group, then For all Physicals Y and Z and TimeDurations W and V: if Y is a member of X, Z is a member of X, the age of Y is W, and the age of Z is V, then equal W and V |
(=>
(instance ?GROUP FamilyGroup)
(forall (?MEMB1 ?MEMB2)
(=>
(and
(member ?MEMB1 ?GROUP)
(member ?MEMB2 ?GROUP))
(familyRelation ?MEMB1 ?MEMB2)))) |
Merge.kif 16622-16629 |
If X is an instance of family group, then For all Organisms Y and Z: if Y is a member of X and Z is a member of X, then Y and Z are related |
(=>
(instance ?UNIT SocialUnit)
(exists (?HOME ?MEMBER)
(=>
(member ?MEMBER ?UNIT)
(home ?MEMBER ?HOME)))) |
Merge.kif 16635-16640 |
If X is an instance of social unit, then there exist Y and Z such that Z is a member of Xthe home of Z is Y |
(=>
(equal
(ImmediateFamilyFn ?P) ?FAMILY)
(forall (?MEMBER)
(=>
(member ?MEMBER ?FAMILY)
(exists (?OTHER)
(or
(parent ?MEMBER ?OTHER)
(parent ?OTHER ?MEMBER)))))) |
Merge.kif 16650-16658 |
If equal the immediate family of X and Y, then For all Organism Z: if Z is a member of Y, then there exists W such that W is a parent of Z or Z is a parent of W |
(=>
(equal
(ImmediateFamilyFn ?PERSON) ?FAMILY)
(exists (?MEMBER)
(and
(member ?MEMBER ?FAMILY)
(or
(parent ?MEMBER ?PERSON)
(parent ?PERSON ?MEMBER))))) |
Merge.kif 16660-16667 |
If equal the immediate family of X and Y, then there exists Z such that Z is a member of Y and X is a parent of Z or Z is a parent of X |
(=>
(instance ?GROUP BeliefGroup)
(exists (?BELIEF)
(forall (?MEMB)
(=>
(member ?MEMB ?GROUP)
(believes ?MEMB ?BELIEF))))) |
Merge.kif 16953-16959 |
If X is an instance of belief group, then there exists Y such that Z Z is a member of XZ believes Y |
(=>
(instance ?ORG Organization)
(exists (?PURP)
(forall (?MEMBER)
(=>
(member ?MEMBER ?ORG)
(hasPurpose ?MEMBER ?PURP))))) |
Merge.kif 16980-16986 |
If X is an instance of organization, then there exists Y such that Z Z is a member of XZ has the purpose Y |
(=>
(occupiesPosition ?PERSON ?POSITION ?ORGANIZATION)
(member ?PERSON ?ORGANIZATION)) |
Merge.kif 17637-17639 |
If X holds the position of Y in Z, then X is a member of Z |
(=>
(instance ?W WrittenCommunication)
(exists (?T ?C ?S)
(and
(result ?W ?T)
(instance ?T Text)
(part ?C ?T)
(instance ?C Character)
(instance ?S Script)
(member ?C ?S)))) |
Mid-level-ontology.kif 662-671 |
If X is an instance of written communication, then All of the following hold: (1) there exist Y, Z (2) W such that Y is a result of X (3) Y is an instance of text (4) Z is a part of Y (5) Z is an instance of character (6) W is an instance of script (7) Z is a member of W |
(=>
(instance ?SHOT FirearmShot)
(exists (?C ?P ?CLASS ?X)
(and
(instance ?C CollectionOfObjects)
(member ?P ?C)
(instance ?P ?CLASS)
(subclass ?CLASS SphericalObject)
(approximateDiameter ?P
(MeasureFn ?X Millimeter))
(modalAttribute
(and
(material ?CLASS Lead)
(lessThan ?X 10)) Likely)))) |
Mid-level-ontology.kif 1147-1160 |
If X is an instance of firearm shot, then there exist Y, Z,, , W and V such that Y is an instance of collection and Z is a member of Y and Z is an instance of W and W is a subclass of spherical object and the approximate diameter of Z is V millimeter(s) and the statement lead is made of W and V is less than 10 has the modal force of likely |
(=>
(instance ?GUN RevolverGun)
(exists (?CY ?COLL ?C ?BC)
(and
(part ?CY ?GUN)
(instance ?CY GunCylinder)
(part ?COLL ?CY)
(instance ?COLL CollectionOfObjects)
(member ?C ?COLL)
(instance ?C GunChamber)
(contains ?C ?BC)
(instance ?BC BulletCartridge)
(not
(exists (?BC2)
(and
(instance ?BC2 BulletCartridge)
(not
(equal ?BC ?BC2))
(contains ?C ?BC2))))))) |
Mid-level-ontology.kif 2110-2128 |
If X is an instance of revolver gun, then All of the following hold: (1) there exist Y, Z,, , W (2) V such that Y is a part of X (3) Y is an instance of gun cylinder (4) Z is a part of Y (5) Z is an instance of collection (6) W is a member of Z (7) W is an instance of gun chamber (8) W contains V (9) V is an instance of bullet cartridge (10) there doesn't exist U such that U is an instance of bullet cartridge (11) equal V (12) U (13) W contains U |
(=>
(instance ?BROOD Brood)
(exists (?TIME)
(forall (?MEMBER)
(=>
(member ?MEMBER ?BROOD)
(exists (?BIRTH)
(and
(instance ?BIRTH Birth)
(experiencer ?BIRTH ?MEMBER)
(equal ?TIME
(WhenFn ?BIRTH)))))))) |
Mid-level-ontology.kif 8823-8833 |
If X is an instance of brood, then there exists Y such that Z Z is a member of Xthere exists W such that W is an instance of birth, Z experiences W, equal Y, and the time of existence of W |
(=>
(instance ?LGP LargeGroupProcess)
(exists (?G ?M)
(and
(instance ?G CollectionOfObjects)
(member ?M ?G)
(memberType ?G AutonomousAgent)))) |
Mid-level-ontology.kif 9253-9259 |
If X is an instance of large group process, then there exist Y, Z such that Y is an instance of collection, Z is a member of Y, and agent is a member type of Y |
|
| Display limited to 25 items. Show next 25 |
|
| Display limited to 25 items. Show next 25 |