Class: Bag
Collection that can have a number of copies of each object
URI: master:Bag
 classDiagram
    class Bag
      Collection <|-- Bag
      Bag <|-- List
      Bag <|-- Thread
      Bag : element
          Bag ..> Thing : element
      Bag : size
Inheritance
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| element | 0..*  Thing  | 
The link to the members of a collection | Collection | 
| size | 0..1  PositiveInteger  | 
The number of item belonging to a collection | Collection | 
Usages
Aliases
- bag
 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:Bag | 
| native | master:Bag | 
| exact | co:Bag, NCIT:C95628, wikidata:Q864377 | 
LinkML Source
Direct
name: Bag
description: Collection that can have a number of copies of each object
from_schema: https://w3id.org/lmodel/uco-master
aliases:
- bag
exact_mappings:
- co:Bag
- NCIT:C95628
- wikidata:Q864377
rank: 1000
is_a: Collection
disjoint_with:
- Set
Induced
name: Bag
description: Collection that can have a number of copies of each object
from_schema: https://w3id.org/lmodel/uco-master
aliases:
- bag
exact_mappings:
- co:Bag
- NCIT:C95628
- wikidata:Q864377
rank: 1000
is_a: Collection
attributes:
  element:
    name: element
    annotations:
      owl:
        tag: owl
        value: allValuesFrom
    description: The link to the members of a collection
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    mixin: true
    domain: Collection
    multivalued: true
    alias: element
    owner: Bag
    domain_of:
    - Collection
    range: Thing
  size:
    name: size
    description: The number of item belonging to a collection.
    from_schema: https://w3id.org/lmodel/uco-master
    rank: 1000
    domain: Collection
    alias: size
    owner: Bag
    domain_of:
    - Collection
    - AlternateDataStreamFacet
    - WindowsPESection
    range: positive integer
    maximum_cardinality: 1
disjoint_with:
- Set