Slot: rdfType¶
URI or CURIE naming a class in a controlled vocabulary that this field’s values instantiate. Used for semantic anchoring. Frictionless’s spec calls this a URL, but in practice consumers (and the schema-automator DD uri slot it pairs with) accept CURIEs as well.
URI: fts:rdfType Alias: rdfType
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 |
|---|
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:rdfType |
native |
fts:rdfType |
LinkML Source¶
```yaml
name: rdfType
description: URI or CURIE naming a class in a controlled vocabulary that this field's
values instantiate. Used for semantic anchoring. Frictionless's spec calls this
a URL, but in practice consumers (and the schema-automator DD `uri` slot it pairs
with) accept CURIEs as well.
from_schema: https://specs.frictionlessdata.io/table-schema
rank: 1000
alias: rdfType
owner: Field
domain_of:
- Field
range: uriorcurie
</details>