With JSON-LD, every piece of data
can link to any other piece of data.
{
"@context": "https://www.w3.org/ns/activitystreams",
"id": "#ruben-likes-semic",
"type": "Like",
"actor": "https://ruben.verborgh.org/profile/#me ",
"object": "https://www.semic2020.eu/#this ",
"published": "2020-10-06T08:00:00Z"
}
Data shapes and their semantics
enable layered compatibility .
{
"@context": "https://www.w3.org/ns/activitystreams",
"id": "#ruben-likes-semic",
"type ": "Like ",
"actor ": "https://ruben.verborgh.org/profile/#me",
"object ": "https://www.semic2020.eu/#this",
"published ": "2020-10-06T08:00:00Z"
}
Different source data
can be concatenated.
{
"@context": "https://www.w3.org/ns/activitystreams",
"@graph": [{
"type": "Like",
"actor": "https://ruben.verborgh.org/profile/#me" ,
"object": "https://www.semic2020.eu/#this",
"published": "2020-10-06T08:00:00Z"
},{
"type": "Like",
"actor": "https://example.org/people/seth#me" ,
"object": "https://www.semic2020.eu/#this",
"published": "2020-10-06T08:05:00Z"
}]
}
The best way to predict the future is to invent it.
Alan Kay
©2008 jeanbaptisteparis
The best way to invent the future is to predict it.
John Perry Barlow
©2007 Joi Ito
Let’s assemble the brightest minds
from business, technology, government,
civil society, the arts and academia
to tackle the threats to the Web’s future.
Tim Berners-Lee
© Vinayak Shankar Rao