Slot: syntax

Serialization syntax used to stringify the values when no delimiter is given.

URI: [linkmlmap:syntax](https://w3id.org/linkml/transformer/syntax) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [StringificationConfiguration](StringificationConfiguration.md) | Configuration for collapsing multiple values into a single delimited or seria... | no | ## Properties ### Type and Range | Property | Value | | --- | --- | | Range | [SerializationSyntaxType](SerializationSyntaxType.md) | | Domain Of | [StringificationConfiguration](StringificationConfiguration.md) | ### Cardinality and Requirements | Property | Value | | --- | --- | ### Slot Characteristics | Property | Value | | --- | --- | | Owner | [StringificationConfiguration](StringificationConfiguration.md) | ## Examples | Value | | --- | | json | | yaml | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/linkml/transformer ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | linkmlmap:syntax | | native | linkmlmap:syntax | ## LinkML Source
name: syntax
description: Serialization syntax used to stringify the values when no delimiter is
  given.
examples:
- value: json
- value: yaml
from_schema: https://w3id.org/linkml/transformer
rank: 1000
owner: StringificationConfiguration
domain_of:
- StringificationConfiguration
range: SerializationSyntaxType