40
LD & the research and education space Christophe Guéret Archive Development (TV) / TSA (D&E) @cgueret

Informal presentation about RES

Embed Size (px)

Citation preview

Page 1: Informal presentation about RES

LD & the research and education spaceChristophe GuéretArchive Development (TV) / TSA (D&E)@cgueret

Page 3: Informal presentation about RES

1. Linked Data

2. Research and Education Space

Page 4: Informal presentation about RES

1. Linked Data

Page 5: Informal presentation about RES

Linked Data Linked Open DataSemantic Web

Three different concepts !

Page 6: Informal presentation about RES

Linked Data

Method for publishing data using HTTP as a storage and communication layer

More info on https://en.wikipedia.org/wiki/Linked_data

Page 7: Informal presentation about RES

Linked Open Data

Linked Data applied to Open Data

For a definition of Open Data : http://opendefinition.org/

Page 8: Informal presentation about RES

Semantic Web

Using the semantic capabilities of Linked Data to derive information

Page 9: Informal presentation about RES

Why Linked Data ?

Slides derived from http://www.slideshare.net/cgueret/linking-knowledge-spaces

Page 10: Informal presentation about RES

Dealing with documents until 1989

1. Find a source for the document2. Find a way to parse the document3. Create links and index the content4. Repeat on each update

Page 11: Informal presentation about RES

Then came the Web...Standardized, connected, decentralised, easy

Document

Document

Document

One server Another server

Page 12: Informal presentation about RES

Dealing with data until, well, now

1. Find a source for the data2. Find a way to parse the data3. Create links and index the data4. Repeat on each update

Page 13: Informal presentation about RES

We deal with data the way we dealt with documents 20 years ago

Page 14: Informal presentation about RES

Many formats, no links, ETL

Page 15: Informal presentation about RES

Okay it’s not that bad...

● We have Web APIs now● All the APIs are RESTful● All the APIs do JSON, or XML

Page 16: Informal presentation about RES

But what about schemas ? and links ?

Page 17: Informal presentation about RES
Page 18: Informal presentation about RES

Linked Data = doing the Web again but for data instead of documents

Page 19: Informal presentation about RES

It’s possible because“Factual knowledge is a graph”

http://videolectures.net/iswc2011_van_harmelen_universal/

Page 20: Informal presentation about RES

Concretely“Lille is in France and called Rijsel in Dutch”

http://dbpedia.org/resource/Lille

http://dbpedia.org/resource/France“Rijsel”@nl

http://dbpedia.org/ontology/country

http://www.w3.org/2000/01/rdf-schema#label

Page 21: Informal presentation about RES

Not rocket science:

● Use IRIs for identifiers● Bind identifiers to data about them● Bind identifiers to other identifiers● Use IRIs for typing the links

Page 22: Informal presentation about RES

Vocabularies

● QB : statistics● PROV-O : provenance● SIOC : social media● Schema.org : search engine results● And many more ...

Page 23: Informal presentation about RES

Every data set is a graph part of a bigger graph

Only need to know the vocabulary used to meaningfully consume it

Page 24: Informal presentation about RES

Vocabularies are part of the graph too!

http://dbpedia.org/ontology/country

http://www.w3.org/2000/01/rdf-schema#comment

“The country where the thing is located.”@en

Page 25: Informal presentation about RES
Page 26: Informal presentation about RES

Content negotiationhttp://dbpedia.org/resource/Cardiff

http://dbpedia.org/page/Cardiff http://dbpedia.org/data/Cardiff.ttl

Page 27: Informal presentation about RES

Content negotiationhttp://www.bbc.co.uk/programmes/b006q2x0#programme

http://www.bbc.co.uk/programmes/b006q2x0 http://www.bbc.co.uk/programmes/b006q2x0.rdf

Page 28: Informal presentation about RES

Two major traps to avoid

● Using the same IRI for a thing and the document describing it

● Applying a license to a thing instead of applying it to a document

Page 29: Informal presentation about RES

And the semantic web then ?

Page 30: Informal presentation about RES

LOD + Semantics = Semantic Web

● Document vocabularies with logics => New data gets derived

● “Lille is in France” + “All cities in France are in Europe” => “Lille is in Europe”

Page 31: Informal presentation about RES

http://www.slideshare.net/ConnectedDataLondon/ten-years-of-linked-data-at-the-bbc

Page 32: Informal presentation about RES

2. Research and Education Space

Page 33: Informal presentation about RES

http://res.space

Page 34: Informal presentation about RES

The Research and Education Space

Page 35: Informal presentation about RES

In practice we

● Help GLAMs to publish LOD● Crawl and index that LOD● Provide a search interface over the

data crawled

Page 36: Informal presentation about RES

Our crawler follows links across data publishers to hunt for (properly licensed) LOD

There is a set of rules used to interpret the data in a specific way

Page 37: Informal presentation about RES
Page 38: Informal presentation about RES

All of that is open source ! Both what we use and what we code :-)

Page 39: Informal presentation about RES

https://github.com/orgs/bbcarchdev

Page 40: Informal presentation about RES

http://acropolis.org.uk/