SUMO   View all facts   Glossary   Help
Entity > Physical > Object > Agent > Group > GroupOfPeople
UpGroup

GroupOfPeople comparison table
Subject be third domain of documentation is a kind of be second domain of be first domain of have axiom
AgeGrouprepresentsForAgentA GroupOfPeople whose members all have the same ageGroupOfPeoplesubCollectionsubCollection
(=> 
(instance ?GROUP AgeGroup)
(forall (?MEMB1 ?MEMB2 ?AGE1 ?AGE2)
(=>
(and
(member ?MEMB1 ?GROUP)
(member ?MEMB2 ?GROUP)
(age ?MEMB1 ?AGE1)
(age ?MEMB2 ?AGE2))
(equal ?AGE1 ?AGE2))))
EthnicGrouprepresentsForAgentA GroupOfPeople whose members originate from the same Region or share the same Language and/or cultural practicesGroupOfPeoplesubCollectionsubCollection
(=> 
(and
(instance ?GROUP GroupOfPeople)
(member ?MEMB ?GROUP))
(instance ?MEMB Human))
FamilyGrouprepresentsForAgentA GroupOfPeople whose members bear familyRelations to one anotherGroupOfPeoplesubCollectionsubCollection
(=> 
(instance ?GROUP FamilyGroup)
(forall (?MEMB1 ?MEMB2)
(=>
(and
(member ?MEMB1 ?GROUP)
(member ?MEMB2 ?GROUP))
(familyRelation ?MEMB1 ?MEMB2))))
OrganizationoccupiesPositionAn 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 OrganizationOrganizationUnitsubOrganizationssubOrganizations
(=>
(instance ?ACT OccupationalProcess)
(exists (?ORG ?EMP)
(and
(instance ?ORG Organization)
(employs ?ORG ?EMP)
(agent ?ACT ?EMP))))

UpGroup