Skip to content

Slot: framework_key

The name of a format that can be used to serialize LinkML data. The string value should be a code from the LinkML frameworks vocabulary, but this is not strictly enforced

URI: [linkml:framework_key](https://w3id.org/linkml/framework_key) Alias: framework ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [TypeMapping](TypeMapping.md) | Represents how a slot or type can be serialized to a format | no | ## Properties ### Type and Range | Property | Value | | --- | --- | | Range | [String](String.md) | | Domain Of | [TypeMapping](TypeMapping.md) | ### Cardinality and Requirements | Property | Value | | --- | --- | | Required | Yes | ### Slot Characteristics | Property | Value | | --- | --- | | Key | Yes | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/linkml/meta ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | linkml:framework_key | | native | linkml:framework_key | ## LinkML Source
name: framework_key
description: The name of a format that can be used to serialize LinkML data. The string
  value should be a code from the LinkML frameworks vocabulary, but this is not strictly
  enforced
from_schema: https://w3id.org/linkml/meta
rank: 1000
key: true
alias: framework
domain_of:
- type_mapping
range: string
required: true