SlideShare une entreprise Scribd logo
1  sur  37
Télécharger pour lire hors ligne
The importance of the Web for the
Semantic Web
Alexandre Monnin, PhD
Associate researcher @Inria
Senior Open data Adviser for Etalab
Chair of the « PhiloWeb » community group (W3C)
Organiser of the « Les rencontres du web de données » Meetup
Twitter: @aamonnz/@PhiloWeb, Website : web-and-philosophy.org
“semantic web”
and not
“semanticweb”
[C. Welty, ISWC 2007]
Above all: the Semantic Web is deeply
entrenched in the Web
Why the Web?
LeslieCarr,«TheFundamentalsoftheWeb,the
ImportanceofWebScience”
«
Maybe it is a « temporary glitch? »
(Leslie Carr)
A fragile reality, relying on specific architectural
principles, that gave birth over the years to many
innovations that may threaten its very existence.
If the Semantic Web (or Web of data) has any
future, it must be aware of its roots and preserve
what made the Web so incredibly successful on a
previously unseen scale.
I. Naming/identifying
The basics
Kieron O’Hara, « The Web as an ethical space »
Three components of the architecture of
the web
• identification (URI) & « adressability » (URL)
http://www.inria.fr
http://ns.inria.fr/fabien.gandon#me
ldap://[2001:db8::7]/c=GB?objectClass?one
• communication / protocol (HTTP)
GET /centre/sophia HTTP/1.1
Host: www.inria.fr
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; de-de)
AppleWebKit/523.10.3 (KHTML, like Gecko) Version/3.0.4
Safari/523.10
Accept-Encoding: gzip
Accept: text/html,application/xhtml+xml,application/xml
Accept-Language: en,en-us;q=0.8,fr;q=0.5,fr-fr;q=0.3
Accept-Charset: ISO-8859-1,UTF-8;q=0.7,*;q=0.7
Referer: http://fabien.info/
• Representation(s) languages (HTML / RDF)
Fabien travaille chez <a href="http://www.inria.fr">Inria</a>
<http://www.inria.fr> foaf:member data:fabien
Three functions
• identification of ressources (URI)
• access to representation (HTTP URI)
• Encoding of representations (HTML , RDF, etc)
URIs (universal syntax)
Because the Web had to link to other competing
systems: WAIS, Gopher, Prospero…
Interoperability and openneness gave it a decisive
advantage from the inception (Google “Gopher”!).
“I originally called these things “Universal Document
Identifiers” (UDIs) even before we started using them
for concepts. 8 The IETF were a bit put off, thinking it
was too much hubris to call them “universal.”
Now I realize that I should have held firm and said
“but they are,” as any alternative system of naming
you can make out there, I can map it to the character
set we use in URIs and I can invent a new scheme for
it. So we can map any scheme to URIs. We’d already
mapped Gopher, FTP, and these sorts of things. Now,
we’ve got HTTP and there will be lots of other
schemes. So in a sense URIs are universal, as we’re
saying anything—any name that you come across—
can be mapped into this space.” –TimBL)
URIs are also what…
URIs: not « just » a universal syntax
http://www.
…links…
…(yes, links!)…
are made of
<a href=“http://example.com/”>lorem ipsum</a>
This remains
true of the
Semantic Web
as well
le web originel
liens typés…
RDF every bit of information is decomposed in
triples
Subject / entity /node
relation /attribute/arc
object / value /node
ex :
Slides.html has for author Alexandre
and for theme the Web
Slides.html has author Alex
Slides.html has theme Web
Semantic web
Mentioned by Tim BL
in 1994 at WWW
[Tim Berners-Lee 1994, http://www.w3.org/Talks/WWW94Tim/]
« From ADA to AAA »
• ADA (Web) = Anyone can designate anything
“philosophy may be necessary to explain what
happens when the legal system hits the Web. When
you make a web-page you can link to anything, you
can write anything about it. But when a lawyer comes
along and reserves the right to charge you to link to
their page, then in a way it’s a philosophical question,
as you have to tie linking to the way the protocol is
defined over a name as just a reference,
something that has never been controlled over the
millennia. Systems where you control names haven’t
worked so far, and so you need the philosophy to
show how these protocols are ground out in history
and in concepts for using names that lawyers” (TimBL)
« From ADA to AAA »
• AAA (Linked data) = Anyone can say anything
about anything
Because we can
designate anything
(green lines), we
can then link any
things (red lines)
II. What’s being named?
ressources
Document Properties Correlate
UDI Papers (1992)
logical name, not a physical address so
that moving documents does not
impinges on the durability of such
names (some details should be
obfuscated)
object or document, unit of retrieval
rather than the unit of storage, might
identify a query formulated through a
service, a question rather than a
document
URI RFC 1630 (1994)
cf. above. Distinct from a file name
that is local, should remain opaque,
devoid of the details attached to the
technicalities of its implementation
accessible objects if URIs are also URLs
URL RFC 1738 (1994) non-physical address
resources (not defined), identified in a
abstract way (by contrast, accessible
contents for RFC 1739)
URN
RFC 1737
(1994)
name, identifier stable resource, not accessible
IRL
RFC 1736
(1995)
address (URL), Identifier (URN),
Description (URC)
resource – networked or non-
networked
URC IETF drafts meta-information, list of identifiers – Document

appearences database
One URI never = one « page »
Electronic
documents
Rendering
service
Computers
Servicing
Client
Application
Other encoding
formats
RPC
Psychophysically
equivalents
client server
Content negotiation (conneg)
http
A forerunner: system 33 (1991-1993)
HTTP Range 14
Code HTTP Résultat Indication
200 (OK) Representation
Information ressource or non-
information resources
303 (see
other)
URI Any kind of resource
4XX, 5XX
(error)
Error message Nothing can be inferred
They did not talk about it They talked about it
 ressource
 state de of the resource
 the representational state of the
resource (whence the acronym
« REST »!)
 Actually, this explains why there are no links on the Web before an actor like Google
appears. Links are indeed rather pointers to resources inside the representations of other
ressources (and, as such, these pointer might not dereference, nor therefore link two
relata).
Wait! How about REST?
« »
"Resources are
angels,
URIs pins"
"Naming is printing money"
(Larry Masinter)
Resources are « shadows »: not a bug
but one of the Web’s greatest features
“7.1.2 Manipulating Shadows. Defining resource such that
a URI identifies a concept rather than a document leaves
us with another question: how does a user access,
manipulate, or transfer a concept such that they can get
something useful when a hypertext link is selected? REST
answers that question by defining the things that are
manipulated to be representations of the identified
resource, rather than the resource itself. An origin server
maintains a mapping from resource identifiers to the set
of representations corresponding to each resource. A
resource is therefore manipulated by transferring
representations through the generic interface defined by
the resource identifier.” (Roy Fielding)
Can objects be mere « shadows » ?
Not « mere » shadows, but still, that compares well to what some
philosophershave to say about objects:
“the presence of an object inherently involves its absence. The reason is
simply the standard one: in order for a subject to take an object as an
object, there must be a separation between them – enough separation to
make room for intrinsic abstraction, of detachment, of stabilization. So it is
essentially an ontological theorem of this metaphysics that no object, for any
given subject, will be wholly there, in the sense of being fully effectively
accessible. Or, to put it more carefully: in order to be present ontologically – i.e.,
in order to be materially present – an object must also be (at least partially)
absent metaphysically, in the sense of being partly out of effective reach.”
(Brian Cantwell Smith)
 Just as an objet is never entirely present, a resource is never accessed as
such, only « representations » are – slices of trajectories. Many philosophers
thus argue that objects are not already there, waiting to be picked up or
designated. Rather, what we designate are regularities, patterns that need to
be tended to and maintained and that call for it.
It comes with a price
The trajectory drawn by these regularities corresponds to
Justin Erenkranz’ characterization of resource as “network
continuation”.
The price is higher than expected since identifying ressource
necessitates to "maintain a mapping from resource identifiers
to the set of representations corresponding to each resource".
 The cost is so high that, eventually, everything will be 404.
404 guarantee that no higher authority is responsible for
making sure that every URI dereferences. It is as much a
design principle of the Web as any other.
May 2007
April 2008
September 2008 March 2009
September 2010
Linking Open Data cloud diagram, by Richard Cyganiak and Anja Jentzsch. http://lod-cloud.net/
September 2011
The Web as ontology
On what there is on a global scale
September 2011
From ADA and AAA to a shared world:
Wikipedia and DBpedia
Conclusion :
• “The Web may fragment if the engineering isn’t
right” (Kireon O’Hara)
• Just as the Web is an application built on the
Internet, not the Internet, applications built on
the Web are not the Web itself. While they might
depart from its principles, yet they build on its
success.
• “The Web spreads the conditions of its initial
creation” (L. Carr). Then, as an open platform, it
also spreads potential threats to these
conditions.
Why should we care for the Web?
• While many important players are all trying to impose
their own rules, keeping data behind closed walls, silos,
proprietary platforms, we can see one of them going
against the grain, towards more and more openness,
building a platform designed to nurture open
innovation: Valve’s Steam in the field of video games.
• “So rather than having this curated store we’re going to
say, “OK if we are thinking about this correctly, it really
should be sort of a network API.” There should be this
publishing model – and yes you have to worry about
viruses and malware and stuff like that – but essentially
anybody should be able to publish anything through
Steam.” (Gabe Newell)
• No unlike the Web…
Thank you very much!

Contenu connexe

Tendances

Global lodlam_communities and open cultural data
Global lodlam_communities and open cultural dataGlobal lodlam_communities and open cultural data
Global lodlam_communities and open cultural dataMinerva Lin
 
A Survey of the Landscape and State-of-Art in Semantic Wiki
A Survey of the Landscape and State-of-Art in Semantic WikiA Survey of the Landscape and State-of-Art in Semantic Wiki
A Survey of the Landscape and State-of-Art in Semantic WikiMax Völkel
 
A methodology for internal Web ethics
A methodology for internal Web ethicsA methodology for internal Web ethics
A methodology for internal Web ethicsPhiloWeb
 
Semantic Web
Semantic WebSemantic Web
Semantic Weblogus2k
 
Web 2.0 - The Coming of the Storm
Web 2.0 - The Coming of the StormWeb 2.0 - The Coming of the Storm
Web 2.0 - The Coming of the StormKeith McVean
 
Linked Open Data in Libraries, Archives & Museums
Linked Open Data in Libraries, Archives & MuseumsLinked Open Data in Libraries, Archives & Museums
Linked Open Data in Libraries, Archives & MuseumsJon Voss
 
The Online-Life of Media Art-Archives
The Online-Life of Media Art-ArchivesThe Online-Life of Media Art-Archives
The Online-Life of Media Art-Archivesfwiencek
 
Hypertext2007 Wendy Hall - "Whatever Happened to Hypertext?"
Hypertext2007 Wendy Hall - "Whatever Happened to Hypertext?"Hypertext2007 Wendy Hall - "Whatever Happened to Hypertext?"
Hypertext2007 Wendy Hall - "Whatever Happened to Hypertext?"hypertext2007
 
The Social Semantic Web: An Introduction
The Social Semantic Web: An IntroductionThe Social Semantic Web: An Introduction
The Social Semantic Web: An IntroductionJohn Breslin
 
Sharing Scientific Data: Legal, Normative and Social Issues
Sharing Scientific Data: Legal, Normative and Social IssuesSharing Scientific Data: Legal, Normative and Social Issues
Sharing Scientific Data: Legal, Normative and Social IssuesKaitlin Thaney
 
Introduction for skills seminar on Search and Data Mining, Master of European...
Introduction for skills seminar on Search and Data Mining, Master of European...Introduction for skills seminar on Search and Data Mining, Master of European...
Introduction for skills seminar on Search and Data Mining, Master of European...Gerben Zaagsma
 
"Develop a Toolbox" : a possible combination of Tools
"Develop a Toolbox" : a possible combination of Tools"Develop a Toolbox" : a possible combination of Tools
"Develop a Toolbox" : a possible combination of ToolsGuus van den Brekel
 
Do Libraries Meet Research 2.0 : collaborative tools and relevance for Resear...
Do Libraries Meet Research 2.0 : collaborative tools and relevance for Resear...Do Libraries Meet Research 2.0 : collaborative tools and relevance for Resear...
Do Libraries Meet Research 2.0 : collaborative tools and relevance for Resear...Guus van den Brekel
 
Ref Ren Pecha Kucha Rev11262008
Ref Ren Pecha Kucha Rev11262008Ref Ren Pecha Kucha Rev11262008
Ref Ren Pecha Kucha Rev11262008Lorena O'English
 
Federating Cultures: Human Knowledge, Teachers, Students
Federating Cultures: Human Knowledge, Teachers, StudentsFederating Cultures: Human Knowledge, Teachers, Students
Federating Cultures: Human Knowledge, Teachers, StudentsJack Park
 
Semantic Social Network
Semantic Social NetworkSemantic Social Network
Semantic Social NetworkHaklae Kim
 
Promise of web science
Promise of web sciencePromise of web science
Promise of web scienceAastha Madaan
 
SNSInkCloudWiner20150410
SNSInkCloudWiner20150410SNSInkCloudWiner20150410
SNSInkCloudWiner20150410Dov Winer
 

Tendances (20)

Global lodlam_communities and open cultural data
Global lodlam_communities and open cultural dataGlobal lodlam_communities and open cultural data
Global lodlam_communities and open cultural data
 
A Survey of the Landscape and State-of-Art in Semantic Wiki
A Survey of the Landscape and State-of-Art in Semantic WikiA Survey of the Landscape and State-of-Art in Semantic Wiki
A Survey of the Landscape and State-of-Art in Semantic Wiki
 
A methodology for internal Web ethics
A methodology for internal Web ethicsA methodology for internal Web ethics
A methodology for internal Web ethics
 
Semantic Web
Semantic WebSemantic Web
Semantic Web
 
Irish Digital Libraries Summit
Irish Digital Libraries SummitIrish Digital Libraries Summit
Irish Digital Libraries Summit
 
Web 2.0 - The Coming of the Storm
Web 2.0 - The Coming of the StormWeb 2.0 - The Coming of the Storm
Web 2.0 - The Coming of the Storm
 
Linked Open Data in Libraries, Archives & Museums
Linked Open Data in Libraries, Archives & MuseumsLinked Open Data in Libraries, Archives & Museums
Linked Open Data in Libraries, Archives & Museums
 
The Online-Life of Media Art-Archives
The Online-Life of Media Art-ArchivesThe Online-Life of Media Art-Archives
The Online-Life of Media Art-Archives
 
Hypertext2007 Wendy Hall - "Whatever Happened to Hypertext?"
Hypertext2007 Wendy Hall - "Whatever Happened to Hypertext?"Hypertext2007 Wendy Hall - "Whatever Happened to Hypertext?"
Hypertext2007 Wendy Hall - "Whatever Happened to Hypertext?"
 
The Social Semantic Web: An Introduction
The Social Semantic Web: An IntroductionThe Social Semantic Web: An Introduction
The Social Semantic Web: An Introduction
 
Sharing Scientific Data: Legal, Normative and Social Issues
Sharing Scientific Data: Legal, Normative and Social IssuesSharing Scientific Data: Legal, Normative and Social Issues
Sharing Scientific Data: Legal, Normative and Social Issues
 
Introduction for skills seminar on Search and Data Mining, Master of European...
Introduction for skills seminar on Search and Data Mining, Master of European...Introduction for skills seminar on Search and Data Mining, Master of European...
Introduction for skills seminar on Search and Data Mining, Master of European...
 
Jung 2010
Jung 2010Jung 2010
Jung 2010
 
"Develop a Toolbox" : a possible combination of Tools
"Develop a Toolbox" : a possible combination of Tools"Develop a Toolbox" : a possible combination of Tools
"Develop a Toolbox" : a possible combination of Tools
 
Do Libraries Meet Research 2.0 : collaborative tools and relevance for Resear...
Do Libraries Meet Research 2.0 : collaborative tools and relevance for Resear...Do Libraries Meet Research 2.0 : collaborative tools and relevance for Resear...
Do Libraries Meet Research 2.0 : collaborative tools and relevance for Resear...
 
Ref Ren Pecha Kucha Rev11262008
Ref Ren Pecha Kucha Rev11262008Ref Ren Pecha Kucha Rev11262008
Ref Ren Pecha Kucha Rev11262008
 
Federating Cultures: Human Knowledge, Teachers, Students
Federating Cultures: Human Knowledge, Teachers, StudentsFederating Cultures: Human Knowledge, Teachers, Students
Federating Cultures: Human Knowledge, Teachers, Students
 
Semantic Social Network
Semantic Social NetworkSemantic Social Network
Semantic Social Network
 
Promise of web science
Promise of web sciencePromise of web science
Promise of web science
 
SNSInkCloudWiner20150410
SNSInkCloudWiner20150410SNSInkCloudWiner20150410
SNSInkCloudWiner20150410
 

Similaire à The importance of the Web for the Semantic Web

Linked Data and the OpenART project
Linked Data and the OpenART projectLinked Data and the OpenART project
Linked Data and the OpenART projectJulie Allinson
 
Beyond HREF (LAWDI)
Beyond HREF (LAWDI)Beyond HREF (LAWDI)
Beyond HREF (LAWDI)sfsheath
 
On Beyond OWL: challenges for ontologies on the Web
On Beyond OWL: challenges for ontologies on the WebOn Beyond OWL: challenges for ontologies on the Web
On Beyond OWL: challenges for ontologies on the WebJames Hendler
 
Online assigment - sreekutty sb
Online assigment - sreekutty sbOnline assigment - sreekutty sb
Online assigment - sreekutty sbVilayil Graphics
 
DM110 - Week 10 - Semantic Web / Web 3.0
DM110 - Week 10 - Semantic Web / Web 3.0DM110 - Week 10 - Semantic Web / Web 3.0
DM110 - Week 10 - Semantic Web / Web 3.0John Breslin
 
The Semantic Web: 2010 Update
The Semantic Web: 2010 UpdateThe Semantic Web: 2010 Update
The Semantic Web: 2010 UpdateJames Hendler
 
The Semantic Web: 2010 Update
The Semantic Web: 2010 Update The Semantic Web: 2010 Update
The Semantic Web: 2010 Update James Hendler
 
Semantic Technologies: Which Way Now? – UKOLN Response
Semantic Technologies: Which Way Now? – UKOLN ResponseSemantic Technologies: Which Way Now? – UKOLN Response
Semantic Technologies: Which Way Now? – UKOLN ResponseAdrian Stevenson
 
Semantic Technolgy
Semantic TechnolgySemantic Technolgy
Semantic TechnolgyTalat Fakhri
 
Jim Hendler's Presentation at SSSW 2011
Jim Hendler's Presentation at SSSW 2011Jim Hendler's Presentation at SSSW 2011
Jim Hendler's Presentation at SSSW 2011sssw2011
 
Madrid Building blocks of Linked Data
Madrid Building blocks of Linked DataMadrid Building blocks of Linked Data
Madrid Building blocks of Linked DataVictor de Boer
 
Semantic technologies for the Internet of Things
Semantic technologies for the Internet of Things Semantic technologies for the Internet of Things
Semantic technologies for the Internet of Things PayamBarnaghi
 
semantic web tech.ppt
semantic web tech.pptsemantic web tech.ppt
semantic web tech.pptNaglaaFathy42
 
What happened to the Semantic Web?
What happened to the Semantic Web?What happened to the Semantic Web?
What happened to the Semantic Web?Peter Mika
 
"Why the Semantic Web will Never Work" (note the quotes)
"Why the Semantic Web will Never Work"  (note the quotes)"Why the Semantic Web will Never Work"  (note the quotes)
"Why the Semantic Web will Never Work" (note the quotes)James Hendler
 

Similaire à The importance of the Web for the Semantic Web (20)

Lec1.pptx
Lec1.pptxLec1.pptx
Lec1.pptx
 
Linked Data and the OpenART project
Linked Data and the OpenART projectLinked Data and the OpenART project
Linked Data and the OpenART project
 
Beyond HREF (LAWDI)
Beyond HREF (LAWDI)Beyond HREF (LAWDI)
Beyond HREF (LAWDI)
 
Web3uploaded
Web3uploadedWeb3uploaded
Web3uploaded
 
Introduction to the Semantic Web
Introduction to the Semantic WebIntroduction to the Semantic Web
Introduction to the Semantic Web
 
On Beyond OWL: challenges for ontologies on the Web
On Beyond OWL: challenges for ontologies on the WebOn Beyond OWL: challenges for ontologies on the Web
On Beyond OWL: challenges for ontologies on the Web
 
Online assigment - sreekutty sb
Online assigment - sreekutty sbOnline assigment - sreekutty sb
Online assigment - sreekutty sb
 
DM110 - Week 10 - Semantic Web / Web 3.0
DM110 - Week 10 - Semantic Web / Web 3.0DM110 - Week 10 - Semantic Web / Web 3.0
DM110 - Week 10 - Semantic Web / Web 3.0
 
The Semantic Web: 2010 Update
The Semantic Web: 2010 UpdateThe Semantic Web: 2010 Update
The Semantic Web: 2010 Update
 
The Semantic Web: 2010 Update
The Semantic Web: 2010 Update The Semantic Web: 2010 Update
The Semantic Web: 2010 Update
 
Semantic Technologies: Which Way Now? – UKOLN Response
Semantic Technologies: Which Way Now? – UKOLN ResponseSemantic Technologies: Which Way Now? – UKOLN Response
Semantic Technologies: Which Way Now? – UKOLN Response
 
Semantic Technolgy
Semantic TechnolgySemantic Technolgy
Semantic Technolgy
 
Jim Hendler's Presentation at SSSW 2011
Jim Hendler's Presentation at SSSW 2011Jim Hendler's Presentation at SSSW 2011
Jim Hendler's Presentation at SSSW 2011
 
Madrid Building blocks of Linked Data
Madrid Building blocks of Linked DataMadrid Building blocks of Linked Data
Madrid Building blocks of Linked Data
 
ITWS Capstone: Engineering a Semantic Web (Fall 2022)
ITWS Capstone: Engineering a Semantic Web (Fall 2022)ITWS Capstone: Engineering a Semantic Web (Fall 2022)
ITWS Capstone: Engineering a Semantic Web (Fall 2022)
 
Semantic technologies for the Internet of Things
Semantic technologies for the Internet of Things Semantic technologies for the Internet of Things
Semantic technologies for the Internet of Things
 
semantic web tech.ppt
semantic web tech.pptsemantic web tech.ppt
semantic web tech.ppt
 
What happened to the Semantic Web?
What happened to the Semantic Web?What happened to the Semantic Web?
What happened to the Semantic Web?
 
Linked Data to Improve the OER Experience
Linked Data to Improve the OER ExperienceLinked Data to Improve the OER Experience
Linked Data to Improve the OER Experience
 
"Why the Semantic Web will Never Work" (note the quotes)
"Why the Semantic Web will Never Work"  (note the quotes)"Why the Semantic Web will Never Work"  (note the quotes)
"Why the Semantic Web will Never Work" (note the quotes)
 

Plus de Alexandre Monnin

La 5G comme "commun négatif"
La 5G comme "commun négatif"La 5G comme "commun négatif"
La 5G comme "commun négatif"Alexandre Monnin
 
The (de)feasibility of smart cities
The (de)feasibility of smart citiesThe (de)feasibility of smart cities
The (de)feasibility of smart citiesAlexandre Monnin
 
Quel avenir pour le numérique
Quel avenir pour le numériqueQuel avenir pour le numérique
Quel avenir pour le numériqueAlexandre Monnin
 
The Future Web (we can afford)
The Future Web (we can afford)The Future Web (we can afford)
The Future Web (we can afford)Alexandre Monnin
 
Quel rôle pour le design à l'heure de l'Anthropocène/Effondrement ?
Quel rôle pour le design à l'heure de l'Anthropocène/Effondrement ?Quel rôle pour le design à l'heure de l'Anthropocène/Effondrement ?
Quel rôle pour le design à l'heure de l'Anthropocène/Effondrement ?Alexandre Monnin
 
L'obsolescence à programmer
L'obsolescence à programmer L'obsolescence à programmer
L'obsolescence à programmer Alexandre Monnin
 
Approcher en pragmatiste les mondes en train de se défaire
Approcher en pragmatiste les mondes en train de se défaireApprocher en pragmatiste les mondes en train de se défaire
Approcher en pragmatiste les mondes en train de se défaireAlexandre Monnin
 
​Le numérique est notre futur mais quel est notre avenir ? (R)évolution num...
​Le numérique est notre futur  mais quel est notre avenir ?  (R)évolution num...​Le numérique est notre futur  mais quel est notre avenir ?  (R)évolution num...
​Le numérique est notre futur mais quel est notre avenir ? (R)évolution num...Alexandre Monnin
 
Quel avenir pour le Web et le numérique à l’heure de l’Anthropocène ?
Quel avenir pour le Web et le numérique à  l’heure de l’Anthropocène ? Quel avenir pour le Web et le numérique à  l’heure de l’Anthropocène ?
Quel avenir pour le Web et le numérique à l’heure de l’Anthropocène ? Alexandre Monnin
 
Présentation du projet ValueModels (Académie 1 de l'Idex UCA JEDI)
Présentation du projet ValueModels (Académie 1 de l'Idex UCA JEDI)Présentation du projet ValueModels (Académie 1 de l'Idex UCA JEDI)
Présentation du projet ValueModels (Académie 1 de l'Idex UCA JEDI)Alexandre Monnin
 
 Asynchronous futures: Digital technologies at the time of the Anthropocene
 Asynchronous futures: Digital technologies at the time of the Anthropocene Asynchronous futures: Digital technologies at the time of the Anthropocene
 Asynchronous futures: Digital technologies at the time of the AnthropoceneAlexandre Monnin
 
La question de la durabilité des technologies de calcul et de télécommunication
La question de la durabilité des technologies de calcul et de télécommunicationLa question de la durabilité des technologies de calcul et de télécommunication
La question de la durabilité des technologies de calcul et de télécommunicationAlexandre Monnin
 
Le monde devient numérique, a-t-il les moyens de le rester ?
Le monde devient numérique, a-t-il les moyens de le rester ?Le monde devient numérique, a-t-il les moyens de le rester ?
Le monde devient numérique, a-t-il les moyens de le rester ?Alexandre Monnin
 
A quoi peuvent servir les technologies « smart » en regard d’une vision réa...
A quoi peuvent servir les  technologies « smart » en regard  d’une vision réa...A quoi peuvent servir les  technologies « smart » en regard  d’une vision réa...
A quoi peuvent servir les technologies « smart » en regard d’une vision réa...Alexandre Monnin
 
Transition numérique et effondrement écologique : quel monde d'après ?
Transition numérique et effondrement écologique : quel monde d'après ?Transition numérique et effondrement écologique : quel monde d'après ?
Transition numérique et effondrement écologique : quel monde d'après ?Alexandre Monnin
 
Façonner les données. Travail et valeur de l'information
Façonner les données. Travail et valeur de l'informationFaçonner les données. Travail et valeur de l'information
Façonner les données. Travail et valeur de l'informationAlexandre Monnin
 
Routines et improvisation, à propos de Computation and Human Experience de Ph...
Routines et improvisation, à propos de Computation and Human Experience de Ph...Routines et improvisation, à propos de Computation and Human Experience de Ph...
Routines et improvisation, à propos de Computation and Human Experience de Ph...Alexandre Monnin
 
The Knowledge ecology: Epistemic Credit and the Technologically Extended Mind
The Knowledge ecology: Epistemic Credit and the Technologically Extended MindThe Knowledge ecology: Epistemic Credit and the Technologically Extended Mind
The Knowledge ecology: Epistemic Credit and the Technologically Extended MindAlexandre Monnin
 
Thinking with your body and other things
Thinking with your body and other thingsThinking with your body and other things
Thinking with your body and other thingsAlexandre Monnin
 

Plus de Alexandre Monnin (20)

La 5G comme "commun négatif"
La 5G comme "commun négatif"La 5G comme "commun négatif"
La 5G comme "commun négatif"
 
The (de)feasibility of smart cities
The (de)feasibility of smart citiesThe (de)feasibility of smart cities
The (de)feasibility of smart cities
 
What Future for ICT?
What Future for ICT?What Future for ICT?
What Future for ICT?
 
Quel avenir pour le numérique
Quel avenir pour le numériqueQuel avenir pour le numérique
Quel avenir pour le numérique
 
The Future Web (we can afford)
The Future Web (we can afford)The Future Web (we can afford)
The Future Web (we can afford)
 
Quel rôle pour le design à l'heure de l'Anthropocène/Effondrement ?
Quel rôle pour le design à l'heure de l'Anthropocène/Effondrement ?Quel rôle pour le design à l'heure de l'Anthropocène/Effondrement ?
Quel rôle pour le design à l'heure de l'Anthropocène/Effondrement ?
 
L'obsolescence à programmer
L'obsolescence à programmer L'obsolescence à programmer
L'obsolescence à programmer
 
Approcher en pragmatiste les mondes en train de se défaire
Approcher en pragmatiste les mondes en train de se défaireApprocher en pragmatiste les mondes en train de se défaire
Approcher en pragmatiste les mondes en train de se défaire
 
​Le numérique est notre futur mais quel est notre avenir ? (R)évolution num...
​Le numérique est notre futur  mais quel est notre avenir ?  (R)évolution num...​Le numérique est notre futur  mais quel est notre avenir ?  (R)évolution num...
​Le numérique est notre futur mais quel est notre avenir ? (R)évolution num...
 
Quel avenir pour le Web et le numérique à l’heure de l’Anthropocène ?
Quel avenir pour le Web et le numérique à  l’heure de l’Anthropocène ? Quel avenir pour le Web et le numérique à  l’heure de l’Anthropocène ?
Quel avenir pour le Web et le numérique à l’heure de l’Anthropocène ?
 
Présentation du projet ValueModels (Académie 1 de l'Idex UCA JEDI)
Présentation du projet ValueModels (Académie 1 de l'Idex UCA JEDI)Présentation du projet ValueModels (Académie 1 de l'Idex UCA JEDI)
Présentation du projet ValueModels (Académie 1 de l'Idex UCA JEDI)
 
 Asynchronous futures: Digital technologies at the time of the Anthropocene
 Asynchronous futures: Digital technologies at the time of the Anthropocene Asynchronous futures: Digital technologies at the time of the Anthropocene
 Asynchronous futures: Digital technologies at the time of the Anthropocene
 
La question de la durabilité des technologies de calcul et de télécommunication
La question de la durabilité des technologies de calcul et de télécommunicationLa question de la durabilité des technologies de calcul et de télécommunication
La question de la durabilité des technologies de calcul et de télécommunication
 
Le monde devient numérique, a-t-il les moyens de le rester ?
Le monde devient numérique, a-t-il les moyens de le rester ?Le monde devient numérique, a-t-il les moyens de le rester ?
Le monde devient numérique, a-t-il les moyens de le rester ?
 
A quoi peuvent servir les technologies « smart » en regard d’une vision réa...
A quoi peuvent servir les  technologies « smart » en regard  d’une vision réa...A quoi peuvent servir les  technologies « smart » en regard  d’une vision réa...
A quoi peuvent servir les technologies « smart » en regard d’une vision réa...
 
Transition numérique et effondrement écologique : quel monde d'après ?
Transition numérique et effondrement écologique : quel monde d'après ?Transition numérique et effondrement écologique : quel monde d'après ?
Transition numérique et effondrement écologique : quel monde d'après ?
 
Façonner les données. Travail et valeur de l'information
Façonner les données. Travail et valeur de l'informationFaçonner les données. Travail et valeur de l'information
Façonner les données. Travail et valeur de l'information
 
Routines et improvisation, à propos de Computation and Human Experience de Ph...
Routines et improvisation, à propos de Computation and Human Experience de Ph...Routines et improvisation, à propos de Computation and Human Experience de Ph...
Routines et improvisation, à propos de Computation and Human Experience de Ph...
 
The Knowledge ecology: Epistemic Credit and the Technologically Extended Mind
The Knowledge ecology: Epistemic Credit and the Technologically Extended MindThe Knowledge ecology: Epistemic Credit and the Technologically Extended Mind
The Knowledge ecology: Epistemic Credit and the Technologically Extended Mind
 
Thinking with your body and other things
Thinking with your body and other thingsThinking with your body and other things
Thinking with your body and other things
 

Dernier

[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 

Dernier (20)

[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 

The importance of the Web for the Semantic Web

  • 1. The importance of the Web for the Semantic Web Alexandre Monnin, PhD Associate researcher @Inria Senior Open data Adviser for Etalab Chair of the « PhiloWeb » community group (W3C) Organiser of the « Les rencontres du web de données » Meetup Twitter: @aamonnz/@PhiloWeb, Website : web-and-philosophy.org
  • 2. “semantic web” and not “semanticweb” [C. Welty, ISWC 2007] Above all: the Semantic Web is deeply entrenched in the Web
  • 4. Maybe it is a « temporary glitch? » (Leslie Carr) A fragile reality, relying on specific architectural principles, that gave birth over the years to many innovations that may threaten its very existence. If the Semantic Web (or Web of data) has any future, it must be aware of its roots and preserve what made the Web so incredibly successful on a previously unseen scale.
  • 6. The basics Kieron O’Hara, « The Web as an ethical space »
  • 7. Three components of the architecture of the web • identification (URI) & « adressability » (URL) http://www.inria.fr http://ns.inria.fr/fabien.gandon#me ldap://[2001:db8::7]/c=GB?objectClass?one • communication / protocol (HTTP) GET /centre/sophia HTTP/1.1 Host: www.inria.fr User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; de-de) AppleWebKit/523.10.3 (KHTML, like Gecko) Version/3.0.4 Safari/523.10 Accept-Encoding: gzip Accept: text/html,application/xhtml+xml,application/xml Accept-Language: en,en-us;q=0.8,fr;q=0.5,fr-fr;q=0.3 Accept-Charset: ISO-8859-1,UTF-8;q=0.7,*;q=0.7 Referer: http://fabien.info/ • Representation(s) languages (HTML / RDF) Fabien travaille chez <a href="http://www.inria.fr">Inria</a> <http://www.inria.fr> foaf:member data:fabien
  • 8. Three functions • identification of ressources (URI) • access to representation (HTTP URI) • Encoding of representations (HTML , RDF, etc)
  • 9. URIs (universal syntax) Because the Web had to link to other competing systems: WAIS, Gopher, Prospero… Interoperability and openneness gave it a decisive advantage from the inception (Google “Gopher”!).
  • 10. “I originally called these things “Universal Document Identifiers” (UDIs) even before we started using them for concepts. 8 The IETF were a bit put off, thinking it was too much hubris to call them “universal.” Now I realize that I should have held firm and said “but they are,” as any alternative system of naming you can make out there, I can map it to the character set we use in URIs and I can invent a new scheme for it. So we can map any scheme to URIs. We’d already mapped Gopher, FTP, and these sorts of things. Now, we’ve got HTTP and there will be lots of other schemes. So in a sense URIs are universal, as we’re saying anything—any name that you come across— can be mapped into this space.” –TimBL)
  • 11. URIs are also what… URIs: not « just » a universal syntax
  • 14. are made of <a href=“http://example.com/”>lorem ipsum</a>
  • 15. This remains true of the Semantic Web as well
  • 17. RDF every bit of information is decomposed in triples Subject / entity /node relation /attribute/arc object / value /node
  • 18. ex : Slides.html has for author Alexandre and for theme the Web
  • 19. Slides.html has author Alex Slides.html has theme Web
  • 20. Semantic web Mentioned by Tim BL in 1994 at WWW [Tim Berners-Lee 1994, http://www.w3.org/Talks/WWW94Tim/]
  • 21. « From ADA to AAA » • ADA (Web) = Anyone can designate anything “philosophy may be necessary to explain what happens when the legal system hits the Web. When you make a web-page you can link to anything, you can write anything about it. But when a lawyer comes along and reserves the right to charge you to link to their page, then in a way it’s a philosophical question, as you have to tie linking to the way the protocol is defined over a name as just a reference, something that has never been controlled over the millennia. Systems where you control names haven’t worked so far, and so you need the philosophy to show how these protocols are ground out in history and in concepts for using names that lawyers” (TimBL)
  • 22. « From ADA to AAA » • AAA (Linked data) = Anyone can say anything about anything Because we can designate anything (green lines), we can then link any things (red lines)
  • 23. II. What’s being named? ressources
  • 24. Document Properties Correlate UDI Papers (1992) logical name, not a physical address so that moving documents does not impinges on the durability of such names (some details should be obfuscated) object or document, unit of retrieval rather than the unit of storage, might identify a query formulated through a service, a question rather than a document URI RFC 1630 (1994) cf. above. Distinct from a file name that is local, should remain opaque, devoid of the details attached to the technicalities of its implementation accessible objects if URIs are also URLs URL RFC 1738 (1994) non-physical address resources (not defined), identified in a abstract way (by contrast, accessible contents for RFC 1739) URN RFC 1737 (1994) name, identifier stable resource, not accessible IRL RFC 1736 (1995) address (URL), Identifier (URN), Description (URC) resource – networked or non- networked URC IETF drafts meta-information, list of identifiers – Document
  • 25.  appearences database One URI never = one « page » Electronic documents Rendering service Computers Servicing Client Application Other encoding formats RPC Psychophysically equivalents client server Content negotiation (conneg) http A forerunner: system 33 (1991-1993)
  • 26. HTTP Range 14 Code HTTP Résultat Indication 200 (OK) Representation Information ressource or non- information resources 303 (see other) URI Any kind of resource 4XX, 5XX (error) Error message Nothing can be inferred They did not talk about it They talked about it
  • 27.  ressource  state de of the resource  the representational state of the resource (whence the acronym « REST »!)  Actually, this explains why there are no links on the Web before an actor like Google appears. Links are indeed rather pointers to resources inside the representations of other ressources (and, as such, these pointer might not dereference, nor therefore link two relata). Wait! How about REST? « »
  • 28. "Resources are angels, URIs pins" "Naming is printing money" (Larry Masinter)
  • 29. Resources are « shadows »: not a bug but one of the Web’s greatest features “7.1.2 Manipulating Shadows. Defining resource such that a URI identifies a concept rather than a document leaves us with another question: how does a user access, manipulate, or transfer a concept such that they can get something useful when a hypertext link is selected? REST answers that question by defining the things that are manipulated to be representations of the identified resource, rather than the resource itself. An origin server maintains a mapping from resource identifiers to the set of representations corresponding to each resource. A resource is therefore manipulated by transferring representations through the generic interface defined by the resource identifier.” (Roy Fielding)
  • 30. Can objects be mere « shadows » ? Not « mere » shadows, but still, that compares well to what some philosophershave to say about objects: “the presence of an object inherently involves its absence. The reason is simply the standard one: in order for a subject to take an object as an object, there must be a separation between them – enough separation to make room for intrinsic abstraction, of detachment, of stabilization. So it is essentially an ontological theorem of this metaphysics that no object, for any given subject, will be wholly there, in the sense of being fully effectively accessible. Or, to put it more carefully: in order to be present ontologically – i.e., in order to be materially present – an object must also be (at least partially) absent metaphysically, in the sense of being partly out of effective reach.” (Brian Cantwell Smith)  Just as an objet is never entirely present, a resource is never accessed as such, only « representations » are – slices of trajectories. Many philosophers thus argue that objects are not already there, waiting to be picked up or designated. Rather, what we designate are regularities, patterns that need to be tended to and maintained and that call for it.
  • 31. It comes with a price The trajectory drawn by these regularities corresponds to Justin Erenkranz’ characterization of resource as “network continuation”. The price is higher than expected since identifying ressource necessitates to "maintain a mapping from resource identifiers to the set of representations corresponding to each resource".  The cost is so high that, eventually, everything will be 404. 404 guarantee that no higher authority is responsible for making sure that every URI dereferences. It is as much a design principle of the Web as any other.
  • 32. May 2007 April 2008 September 2008 March 2009 September 2010 Linking Open Data cloud diagram, by Richard Cyganiak and Anja Jentzsch. http://lod-cloud.net/ September 2011 The Web as ontology On what there is on a global scale
  • 33. September 2011 From ADA and AAA to a shared world: Wikipedia and DBpedia
  • 34.
  • 35. Conclusion : • “The Web may fragment if the engineering isn’t right” (Kireon O’Hara) • Just as the Web is an application built on the Internet, not the Internet, applications built on the Web are not the Web itself. While they might depart from its principles, yet they build on its success. • “The Web spreads the conditions of its initial creation” (L. Carr). Then, as an open platform, it also spreads potential threats to these conditions.
  • 36. Why should we care for the Web? • While many important players are all trying to impose their own rules, keeping data behind closed walls, silos, proprietary platforms, we can see one of them going against the grain, towards more and more openness, building a platform designed to nurture open innovation: Valve’s Steam in the field of video games. • “So rather than having this curated store we’re going to say, “OK if we are thinking about this correctly, it really should be sort of a network API.” There should be this publishing model – and yes you have to worry about viruses and malware and stuff like that – but essentially anybody should be able to publish anything through Steam.” (Gabe Newell) • No unlike the Web…
  • 37. Thank you very much!