SLIDE 1
Speaker's Qualification 19 years of experience Specialize in - - PDF document
Speaker's Qualification 19 years of experience Specialize in - - PDF document
Speaker's Qualification 19 years of experience Specialize in benefits and applicability of next-generation technologies Author "Resource-Oriented Architecture Patterns" Morgan & Claypool 2012 Author "Building Data Webs:
SLIDE 2
SLIDE 3
Agenda
Introduction RDF Linked Data
SLIDE 4
Introduction
SLIDE 5
05-26
SLIDE 6
05-26
SLIDE 7
Birthday 05-26
SLIDE 8
SLIDE 9
SLIDE 10
SLIDE 11
SLIDE 12
SLIDE 13
SLIDE 14
SLIDE 15
SLIDE 16
SLIDE 17
SLIDE 18
SLIDE 19
SLIDE 20
SLIDE 21
SLIDE 22
SLIDE 23
SLIDE 24
SLIDE 25
SLIDE 26
Multi-Source Data
Social networking External work history Different departments
SLIDE 27
SLIDE 28
RDF
SLIDE 29
SLIDE 30
SLIDE 31
SLIDE 32
SLIDE 33
SLIDE 34
SLIDE 35
SLIDE 36
SLIDE 37
SLIDE 38
SLIDE 39
SLIDE 40
http://xmlns.com/foaf/0.1/name
SLIDE 41
http://xmlns.com/foaf/0.1/birthday
SLIDE 42
SLIDE 43
http://xmlns.com/foaf/0.1/Person
SLIDE 44
SLIDE 45
http://bosatsu.net/talks/facts.rdf <?xml version="1.0" encoding="utf-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:foaf="http://xmlns.com/foaf/0.1/"> <rdf:Description rdf:about="http://server/resource/1234"> <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Person"/> <foaf:name>Brian Sletten</foaf:name> <foaf:birthday>05-26</foaf:birthday> </rdf:Description> </rdf:RDF>
SLIDE 46
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . <http://server/resource/1234> a foaf:Person ; foaf:birthday "05-26" ; foaf:name "Brian Sletten" .
SLIDE 47
SELECT ?s ?p ?o FROM <http://bosatsu.net/talks/facts.rdf> WHERE { ?s ?p ?o }
SLIDE 48
PREFIX foaf: <http://xmlns.com/foaf/0.1/> SELECT ?name ?dob FROM <http://bosatsu.net/talks/facts.rdf> WHERE { ?s foaf:name ?name ; foaf:birthday ?dob . }
SLIDE 49
PREFIX foaf: <http://xmlns.com/foaf/0.1/> SELECT ?name ?dob FROM <http://bosatsu.net/talks/facts.rdf> FROM <http://bosatsu.net/talks/facts1.rdf> WHERE { ?s foaf:name ?name ; foaf:birthday ?dob . }
SLIDE 50
RDF Sources
Native Conneg of REST APIs SPARQL Endpoints R2RML RDFa Parsed GRDDL
SLIDE 51
SLIDE 52
SLIDE 53
SLIDE 54
SLIDE 55
SLIDE 56
Linked Data
SLIDE 57
05/01/2007
SLIDE 58
10/08/2007
SLIDE 59
11/07/2007
SLIDE 60
11/10/2007
SLIDE 61
02/28/2008
SLIDE 62
03/31/2008
SLIDE 63
09/18/2008
SLIDE 64
03/05/2009
SLIDE 65
03/27/2009
SLIDE 66
09/22/2010
SLIDE 67
09/19/2011
SLIDE 68
Where Linked Data Fits In
Image courtesy of Kingsley Idehen (@kidehen)
SLIDE 69
Embedded example to http://www4.wiwiss.fu- berlin.de/flickrwrappr/photos/Los_Angeles
SLIDE 70
SLIDE 71
SLIDE 72
SLIDE 73
SLIDE 74
SLIDE 75
Questions?
Source: Eric Norris CC BY 2.0
SLIDE 76
Contact
brian@bosatsu.net @bsletten
SLIDE 77