Skip to content

Slot: exact_cardinality

the exact number of entries for a multivalued slot

URI: linkml:exact_cardinality Alias: exact_cardinality

Inheritance

Applicable Classes

Name Description Modifies Slot
DimensionExpression defines one of the dimensions of an array no
AnonymousSlotExpression no
SlotExpression an expression that constrains the range of values a slot can take no
SlotDefinition an element that describes how instances are related to other instances no

Properties

Type and Range

Property Value
Range Integer
Domain Of SlotExpression, DimensionExpression

Cardinality and Requirements

Property Value
### Slot Characteristics
Property Value
Inherited Yes

In Subsets

Comments

  • if exact_cardinality is set, then minimum_cardinalty and maximum_cardinality must be unset or have the same value

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self linkml:exact_cardinality
native linkml:exact_cardinality

LinkML Source

name: exact_cardinality
description: the exact number of entries for a multivalued slot
comments:
- if exact_cardinality is set, then minimum_cardinalty and maximum_cardinality must
  be unset or have the same value
in_subset:
- SpecificationSubset
from_schema: https://w3id.org/linkml/meta
rank: 1000
is_a: list_value_specification_constant
inherited: true
alias: exact_cardinality
domain_of:
- slot_expression
- dimension_expression
range: integer