Slot: name¶
Machine-readable name of the field. Should match the column header in the tabular data.
URI: fts:name Alias: name
Applicable Classes¶
Name |
Description |
Modifies Slot |
|---|---|---|
Descriptor for a single column of the tabular resource |
no |
Properties¶
Type and Range¶
Property |
Value |
|---|---|
Range |
|
Domain Of |
Cardinality and Requirements¶
Property |
Value |
|---|---|
Required |
Yes |
Slot Characteristics¶
Property |
Value |
|---|---|
Identifier |
Yes |
Owner |
Identifier and Mapping Information¶
Schema Source¶
from schema: https://specs.frictionlessdata.io/table-schema
Mappings¶
Mapping Type |
Mapped Value |
|---|---|
self |
fts:name |
native |
fts:name |
LinkML Source¶
```yaml
name: name
description: Machine-readable name of the field. Should match the column header in
the tabular data.
from_schema: https://specs.frictionlessdata.io/table-schema
rank: 1000
identifier: true
alias: name
owner: Field
domain_of:
- Field
range: string
required: true
</details>