Ruben Verborgh, Ghent University – imec
London, 22 May 2019
Ruben Verborgh
Ghent University – imec
This is for everyone #london2012 #oneweb #openingceremony @webfoundation @w3c
Tim Berners-Lee July 27, 2012
With Solid, we aim to
reshape the relationship
between people, their data,
and the apps they use.
Solid restores choice
on the Web.
Anyone can say anything about anything.
Sign in with Facebook to see this content.
Facebook works better with the native app.
Solid is about choice.
The Solid ecosystem enables people
to pick the apps they need,
while
storing their data wherever they want.
People control their data,
and share it
with the apps and people they choose.
{
"@context": "https://www.w3.org/ns/activitystreams",
"id": "#ruben-likes-solidlondon2019",
"type": "Like",
"actor": "https://ruben.verborgh.org/profile/#me",
"object": "https://www.meetup.com/Solid-London/events/260820462/#this",
"published": "2019-05-22T18:00:00Z"
}
{
"@context": "https://www.w3.org/ns/activitystreams",
"id": "#ruben-likes-fosdem2019",
"type": "Like",
"actor": "https://ruben.verborgh.org/profile/#me",
"object": "https://www.meetup.com/Solid-London/events/260820462/#this",
"published": "2019-05-22T18:00:00Z"
}
{
"@context": "https://www.w3.org/ns/activitystreams",
"@graph": [{
"type": "Like",
"actor": "https://ruben.verborgh.org/profile/#me",
"object": "https://www.meetup.com/Solid-London/events/260820462/#this",
"published": "2019-05-22T18:00:00Z"
},{
"type": "Like",
"actor": "https://example.org/people/paul#me",
"object": "https://www.meetup.com/Solid-London/events/260820462/#this",
"published": "2019-05-22T18:30:00Z"
}]
}
People think RDF is a pain
because it is complicated.
The truth is even worse.RDF is painfully simplistic,
Dan Brickley & Libby Miller
but it allows you to work with real-world data
and problems that are horribly complicated.
<LoggedIn>
<p>Welcome, <Value src="user.firstName"/></p>
<Image src="user.image" defaultSrc="profile.svg"/>
<ul>
<li><Link href="user.inbox">Your inbox</Link></li>
<li><Link href="user.homepage">Your homepage</Link></li>
</ul>
<h2>Your friends</h2>
<List src="user.friends.firstName"/>
</LoggedIn>
The best way to predict
Alan Kay
the future is to invent it.
The best way to invent
John Perry Barlow
the future is to predict it.