Class: KeyValuePair¶
A key-value string pair
URI: astra:KeyValuePair
classDiagram
class KeyValuePair
click KeyValuePair href "../KeyValuePair/"
KeyValuePair : key
KeyValuePair : value
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| key | 1 String |
The key | direct |
| value | 1 String |
The value | direct |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://w3id.org/astra/analysis
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | astra:KeyValuePair |
| native | astra:KeyValuePair |
LinkML Source¶
Direct¶
name: KeyValuePair
description: A key-value string pair
from_schema: https://w3id.org/astra/analysis
attributes:
key:
name: key
description: The key
from_schema: https://w3id.org/astra/analysis
rank: 1000
identifier: true
domain_of:
- KeyValuePair
required: true
value:
name: value
description: The value
from_schema: https://w3id.org/astra/analysis
rank: 1000
domain_of:
- KeyValuePair
- FragmentSelector
required: true
Induced¶
name: KeyValuePair
description: A key-value string pair
from_schema: https://w3id.org/astra/analysis
attributes:
key:
name: key
description: The key
from_schema: https://w3id.org/astra/analysis
rank: 1000
identifier: true
alias: key
owner: KeyValuePair
domain_of:
- KeyValuePair
range: string
value:
name: value
description: The value
from_schema: https://w3id.org/astra/analysis
rank: 1000
alias: value
owner: KeyValuePair
domain_of:
- KeyValuePair
- FragmentSelector
range: string
required: true