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'.]
[
@vocabmaps a default prefix to keys not mapped explicitly in@context].
[
@contextprovides only definitions to map your keys, it's not a type.@typeis 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.]
Source