Slot: size
The number of item belonging to a collection.
URI: collections:size
Applicable Classes
Name | Description |
---|---|
Collection | A group of objects that can be considered as a whole |
Thread | "A semi-ordered array of items, that can be present in multiple copies |
Bag | Collection that can have a number of copies of each object |
List | An ordered array of items, that can be present in multiple copies |
Set | A collection that cannot contain duplicate elements |
Properties
- Range: PositiveInteger
Aliases
- has size
Comments
- CO defines the size of a collection as the sum of the number of times entities that are part of the collection appear in it. This means that co:size considers how much each entity is involved by a particular collection, i.e.
- the size of the set {a, b, c} is three
- the size of the bag [a, a, b, b, b, c] is five
- the size of the list (a, b, c, b, a, b, c, c) is seven
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/collections
LinkML Source
name: size
description: The number of item belonging to a collection.
comments:
- CO defines the size of a collection as the sum of the number of times entities that
are part of the collection appear in it. This means that co:size considers how much
each entity is involved by a particular collection, i.e.
- the size of the set {a, b, c} is three
- the size of the bag [a, a, b, b, b, c] is five
- the size of the list (a, b, c, b, a, b, c, c) is seven</dc:description>
from_schema: https://w3id.org/lmodel/collections
aliases:
- has size
exact_mappings:
- co:size
domain: Collection
alias: size
domain_of:
- Collection
range: positive integer