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

used by used in type used
TransformationSpecification prefixes range KeyVal
ElementDerivation value_mappings range KeyVal
ElementDerivation expression_to_value_mappings range KeyVal
ElementDerivation expression_to_expression_mappings range KeyVal
ClassDerivation value_mappings range KeyVal
ClassDerivation expression_to_value_mappings range KeyVal
ClassDerivation expression_to_expression_mappings range KeyVal
SlotDerivation value_mappings range KeyVal
SlotDerivation expression_to_value_mappings range KeyVal
SlotDerivation expression_to_expression_mappings range KeyVal
EnumDerivation value_mappings range KeyVal
EnumDerivation expression_to_value_mappings range KeyVal
EnumDerivation expression_to_expression_mappings range KeyVal
PermissibleValueDerivation value_mappings range KeyVal
PermissibleValueDerivation expression_to_value_mappings range KeyVal
PermissibleValueDerivation expression_to_expression_mappings range KeyVal
PrefixDerivation value_mappings range KeyVal
PrefixDerivation expression_to_value_mappings range KeyVal
PrefixDerivation expression_to_expression_mappings range KeyVal

Identifier and Mapping Information

Schema Source

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