semantic web

a web of linked data and linked schemas


fabien gandon

1 - Open DATA

publish data on the web using open formats


e.g. list of all the streets of my village

2 - web data

use web standards to identify things (URIs)

and describe them (RDF)


http://myvillage.org/street/eiffel

3 - linked data

reuse and link web identifiers


http://myvillage.org/street/eiffel

   namedFrom

     http://dbpedia.org/page/Gustave_Eiffel

4 - open schemas

publish data schemas on the web using open formats


http://myvillage.org/street/eiffel  type  Street

Street subClassOf Road

5 - web schemas

publish schemas as web data


http://myvillage.org/street/eiffel

   type

     http://myvillage.org/class/Street

6 - linked schemas

reuse and link to other schemas


http://myvillage.org/class/Street

   subClassOf

     http://dbpedia.org/ontology/Road


a web of

linked data and

linked data schemas


fabien gandon