Class: Set
A collection that cannot contain duplicate elements.
URI: collections:Set
classDiagram
class Set
Collection <|-- Set
Set : element
Set ..> Thing : element
Set : size
Set ..> positive integer : 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/collections
Mappings
Mapping Type | Mapped Value |
---|---|
self | collections:Set |
native | collections: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/collections
aliases:
- set
exact_mappings:
- co:Set
- sumo:Set
- wikidata:Q28813620
narrow_mappings:
- wikidata:Q36161
is_a: Collection
Induced
name: Set
description: A collection that cannot contain duplicate elements.
from_schema: https://w3id.org/lmodel/collections
aliases:
- set
exact_mappings:
- co:Set
- sumo:Set
- wikidata:Q28813620
narrow_mappings:
- wikidata:Q36161
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/collections
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/collections
domain: Collection
alias: size
owner: Set
domain_of:
- Collection
range: positive integer
maximum_cardinality: 1