Class: KeyVal
URI: linkmltr:KeyVal
classDiagram
class KeyVal
KeyVal : key
KeyVal --> None : key
KeyVal : value
KeyVal --> Any : value
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
key | 0..1 String |
direct | |
value | 0..1 Any |
direct |
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/transformer
Mappings
Mapping Type | Mapped Value |
---|---|
self | linkmltr:KeyVal |
native | linkmltr:KeyVal |
LinkML Source
Direct
name: KeyVal
from_schema: https://w3id.org/linkml/transformer
attributes:
key:
name: key
from_schema: https://w3id.org/linkml/transformer
rank: 1000
key: true
domain_of:
- KeyVal
required: true
value:
name: value
from_schema: https://w3id.org/linkml/transformer
rank: 1000
domain_of:
- KeyVal
range: Any
Induced
name: KeyVal
from_schema: https://w3id.org/linkml/transformer
attributes:
key:
name: key
from_schema: https://w3id.org/linkml/transformer
rank: 1000
key: true
alias: key
owner: KeyVal
domain_of:
- KeyVal
required: true
value:
name: value
from_schema: https://w3id.org/linkml/transformer
rank: 1000
alias: value
owner: KeyVal
domain_of:
- KeyVal
range: Any