Slot: size
The number of item belonging to a collection.
URI: master:size
Applicable Classes
| Name | Description | 
|---|---|
| Collection | A group of objects that can be considered as a whole | 
| AlternateDataStreamFacet | "An alternate data stream facet is a grouping of characteristics unique to da... | 
| WindowsPESection | "A Windows PE section is a grouping of characteristics unique to a specific d... | 
| 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 | 
| Thread | "A semi-ordered array of items, that can be present in multiple copies | 
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/uco-master
 
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/uco-master
aliases:
- has size
exact_mappings:
- co:size
rank: 1000
domain: Collection
alias: size
domain_of:
- Collection
- AlternateDataStreamFacet
- WindowsPESection
range: positive integer