mmt.me.uk Logo

Building Linked Data Applications - A Linked FOAF Person

Name: Mischa Tuffield (Garlik)

Name: Patrick Sinclair (BBC Radio 1/1Xtra Interactive)

Slides can be found online at http://mmt.me.uk/slides/lod24022010

Presentation Overview

DISCLAIMER - I am no elitist, any old RDF is better than nothing

Semantic Web / The Web of Data 1/2

Semantic Web / The Web of Data 2/2

Uniform Resource Identifiers (URI)

Who knows what a URI is?

RDF isn't that bad ...

So what does all of this mean?

Quads

So, all this called of RDF and triples, what are these quads which people talk about?

...

lod cloud

Content Negotiation

My Favourite Picture ... Diagram

So why should I bothered with Linked Data

Because you can't SPARQL a csv file or some arbitrary format

List of Technologies

FOAF : The Friend-Of-A-Friend Ontology

foaf logo

The FOAF Landscape as per Q1 2009

Foaf blob

Perhaps Controversial?

FOAF Validator

A slide about QDOS

Services on the QDOS system http://qdos.com/ http://foaf.qdos.com/

FOAF IFPs

Overview (a Steve-ism)

box validator box verify-demo box reverse box forwardt box sameas box private box viewer box foafbuilder box 4store box 4store overview of foaf.qdos.com

Viewer (1): http://foaf.qdos.com/

Viewer (2): http://foaf.qdos.com/find/?q=http://planb.nicecupoftea.org/

How Useful

Builder (1): http://foafbuilder.qdos.com/

Builder (2): http://foafbuilder.qdos.com/

Location Editor

Builder (1): http://foafbuilder.qdos.com/

Builder (2): http://foafbuilder.qdos.com/

Location Editor

Builder (2): http://foafbuilder.qdos.com/

Advanced Writing

Builder (3): http://foafbuilder.qdos.com/

Geek View

Private foaf.qdos.com http://private.qdos.com/

Private OAuth

Forward Search: http://foaf.qdos.com/forward/

SameAs Search: http://foaf.qdos.com/sameas/

Reverse Search: http://foaf.qdos.com/reverse/

<http://tomheath.com/id/me> a foaf:Person .

<http://nxg.me.uk/norman>
    a foaf:Person ;
    foaf:homepage <http://nxg.me.uk>, <http://www.astro.gla.ac.uk/users/norman/> ;
    foaf:knows <http://tomheath.com/id/me> ;
    foaf:mbox_sha1sum "0254b43a4c00a8c5eb9093d9820353640ee02786", "14f2d3a469303d0faca13f73064845ddda4d2dbd",
     "58a587e433b1e0c22aa026eeee7703ffcee6262c","bfeee75c2025815392014a95cfd4b6aad117c07f",
     "84612b3540a255bb11de3db579e02533ff2631c5", "baa162e14a20b3fafbccbf0fceaa1159a3a042d1",
     "c9994fd3713561d0d9a468cd30c11a0f3cb3055a", "e6578555a8108ea83ee7f1d60556e63fd83bcc5e" ;
    foaf:name "Norman Gray" .

[]
    a foaf:Person ;
    foaf:homepage <http://kmi.open.ac.uk/people/mikele> ;
    foaf:knows <http://tomheath.com/id/me> ;
    foaf:mbox_sha1sum "97ddc048d1a7df5e6fcb8f530777896a395d3dc1" ;
    foaf:name "Michele Pasin" .

<http://www.aelius.com/njh#me>
    a foaf:Person ;
    foaf:homepage <http://www.aelius.com/njh/> ;
    foaf:knows <http://tomheath.com/id/me> ;
    foaf:mbox_sha1sum "3f361af12a473b48852819e3ff9153783149a26a", "a8476e8096db2bde20a734c8446bb3d60befea2b" ;
    foaf:name "Nicholas J Humfrey" .

So how is this useful..?

<#me> rdfs:seeAlso <http://foaf.qdos.com/forward?path=http://foo.com/blog&ifp>
<#me> rdfs:seeAlso <http://foaf.qdos.com/reverse?path=http://foo.com/blog&ifp>
<#me> rdfs:seeAlso <http://foaf.qdos.com/sameas?path=http://foo.com/blog&ifp>
   

OpenID Social Verifier (1): http://foaf.qdos.com/verify-about

!-- Social Verification Demo -->

OpenID Social Verifier (2): http://foaf.qdos.com/verify-demo

How Useful

4store: http://4store.org/

4store logo

Demo

And now to write some triples

http://localhost/slides/lod24022010/demo/form

Get involved