Slot: attributes
Inline definition of slots
URI: linkml:attributes
Alias: attributes
Applicable Classes
| Name |
Description |
Modifies Slot |
| ClassDefinition |
an element whose instances are complex objects that may have slot-value assig... |
no |
Properties
Type and Range
Cardinality and Requirements
| Property |
Value |
| Multivalued |
Yes |
In Subsets
- attributes are an alternative way of defining new slots. An attribute adds a slot to the global space in the form __ (lower case, double underscores). Attributes can be specialized via slot_usage.
Rank: 29
Schema Source
Mappings
| Mapping Type |
Mapped Value |
| self |
linkml:attributes |
| native |
linkml:attributes |
LinkML Source
name: attributes
description: Inline definition of slots
comments:
- attributes are an alternative way of defining new slots. An attribute adds a slot
to the global space in the form <class_name>__<slot_name> (lower case, double underscores). Attributes
can be specialized via slot_usage.
in_subset:
- SpecificationSubset
- MinimalSubset
- BasicSubset
- RelationalModelProfile
- ObjectOrientedProfile
- OwlProfile
from_schema: https://w3id.org/linkml/meta
rank: 29
domain: class_definition
alias: attributes
domain_of:
- class_definition
range: slot_definition
multivalued: true
inlined: true