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