# Slot: description URI: [linkml:description](https://w3id.org/linkml/description) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | [Field](Field.md) | | no | [Resource](Resource.md) | | no | ## Properties * Range: [String](String.md) * Multivalued: True ## Examples | Value | | --- | | A human-readable description of this identifier namespace | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/linkml/frictionless ## LinkML Source
```yaml name: description examples: - value: A human-readable description of this identifier namespace from_schema: https://w3id.org/linkml/frictionless rank: 1000 slot_uri: linkml:description multivalued: true alias: description domain_of: - Field - Resource range: string ```