Class: Set
A collection that cannot contain duplicate elements.
URI: master:Set
 classDiagram
    class Set
      Collection <|-- Set
      Set : element
          Set ..> Thing : element
      Set : size
Inheritance
- Thing
- Collection
- Set
 
 
 - Collection
 
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 | 
Aliases
- set
 
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/uco-master
 
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | master:Set | 
| native | master:Set | 
| exact | co:Set, sumo:Set, wikidata:Q28813620 | 
| narrow | wikidata:Q36161 | 
LinkML Source
Direct
name: Set
description: A collection that cannot contain duplicate elements.
from_schema: https://w3id.org/lmodel/uco-master
aliases:
- set
exact_mappings:
- co:Set
- sumo:Set
- wikidata:Q28813620
narrow_mappings:
- wikidata:Q36161
rank: 1000
is_a: Collection
Induced
name: Set
description: A collection that cannot contain duplicate elements.
from_schema: https://w3id.org/lmodel/uco-master
aliases:
- set
exact_mappings:
- co:Set
- sumo:Set
- wikidata:Q28813620
narrow_mappings:
- wikidata:Q36161
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: Set
    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: Set
    domain_of:
    - Collection
    - AlternateDataStreamFacet
    - WindowsPESection
    range: positive integer
    maximum_cardinality: 1