Paul’s notes on how JSON-LD works
[The JSON-LD data model is a graph with documents as nodes and properties as edges to other nodes or ‘values’.]
[
@vocab
maps a default prefix to keys not mapped explicitly in@context
].
[
@context
provides only definitions to map your keys, it’s not a type.@type
is a type, and can be defined with a URL or a term from@context
.
[
@id
’s value is a reference to another object or node.]
Improve.