Select language: english | cesky | deutsch | italiano | simplified chinese | traditional chinese | hindi
Concept:
English word:
Home

collection (Collection)

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 sheep.

Ontology

SUMO / BASE-ONTOLOGY

Superclass(es)

[tree]
entity
is subclass of
  physical  
is subclass of
  object  
is subclass of
  collection  

Subclass(es)

group 

Coordinate term(s)

agent  region  self connected object 

Constrains relations

member  sub collection 

Related WordNet synsets

collection, aggregation, accumulation, assemblage
several things grouped together
collection is kind of (all)...   collection is kind of...   kinds of collection...   kinds of collection (all)...  
bunch, lot, caboodle
any collection in its entirety; "she bought the whole caboodle"
bunch is kind of (all)...   bunch is kind of...  
collective
forming a whole or aggregate
collective is opposite to...   see also...   collective is similar to...  
See more related synsets on a separate page.

Axioms (3)

collection is disjoint from self connected object.
(disjoint Collection SelfConnectedObject)

If coll is an instance of collection, then there exists obj so that obj is a member of coll.
(=>
      (instance ?COLL Collection)
      (exists
            (?OBJ)
            (member ?OBJ ?COLL)))

coll1 is a proper sub-collection of coll2 if and only if
(<=>
      (subCollection ?COLL1 ?COLL2)
      (and
            (instance ?COLL1 Collection)
            (instance ?COLL2 Collection)
            (forall
                  (?MEMBER)
                  (=>
                        (member ?MEMBER ?COLL1)
                        (member ?MEMBER ?COLL2)))))