Slot: primaryKey

Field name(s) that together identify each row. May be a single name (string) or a list; modeled as a list here.

URI: fts:primaryKey Alias: primaryKey

Applicable Classes

Name

Description

Modifies Slot

TableSchema

A Frictionless Table Schema document — the column descriptors for a single ta…

no

Properties

Type and Range

Property

Value

Range

String

Domain Of

TableSchema

Cardinality and Requirements

Property

Value

Multivalued

Yes

Slot Characteristics

Property

Value

Owner

TableSchema

Identifier and Mapping Information

Schema Source

  • from schema: https://specs.frictionlessdata.io/table-schema

Mappings

Mapping Type

Mapped Value

self

fts:primaryKey

native

fts:primaryKey

LinkML Source

```yaml name: primaryKey description: Field name(s) that together identify each row. May be a single name (string) or a list; modeled as a list here. from_schema: https://specs.frictionlessdata.io/table-schema rank: 1000 alias: primaryKey owner: TableSchema domain_of: - TableSchema range: string multivalued: true
</details>