Your data on the Web
Solid & Linked Data

Ruben Dedecker, Ghent Universityimec

Your data on the Web
Solid & Linked Data

Ruben Dedecker

Ghent University imec IDLab

Creative Commons License Except where otherwise noted, the content of these slides is licensed under a Creative Commons Attribution 4.0 International License.

Your data on the Web
Solid & Linked Data

[Tim Berners-Lee’s original proposal for what would become the Web]

Before the Web

The Web strives to be universal
through independence of many factors.

Individual links are allowed to break
so the entire Web does not

Tim Berners-Lee

Released royalty-free in 1993

[Release of the WWW software]

The Web brings permissionless innovation
at a global scale

The Web brings freedom of expression
to everyone across the world

The Web enabled unprecedented creativity

Your data on the Web
Solid & Linked Data

The browser wars

Best viewed with Netscape Navigator 3.0 or above

register an account

[photo of a login screen]

best viewed with

Twitter is better on the app

Our data has become stuck

Within the walled gardens on the Web,
you have to move either data or people

© David Simonds

Ironically, permissionless innovation
even allows platforms that prevent it.

The Facebook founder has no intention of
allowing anyone to build anything on his platform
that does not have his express approval.

Having profited mightily from the Web’s openness,
he has kicked away the ladder that elevated him
to his current eminence.

John Naughton, The Guardian
[photo of a ladder]
© Vinayak Shankar Rao
[A list of Google products.]

How dependent are you
on the Google ecosystem?

The Guardian this weekend

Rule One for any online venture is
to acquire large numbers of users quickly
so that you can harness the power
of network effects to keep them
inside your walled garden.

these systems are not interoperable:
you can’t easily take your “social graph”
(your network of contacts) with you.

John Naughton, The Guardian
[Image of Elon Musk]
© Britta Pedersen

Your data on the Web
Solid & Linked Data

The Solid project

Your data on the Web
Solid & Linked Data

Separating applications and data

User perspective:
we can control and share our data

[couple shopping at a supermarket]

Application perspective:
Innovation on a Web scale

Your data on the Web
Solid & Linked Data

Where does this data go?

The Solid Pod

[The POD as the source of your data]
© solidproject

Interoperability between Solid Pods
is enabled through standardization

Your data pod can contain
any data you create online

You control which applications
can interact with your pod

Any app you can envision,
you can build with Solid

Applications can integrate data
from many sources

Interconnectivity is key

Solid PODs enable a connected network of data
© solidproject

A point about trust

Your data on the Web
Solid & Linked Data

Our data needs to scale to the Web!

Interoperability challenges in Solid
are solved through Linked Data.

I want to like a blog!

On Facebook?

On Twitter?

On Tumblr?

On the Web!

If I like your blog, I need a way
to connect my like to your blog.

{
  "@context":  "https://www.w3.org/ns/activitystreams",
  "id":        "#ruben-likes-blog",
  "type":      "Like",
  "actor":     "https://pod.rubendedecker.be/profile/card#me",
  "object":    "https://ruben.verborgh.org/blog/",
  "published": "2019-04-25T08:00:00Z"
}

My like needs a univeral meaning
so different apps can reuse it

{
  "@context":  "https://www.w3.org/ns/activitystreams",
  "id":        "#ruben-likes-blog",
  "type":      "Like",
  "actor":     "https://pod.rubendedecker.be/profile/card#me",
  "object":    "https://ruben.verborgh.org/blog/",
  "published": "2019-04-25T08:00:00Z"
}

Data from different sources
can be easily be combined.

{ "@context":  "https://www.w3.org/ns/activitystreams",
  "@graph": [{
    "type":      "Like",
    "actor":     "https://pod.rubendedecker.be/profile/card#me",
    "object":    "https://ruben.verborgh.org/blog/",
    "published": "2023-01-22T08:00:00Z"
  },{
    "type":      "Like",
    "actor":     "https://example.org/people/patrick#me",
    "object":    "https://ruben.verborgh.org/blog/",
    "published": "2023-02-21T09:05:00Z"
  }]
}

My data forms a graph on the Web

[A Linked Data Graph]

Interactions create new connections

[A Linked Data Graph]

An ever expanding graph of data

[A Linked Data Graph]

Take advantage
of the Web!

You can take part!

Host your documents from your Pod

Empower your data on a Web scale

How does your data empower you?