Speaker's Qualification 19 years of experience Specialize in - - PDF document

speaker s qualification
SMART_READER_LITE
LIVE PREVIEW

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-1
SLIDE 1
slide-2
SLIDE 2

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: Creating Resource-Driven Architectures with REST, RDF and SPARQL" Addison-Wesley 2013 One of Top 100 Semantic Web People

slide-3
SLIDE 3

Agenda

Introduction RDF Linked Data

slide-4
SLIDE 4

Introduction

slide-5
SLIDE 5

05-26

slide-6
SLIDE 6

05-26

slide-7
SLIDE 7

Birthday 05-26

slide-8
SLIDE 8
slide-9
SLIDE 9
slide-10
SLIDE 10
slide-11
SLIDE 11
slide-12
SLIDE 12
slide-13
SLIDE 13
slide-14
SLIDE 14
slide-15
SLIDE 15
slide-16
SLIDE 16
slide-17
SLIDE 17
slide-18
SLIDE 18
slide-19
SLIDE 19
slide-20
SLIDE 20
slide-21
SLIDE 21
slide-22
SLIDE 22
slide-23
SLIDE 23
slide-24
SLIDE 24
slide-25
SLIDE 25
slide-26
SLIDE 26

Multi-Source Data

Social networking External work history Different departments

slide-27
SLIDE 27
slide-28
SLIDE 28

RDF

slide-29
SLIDE 29
slide-30
SLIDE 30
slide-31
SLIDE 31
slide-32
SLIDE 32
slide-33
SLIDE 33
slide-34
SLIDE 34
slide-35
SLIDE 35
slide-36
SLIDE 36
slide-37
SLIDE 37
slide-38
SLIDE 38
slide-39
SLIDE 39
slide-40
SLIDE 40

http://xmlns.com/foaf/0.1/name

slide-41
SLIDE 41

http://xmlns.com/foaf/0.1/birthday

slide-42
SLIDE 42
slide-43
SLIDE 43

http://xmlns.com/foaf/0.1/Person

slide-44
SLIDE 44
slide-45
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
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
SLIDE 47

SELECT ?s ?p ?o FROM <http://bosatsu.net/talks/facts.rdf> WHERE { ?s ?p ?o }

slide-48
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
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
SLIDE 50

RDF Sources

Native Conneg of REST APIs SPARQL Endpoints R2RML RDFa Parsed GRDDL

slide-51
SLIDE 51
slide-52
SLIDE 52
slide-53
SLIDE 53
slide-54
SLIDE 54
slide-55
SLIDE 55
slide-56
SLIDE 56

Linked Data

slide-57
SLIDE 57

05/01/2007

slide-58
SLIDE 58

10/08/2007

slide-59
SLIDE 59

11/07/2007

slide-60
SLIDE 60

11/10/2007

slide-61
SLIDE 61

02/28/2008

slide-62
SLIDE 62

03/31/2008

slide-63
SLIDE 63

09/18/2008

slide-64
SLIDE 64

03/05/2009

slide-65
SLIDE 65

03/27/2009

slide-66
SLIDE 66

09/22/2010

slide-67
SLIDE 67

09/19/2011

slide-68
SLIDE 68

Where Linked Data Fits In

Image courtesy of Kingsley Idehen (@kidehen)

slide-69
SLIDE 69

Embedded example to http://www4.wiwiss.fu- berlin.de/flickrwrappr/photos/Los_Angeles

slide-70
SLIDE 70
slide-71
SLIDE 71
slide-72
SLIDE 72
slide-73
SLIDE 73
slide-74
SLIDE 74
slide-75
SLIDE 75

Questions?

Source: Eric Norris CC BY 2.0

slide-76
SLIDE 76

Contact

brian@bosatsu.net @bsletten

slide-77
SLIDE 77