how does the semantic web work?

59
How does the Semantic Web Work? Ivan Herman, W3C, “Semantic Café”, organized by the W3C Brazil Office São Paulo, Brazil, 2010-10-15

Upload: iolani

Post on 25-Feb-2016

36 views

Category:

Documents


0 download

DESCRIPTION

How does the Semantic Web Work?. Ivan Herman, W3C, “Semantic Café”, organized by the W3C Brazil Office São Paulo, Brazil, 2010-10-15. The Music site of the BBC. The Music site of the BBC. How to build such a site 1. Site editors roam the Web for new facts - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: How does the Semantic Web Work?

How does the Semantic Web Work?

Ivan Herman, W3C,“Semantic Café”, organized by the W3C Brazil Office

São Paulo, Brazil, 2010-10-15

Page 4: How does the Semantic Web Work?

(4)

Site editors roam the Web for new facts◦ may discover further links while roaming

They update the site manually And the site gets soon out-of-date

How to build such a site 1.

Page 5: How does the Semantic Web Work?

(5)

Editors roam the Web for new data published on Web sites

“Scrape” the sites with a program to extract the information◦ Ie, write some code to incorporate the new data

Easily get out of date again…

How to build such a site 2.

Page 6: How does the Semantic Web Work?

(6)

Editors roam the Web for new data via API-s Understand those…

◦ input, output arguments, datatypes used, etc Write some code to incorporate the new data Easily get out of date again…

How to build such a site 3.

Page 7: How does the Semantic Web Work?

(7)

Use external, public datasets◦ Wikipedia, MusicBrainz, …

They are available as data ◦ not API-s or hidden on a Web site◦ data can be extracted using, eg, HTTP requests or

standard queries

The choice of the BBC

Page 8: How does the Semantic Web Work?

(8)

Use the Web of Data as a Content Management System

Use the community at large as content editors

In short…

Page 9: How does the Semantic Web Work?

(9)

And this is no secret…

Page 10: How does the Semantic Web Work?

(10)

There are more an more data on the Web◦ government data, health related data, general

knowledge, company information, flight information, restaurants,…

More and more applications rely on the availability of that data

Data on the Web

Page 11: How does the Semantic Web Work?

(11)

But… data are often in isolation, “silos”

Photo credit “nepatterson”, Flickr

Page 12: How does the Semantic Web Work?

(12)

A “Web” where◦ documents are available for download on the Internet◦ but there would be no hyperlinks among them

Imagine…

Page 13: How does the Semantic Web Work?

(13)

And the problem is real…

Page 14: How does the Semantic Web Work?

(14)

We need a proper infrastructure for a real Web of Data◦ data is available on the Web◦ data are interlinked over the Web (“Linked Data”)

I.e., data can be integrated over the Web

Data on the Web is not enough…

Page 15: How does the Semantic Web Work?

(15)

I.e.,… we need to connect the silos

Photo credit “kxlly”, Flickr

Page 16: How does the Semantic Web Work?

(16)

We will use a simplistic example to introduce the main Semantic Web concepts

In what follows…

Page 17: How does the Semantic Web Work?

(17)

Map the various data onto an abstract data representation◦ make the data independent of its internal

representation… Merge the resulting representations Start making queries on the whole!

◦ queries not possible on the individual data sets

The rough structure of data integration

Page 18: How does the Semantic Web Work?

(18)

We start with a book...

Page 19: How does the Semantic Web Work?

(19)

A simplified bookstore data (dataset “A”)

ID Author

Title Publisher Year

ISBN 0-00-6511409-X id_xyz The Glass Palace id_qpr 2000

ID Name Homepageid_xyz Ghosh, Amitav http://

www.amitavghosh.com

ID Publisher’s name

City

id_qpr Harper Collins London

Page 20: How does the Semantic Web Work?

(20)

1st: export your data as a set of relations

http://…isbn/000651409X

Ghosh, Amitav http://www.amitavghosh.com

The Glass Palace

2000

London

Harper Collins

a:title

a:year

a:city

a:p_name

a:name a:homepage

a:authora:publisher

Page 21: How does the Semantic Web Work?

(21)

Data export does not necessarily mean physical conversion of the data◦ relations can be generated on-the-fly at query time

via SQL “bridges” scraping HTML pages extracting data from Excel sheets etc.

One can export part of the data

Some notes on the exporting the data

Page 22: How does the Semantic Web Work?

(22)

Same book in French…

Page 23: How does the Semantic Web Work?

(23)

Another bookstore data (dataset “F”)

A B C D

1 ID Titre Traducteur Original2 ISBN 2020286682 Le Palais des

Miroirs$A12$ ISBN 0-00-6511409-X

3

4

5

6 ID Auteur7 ISBN 0-00-6511409-

X$A11$

8

9

10 Nom11 Ghosh, Amitav12 Besse, Christianne

Page 24: How does the Semantic Web Work?

(24)

2nd: export your second set of datahttp://…isbn/000651409X

Ghosh, Amitav

Besse, Christianne

Le palais des miroirsf:original

f:nom

f:traducteur

f:auteurf:tit

re

http://…isbn/2020386682

f:nom

Page 25: How does the Semantic Web Work?

(25)

3rd: start merging your data

http://…isbn/000651409X

Ghosh, Amitav

Besse, Christianne

Le palais des miroirs

f:original

f:nom

f:traducteur

f:auteur f:titre

http://…isbn/2020386682

f:nom

http://…isbn/000651409X

Ghosh, Amitavhttp://www.amitavghosh.com

The Glass Palace

2000

London

Harper Collins

a:title

a:year

a:city

a:p_name

a:namea:homepage

a:author

a:publisher

Page 26: How does the Semantic Web Work?

(26)

3rd: start merging your data (cont)

http://…isbn/000651409X

Ghosh, Amitav

Besse, Christianne

Le palais des miroirs

f:original

f:nom

f:traducteur

f:auteur f:titre

http://…isbn/2020386682

f:nom

http://…isbn/000651409X

Ghosh, Amitavhttp://www.amitavghosh.com

The Glass Palace

2000

London

Harper Collins

a:title

a:year

a:city

a:p_name

a:namea:homepage

a:author

a:publisher

Same URI!

Page 27: How does the Semantic Web Work?

(27)

3rd: start merging your dataa:title

Ghosh, Amitav

Besse, Christianne

Le palais des miroirs

f:original

f:nom

f:traducteur

f:auteur

f:titre

http://…isbn/2020386682

f:nom

Ghosh, Amitavhttp://www.amitavghosh.com

The Glass Palace

2000

London

Harper Collins

a:year

a:city

a:p_name

a:namea:homepage

a:author

a:publisher

http://…isbn/000651409X

Page 28: How does the Semantic Web Work?

(28)

User of data “F” can now ask queries like:◦ “give me the title of the original”

well, … « donnes-moi le titre de l’original » This information is not in the dataset “F”… …but can be retrieved by merging with

dataset “A”!

Start making queries…

Page 29: How does the Semantic Web Work?

(29)

We “feel” that a:author and f:auteur should be the same

But an automatic merge doest not know that! Let us add some extra information to the

merged data:◦ a:author same as f:auteur◦ both identify a “Person”◦ a term that a community may have already defined:

a “Person” is uniquely identified by his/her name and, say, homepage

it can be used as a “category” for certain type of resources

However, more can be achieved…

Page 30: How does the Semantic Web Work?

(30)

3rd revisited: use the extra knowledge

Besse, Christianne

Le palais des miroirsf:original

f:nom

f:traducteur

f:auteur

f:titre

http://…isbn/2020386682

f:nom

Ghosh, Amitavhttp://www.amitavghosh.com

The Glass Palace

2000

London

Harper Collins

a:title

a:year

a:city

a:p_name

a:namea:homepage

a:author

a:publisher

http://…isbn/000651409X

http://…foaf/Personr:type

r:type

Page 31: How does the Semantic Web Work?

(31)

User of dataset “F” can now query:◦ “donnes-moi la page d’accueil de l’auteur de

l’original” well… “give me the home page of the original’s ‘auteur’”

The information is not in datasets “F” or “A”… …but was made available by:

◦ merging datasets “A” and datasets “F”◦ adding three simple extra statements as an extra

“glue”

Start making richer queries!

Page 32: How does the Semantic Web Work?

(32)

Using, e.g., the “Person”, the dataset can be combined with other sources

For example, data in Wikipedia can be extracted using dedicated tools◦ e.g., the “dbpedia” project can extract the “infobox”

information from Wikipedia already…

Combine with different datasets

Page 33: How does the Semantic Web Work?

(33)

Merge with Wikipedia data

Besse, Christianne

Le palais des miroirsf:original

f:nom

f:traducteur

f:auteur

f:titre

http://…isbn/2020386682

f:nom

Ghosh, Amitav http://www.amitavghosh.com

The Glass Palace

2000

London

Harper Collins

a:title

a:year

a:city

a:p_name

a:namea:homepage

a:author

a:publisher

http://…isbn/000651409X

http://…foaf/Personr:type

r:type

http://dbpedia.org/../Amitav_Ghosh

r:type

foaf:name w:reference

Page 34: How does the Semantic Web Work?

(34)

Merge with Wikipedia data

Besse, Christianne

Le palais des miroirsf:original

f:nom

f:traducteur

f:auteur

f:titre

http://…isbn/2020386682

f:nom

Ghosh, Amitav http://www.amitavghosh.com

The Glass Palace

2000

London

Harper Collins

a:title

a:year

a:city

a:p_name

a:namea:homepage

a:author

a:publisher

http://…isbn/000651409X

http://…foaf/Personr:type

r:type

http://dbpedia.org/../Amitav_Ghosh

http://dbpedia.org/../The_Hungry_Tide

http://dbpedia.org/../The_Calcutta_Chromosome

http://dbpedia.org/../The_Glass_Palace

r:type

foaf:name w:reference

w:author_of

w:author_of

w:author_of

w:isbn

Page 35: How does the Semantic Web Work?

(35)

Merge with Wikipedia data

Besse, Christianne

Le palais des miroirsf:original

f:nom

f:traducteur

f:auteur

f:titre

http://…isbn/2020386682

f:nom

Ghosh, Amitav http://www.amitavghosh.com

The Glass Palace

2000

London

Harper Collins

a:title

a:year

a:city

a:p_name

a:namea:homepage

a:author

a:publisher

http://…isbn/000651409X

http://…foaf/Personr:type

r:type

http://dbpedia.org/../Amitav_Ghosh

http://dbpedia.org/../The_Hungry_Tide

http://dbpedia.org/../The_Calcutta_Chromosome

http://dbpedia.org/../Kolkata

http://dbpedia.org/../The_Glass_Palace

r:type

foaf:name w:reference

w:author_of

w:author_of

w:author_of

w:born_in

w:isbn

w:long w:lat

Page 36: How does the Semantic Web Work?

(36)

It may look like it but, in fact, it should not be…

What happened via automatic means is done every day by Web users!

The difference: a bit of extra rigour so that machines could do this, too

Is that surprising?

Page 37: How does the Semantic Web Work?

(37)

We combined different datasets that◦ are somewhere on the web◦ are of different formats (mysql, excel sheet, etc)◦ have different names for relations

We could combine the data because some URI-s were identical (the ISBN-s in this case)

What did we do?

Page 38: How does the Semantic Web Work?

(38)

We could add some simple additional information (the “glue”), also using common terminologies that a community has produced

As a result, new relations could be found and retrieved

What did we do?

Page 39: How does the Semantic Web Work?

(39)

We could add extra knowledge to the merged datasets◦ e.g., a full classification of various types of library data◦ geographical information◦ etc.

This is where ontologies, extra rules, etc, come in◦ ontologies/rule sets can be relatively simple and

small, or huge, or anything in between… Even more powerful queries can be asked as a

result

It could become even more powerful

Page 40: How does the Semantic Web Work?

(40)

What did we do? (cont)

Data in various formats

Data represented in abstract format

Applications

Map,Expose,…

ManipulateQuery…

Page 41: How does the Semantic Web Work?

(41)

The Semantic Web is a collection of technologies to make such integration of Linked Data possible!

So what is the Semantic Web?

Page 42: How does the Semantic Web Work?

(42)

an abstract model for the relational graphs: RDF

add/extract RDF information to/from XML, (X)HTML: GRDDL, RDFa

a query language adapted for graphs: SPARQL characterize the relationships and resources:

RDFS, OWL, SKOS, Rules ◦ applications may choose among the different

technologies reuse of existing “ontologies” that others have

produced (FOAF in our case)

Details: many different technologies

Page 43: How does the Semantic Web Work?

(43)

Using these technologies…

Data in various formats

Data represented in RDF with extra knowledge (RDFS, SKOS, RIF, OWL,…)

Applications

RDB RDF,GRDDL, RDFa,…

SPARQL,Inferences…

Page 46: How does the Semantic Web Work?

(46)

Datasets (e.g., MusicBrainz) are published in RDF

Some simple vocabularies are involved Those datasets can be queried together via

SPARQL The result can be displayed following the BBC

style

What happens is…

Page 47: How does the Semantic Web Work?

(47)

Some examples of datasets available on the Web

Page 48: How does the Semantic Web Work?

(48)

A set of core technologies are in place Lots of data (billions of relationships) are

available in standard format◦ see the Linked Open Data Cloud

What has been achieved so far?

Page 49: How does the Semantic Web Work?

(49)

There is a vibrant community of◦ academics: universities of Southampton, Oxford,

Stanford, PUC◦ small startups: Garlik, Talis, C&P, TopQuandrant,

Cambridge Semantics, OpenLink, …◦ major companies: Oracle, IBM, SAP, …◦ users of Semantic Web data: Google, Facebook,

Yahoo!◦ publishers of Semantic Web data: New York Times, US

Library of Congress, open governmental data (US, UK, France,…)

What has been achieved so far?

Page 50: How does the Semantic Web Work?

(50)

Companies, institutions begin to use the technology:◦ BBC, Vodafone, Siemens, NASA, BestBuy, Tesco,

Korean National Archives, Pfizer, Chevron, … see http://www.w3.org/2001/sw/UseCases

Truth must be said: we still have a way to go◦ deployment may still be experimental, or on some

specific places only

And, of course, applications emerge

Page 51: How does the Semantic Web Work?

(51)

An example for unexpected reuse…

Page 52: How does the Semantic Web Work?

(52)

An example for unexpected reuse…

Page 53: How does the Semantic Web Work?

(53)

Help in finding the best drug regimen for a specific case, per patient

Integrate data from various sources (patients, physicians, Pharma, researchers, ontologies, etc)

Data (eg, regulation, drugs) change often, but the tool is much more resistant against change

Help in choosing the right drug regimen

Courtesy of Erick Von Schweber, PharmaSURVEYOR Inc., (SWEO Use Case)

Page 54: How does the Semantic Web Work?

(54)

Integration of relevant data in Zaragoza

Use rules to provide a proper itinerary

eTourism: provide personalized itinerary

Courtesy of Jesús Fernández, Mun. of Zaragoza, and Antonio Campos, CTIC (SWEO Use Case)

Page 55: How does the Semantic Web Work?

(55)

Tools have to improve◦ scaling for very large datasets◦ quality check for data◦ etc

There is a lack of knowledgeable experts◦ this makes the initial “step” tedious◦ leads to a lack of understanding of the technology

But we are getting there!

Everything is not rosy, of course…

Page 56: How does the Semantic Web Work?

(56)

A huge amount of data (“information”) is available on the Web

Sites struggle with the dual task of:◦ providing quality data◦ providing usable and attractive interfaces to access

that data

Why is all this good?

Page 57: How does the Semantic Web Work?

(57)

Why is all this good?

“Raw Data Now!” Tim Berners-Lee, TED Talk, 2009http://bit.ly/dg7H7Z

Semantic Web technologies allow a separation of tasks:

1. publish quality, interlinked datasets2. “mash-up” datasets for a better user experience

Page 58: How does the Semantic Web Work?

(58)

The “network effect” is also valid for data There are unexpected usages of data that

authors may not even have thought of “Curating”, using, exploiting the data requires

a different expertise

Why is all this good?

Page 59: How does the Semantic Web Work?

(59)

Thank you for your attention!

These slides are also available on the Web: http://www.w3.org/2010/Talks/1015-SauPaulo-SemCafe-IH/