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 data
Minerva Lin
 
Semantic Social Network
Semantic Social NetworkSemantic Social Network
Semantic Social Network
Haklae Kim
 

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 project
Julie Allinson
 
Online assigment - sreekutty sb
Online assigment - sreekutty sbOnline assigment - sreekutty sb
Online assigment - sreekutty sb
Vilayil Graphics
 
Semantic Technolgy
Semantic TechnolgySemantic Technolgy
Semantic Technolgy
Talat 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 2011
sssw2011
 

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

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

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
vu2urc
 

Dernier (20)

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
 
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
 
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
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.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
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
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
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 

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!