Slot: primaryKey¶
URI: frictionless:primaryKey Alias: primaryKey
Applicable Classes¶
Name |
Description |
Modifies Slot |
---|---|---|
no |
Properties¶
Range: Field
Multivalued: True
Examples¶
Value |
---|
id |
Identifier and Mapping Information¶
Schema Source¶
from schema: https://w3id.org/linkml/frictionless
Mappings¶
Mapping Type |
Mapped Value |
---|---|
self |
frictionless:primaryKey |
native |
frictionless:primaryKey |
close |
linkml:identifier, linkml:unique_keys |
LinkML Source¶
```yaml
name: primaryKey
examples:
- value: id
from_schema: https://w3id.org/linkml/frictionless
close_mappings:
- linkml:identifier
- linkml:unique_keys
rank: 1000
alias: primaryKey
domain_of:
- Schema
range: Field
multivalued: true
</details>