Skip to content

Class: Collection

A group of objects that can be considered as a whole.

URI: master:Collection

classDiagram class Collection Thing <|-- Collection Collection <|-- Bag Collection <|-- Set Collection : element Collection ..> Thing : element Collection : size

Inheritance

Slots

Name Cardinality and Range Description Inheritance
element 0..1
Thing
The link to the members of a collection direct
size 0..1
PositiveInteger
The number of item belonging to a collection direct

Usages

used by used in type used
Bag element domain Collection
Bag size domain Collection
Collection element domain Collection
Collection size domain Collection
List element domain Collection
List size domain Collection
Set element domain Collection
Set size domain Collection
Thread element domain Collection
Thread size domain Collection
AlternateDataStreamFacet size domain Collection
MessageThreadFacet messageThreadUnorderedItems domain Collection
WindowsPESection size domain Collection

Aliases

  • collection

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/uco-master

Mappings

Mapping Type Mapped Value
self master:Collection
native master:Collection
exact co:Collection, NCIT:C45261, wikidata:Q59294700

LinkML Source

Direct

name: Collection
description: A group of objects that can be considered as a whole.
from_schema: https://w3id.org/lmodel/uco-master
aliases:
- collection
exact_mappings:
- co:Collection
- NCIT:C45261
- wikidata:Q59294700
rank: 1000
is_a: Thing
slots:
- element
- size
slot_usage:
  element:
    name: element
    annotations:
      owl:
        tag: owl
        value: allValuesFrom
    multivalued: true
    domain_of:
    - Collection
    range: Thing
  size:
    name: size
    domain_of:
    - Collection
    - AlternateDataStreamFacet
    - WindowsPESection
    maximum_cardinality: 1
disjoint_with:
- CoItem

Induced

name: Collection
description: A group of objects that can be considered as a whole.
from_schema: https://w3id.org/lmodel/uco-master
aliases:
- collection
exact_mappings:
- co:Collection
- NCIT:C45261
- wikidata:Q59294700
rank: 1000
is_a: Thing
slot_usage:
  element:
    name: element
    annotations:
      owl:
        tag: owl
        value: allValuesFrom
    multivalued: true
    domain_of:
    - Collection
    range: Thing
  size:
    name: size
    domain_of:
    - Collection
    - AlternateDataStreamFacet
    - WindowsPESection
    maximum_cardinality: 1
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: Collection
    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: Collection
    domain_of:
    - Collection
    - AlternateDataStreamFacet
    - WindowsPESection
    range: positive integer
    maximum_cardinality: 1
disjoint_with:
- CoItem