Slot: reference¶
The target of the reference.
URI: fts:reference Alias: reference
Applicable Classes¶
Name |
Description |
Modifies Slot |
|---|---|---|
Foreign-key constraint linking field(s) in this resource to field(s) in anoth… |
no |
Properties¶
Type and Range¶
Property |
Value |
|---|---|
Range |
|
Domain Of |
Cardinality and Requirements¶
Property |
Value |
|---|---|
Required |
Yes |
Slot Characteristics¶
Property |
Value |
|---|---|
Owner |
Identifier and Mapping Information¶
Schema Source¶
from schema: https://specs.frictionlessdata.io/table-schema
Mappings¶
Mapping Type |
Mapped Value |
|---|---|
self |
fts:reference |
native |
fts:reference |
LinkML Source¶
```yaml
name: reference
description: The target of the reference.
from_schema: https://specs.frictionlessdata.io/table-schema
rank: 1000
alias: reference
owner: ForeignKey
domain_of:
- ForeignKey
range: ForeignKeyReference
required: true
inlined: true
</details>