Skip to content

Instantly share code, notes, and snippets.

@nevali
Created April 14, 2014 21:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nevali/10685573 to your computer and use it in GitHub Desktop.
Save nevali/10685573 to your computer and use it in GitHub Desktop.
Prototyping liblod
### This is a transcript of lod-util, a test harness for `liblod`, which I sat and wrote this
### evening: in effect, it wraps up libcurl and librdf in order to provide a sensible context-based
### approach to consuming Linked Data. It has one core API call: lod_resolve(), which is passed a
### a context, a LOD URI string and a fetch mode parameter. The fetch mode is 'always',
### 'only if absent', or 'never'. Each time a URI is resolved, the triples that are parsed are
### added to the context's model.
###
### The fetch mode for lod-util is 'only if absent', which means that if there are already triples
### about the subject in the model, a new request won't be made. You can see below that after parsing
### Henry Story's FOAF file, information is already known about Dan Brickley. Executing the command
### '.reset' causes the context to be discarded, and so resolving Dan's URI again fetches the information
### from source and reveals more triples (this is essentially the equivalent of a fetch mode of 'always').
###
### The test harness doesn't do very much, code is very simple: it reads a URI (or a command) from
### stdin, and calls lod_resolve(context, uri, LOD_FETCH_ABSENT). The result of a call to lod_resolve()
### is a librdf_stream pointer, and lod-util just prints the triples in that stream (that is, all of the
### triples whose subject is the requested URI).
[224822 mo@ptah liblod]$ ./lod-util
> http://www.w3.org/People/Berners-Lee/card#i
lod_resolve: will fetch <http://www.w3.org/People/Berners-Lee/card#i>
* About to connect() to www.w3.org port 80 (#0)
* Trying 128.30.52.37...
* connected
* Connected to www.w3.org (128.30.52.37) port 80 (#0)
> GET /People/Berners-Lee/card HTTP/1.1
Host: www.w3.org
Accept: text/turtle;q=0.8, application/rdf+xml;q=0.75, */*;q=0.1
* additional stuff not fine transfer.c:1037: 0 0
* HTTP 1.1 or later with persistent connection, pipelining supported
< HTTP/1.1 200 OK
< Date: Mon, 14 Apr 2014 21:48:26 GMT
< Server: Apache/2
< Last-Modified: Fri, 28 Feb 2014 22:37:38 GMT
< ETag: "1859-4f37f15bdd080"
< Accept-Ranges: bytes
< Content-Length: 6233
< Cache-Control: max-age=21600
< Expires: Tue, 15 Apr 2014 03:48:26 GMT
< P3P: policyref="http://www.w3.org/2001/05/P3P/p3p.xml"
< Access-Control-Allow-Origin: *
< Content-Type: text/turtle
<
lod_fetch_write_(): media type is 'text/turtle'
* Connection #0 to host www.w3.org left intact
<http://www.w3.org/People/Berners-Lee/card#i> <http://xmlns.com/foaf/0.1/mbox> <mailto:timbl@w3.org>
<http://www.w3.org/People/Berners-Lee/card#i> <http://www.w3.org/ns/auth/cert#key> _:r1397512106r31810r1
<http://www.w3.org/People/Berners-Lee/card#i> <http://xmlns.com/foaf/0.1/workplaceHomepage> <http://www.w3.org/>
<http://www.w3.org/People/Berners-Lee/card#i> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person>
<http://www.w3.org/People/Berners-Lee/card#i> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/10/swap/pim/contact#Male>
<http://www.w3.org/People/Berners-Lee/card#i> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/PersonalProfileDocument>
<http://www.w3.org/People/Berners-Lee/card#i> <http://www.w3.org/2000/10/swap/pim/contact#publicHomePage> <http://www.w3.org/People/Berners-Lee/>
<http://www.w3.org/People/Berners-Lee/card#i> <http://xmlns.com/foaf/0.1/account> <http://www.reddit.com/user/timbl/>
<http://www.w3.org/People/Berners-Lee/card#i> <http://xmlns.com/foaf/0.1/account> <http://twitter.com/timberners_lee>
<http://www.w3.org/People/Berners-Lee/card#i> <http://xmlns.com/foaf/0.1/account> <http://identi.ca/timbl>
<http://www.w3.org/People/Berners-Lee/card#i> <http://xmlns.com/foaf/0.1/account> <http://en.wikipedia.org/wiki/User:Timbl>
<http://www.w3.org/People/Berners-Lee/card#i> <http://www.w3.org/2002/07/owl#sameAs> <http://www4.wiwiss.fu-berlin.de/dblp/resource/person/100007>
<http://www.w3.org/People/Berners-Lee/card#i> <http://www.w3.org/2002/07/owl#sameAs> <http://www4.wiwiss.fu-berlin.de/bookmashup/persons/Tim+Berners-Lee>
<http://www.w3.org/People/Berners-Lee/card#i> <http://www.w3.org/2002/07/owl#sameAs> <http://www.advogato.org/person/timbl/foaf.rdf#me>
<http://www.w3.org/People/Berners-Lee/card#i> <http://www.w3.org/2002/07/owl#sameAs> <http://identi.ca/user/45563>
<http://www.w3.org/People/Berners-Lee/card#i> <http://www.w3.org/2002/07/owl#sameAs> <http://graph.facebook.com/512908782#>
<http://www.w3.org/People/Berners-Lee/card#i> <http://www.w3.org/2000/10/swap/pim/contact#assistant> <http://www.w3.org/People/Berners-Lee/card#amy>
<http://www.w3.org/People/Berners-Lee/card#i> <http://xmlns.com/foaf/0.1/phone> <tel:+1-(617)-253-5702>
<http://www.w3.org/People/Berners-Lee/card#i> <http://www.w3.org/2000/10/swap/pim/contact#preferredURI> "http://www.w3.org/People/Berners-Lee/card#i"
<http://www.w3.org/People/Berners-Lee/card#i> <http://www.w3.org/2000/10/swap/pim/contact#likes> <http://www.gutenberg.org/catalog/world/readfile?fk_files=2372108&pageno=11>
<http://www.w3.org/People/Berners-Lee/card#i> <http://purl.org/dc/elements/1.1/title> "Tim Berners-Lee's FOAF file"
<http://www.w3.org/People/Berners-Lee/card#i> <http://xmlns.com/foaf/0.1/weblog> <http://dig.csail.mit.edu/breadcrumbs/blog/4>
<http://www.w3.org/People/Berners-Lee/card#i> <http://xmlns.com/foaf/0.1/based_near> _:r1397512106r31810r5
<http://www.w3.org/People/Berners-Lee/card#i> <http://creativecommons.org/ns#license> <http://creativecommons.org/licenses/by-nc/3.0/>
<http://www.w3.org/People/Berners-Lee/card#i> <http://xmlns.com/foaf/0.1/givenname> "Timothy"
<http://www.w3.org/People/Berners-Lee/card#i> <http://xmlns.com/foaf/0.1/maker> <http://www.w3.org/People/Berners-Lee/card#i>
<http://www.w3.org/People/Berners-Lee/card#i> <http://xmlns.com/foaf/0.1/homepage> <http://www.w3.org/People/Berners-Lee/>
<http://www.w3.org/People/Berners-Lee/card#i> <http://xmlns.com/foaf/0.1/name> "Timothy Berners-Lee"
<http://www.w3.org/People/Berners-Lee/card#i> <http://xmlns.com/foaf/0.1/primaryTopic> <http://www.w3.org/People/Berners-Lee/card#i>
<http://www.w3.org/People/Berners-Lee/card#i> <http://xmlns.com/foaf/0.1/mbox_sha1sum> "965c47c5a70db7407210cef6e4e6f5374a525c5c"
<http://www.w3.org/People/Berners-Lee/card#i> <http://xmlns.com/foaf/0.1/title> "Sir"
<http://www.w3.org/People/Berners-Lee/card#i> <http://my-profile.eu/ns/webapp#uses> <http://www.w3.org/People/Berners-Lee/card#findMyLoc>
<http://www.w3.org/People/Berners-Lee/card#i> <http://www.w3.org/ns/pim/space#preferencesFile> <http://localhost/TimBL/Data/preferences.n3>
<http://www.w3.org/People/Berners-Lee/card#i> <http://xmlns.com/foaf/0.1/nick> "timbl"
<http://www.w3.org/People/Berners-Lee/card#i> <http://xmlns.com/foaf/0.1/nick> "TimBL"
<http://www.w3.org/People/Berners-Lee/card#i> <http://www.w3.org/2000/10/swap/pim/contact#office> _:r1397512106r31810r4
<http://www.w3.org/People/Berners-Lee/card#i> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://www.w3.org/2007/11/Talks/search/query?date=All+past+and+future+talks&event=None&activity=None&name=Tim+Berners-Lee&country=None&language=None&office=None&rdfOnly=yes&submit=Submit>
<http://www.w3.org/People/Berners-Lee/card#i> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://dig.csail.mit.edu/2008/webdav/timbl/foaf.rdf>
<http://www.w3.org/People/Berners-Lee/card#i> <http://xmlns.com/foaf/0.1/img> <http://www.w3.org/Press/Stock/Berners-Lee/2001-europaeum-eighth.jpg>
<http://www.w3.org/People/Berners-Lee/card#i> <http://xmlns.com/foaf/0.1/family_name> "Berners-Lee"
<http://www.w3.org/People/Berners-Lee/card#i> <http://www.w3.org/2000/10/swap/pim/contact#homePage> <http://www.w3.org/People/Berners-Lee/>
<http://www.w3.org/People/Berners-Lee/card#i> <http://www.w3.org/2000/01/rdf-schema#label> "Tim Berners-Lee"
<http://www.w3.org/People/Berners-Lee/card#i> <http://xmlns.com/foaf/0.1/openid> <http://www.w3.org/People/Berners-Lee/>
# 43 triples
> http://bblfish.net/people/henry/card#me
lod_resolve: will fetch <http://bblfish.net/people/henry/card#me>
* Connection #0 seems to be dead!
* Closing connection #0
* About to connect() to bblfish.net port 80 (#0)
* Trying 208.64.60.175...
* connected
* Connected to bblfish.net (208.64.60.175) port 80 (#0)
> GET /people/henry/card HTTP/1.1
Host: bblfish.net
Accept: text/turtle;q=0.8, application/rdf+xml;q=0.75, */*;q=0.1
* additional stuff not fine transfer.c:1037: 0 0
* HTTP 1.1 or later with persistent connection, pipelining supported
< HTTP/1.1 200 OK
< Date: Mon, 14 Apr 2014 22:01:41 GMT
< Server: Apache/2.2.16 (Unix) mod_ssl/2.2.16 OpenSSL/0.9.8o DAV/2 PHP/5.2.12 mod_fcgid/2.3.4
< Content-Location: card.ttl
< Vary: negotiate,accept,accept-charset
< TCN: choice
< Access-Control-Allow-Origin: *
< Last-Modified: Fri, 07 Mar 2014 09:35:10 GMT
< ETag: "36971-6c13-4f400f8571f9c;4e947bc1f7454"
< Accept-Ranges: bytes
< Content-Length: 27667
< Content-Type: text/turtle; charset=utf-8
<
lod_fetch_write_(): media type is 'text/turtle'
* Connection #0 to host bblfish.net left intact
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/interest> <http://wikipedia.org/wiki/Philosophy>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/interest> <http://en.wikipedia.org/wiki/Go_%28game%29>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/interest> <http://wikipedia.org/wiki/Semantic_Web>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/interest> <http://wikipedia.org/wiki/Cycling>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/family_name> "Story"^^<http://www.w3.org/2001/XMLSchema#string>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/jabberID> "bblfish@jabber.org"^^<http://www.w3.org/2001/XMLSchema#string>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/schoolHomepage> <http://www.bbk.ac.uk/phil/>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/schoolHomepage> <http://www.doc.ic.ac.uk/>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/schoolHomepage> <http://www.kcl.ac.uk/kis/schools/hums/philosophy/>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/birthday> "07-29"^^<http://www.w3.org/2001/XMLSchema#string>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/aimChatID> "unbabelfish"^^<http://www.w3.org/2001/XMLSchema#string>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/depiction> <http://farm1.static.flickr.com/164/373663745_e2066a4950.jpg>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/title> "Mr"^^<http://www.w3.org/2001/XMLSchema#string>
<http://bblfish.net/people/henry/card#me> <http://purl.org/net/pingback/to> <https://my-profile.eu/pingback.php>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/homepage> <http://bblfish.net/>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/givenname> "Henry"^^<http://www.w3.org/2001/XMLSchema#string>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/holdsAccount> _:r1397512106r31810r18
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/holdsAccount> _:r1397512106r31810r17
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/holdsAccount> _:r1397512106r31810r16
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/holdsAccount> _:r1397512106r31810r15
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/holdsAccount> _:r1397512106r31810r14
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/holdsAccount> _:r1397512106r31810r13
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/holdsAccount> _:r1397512106r31810r12
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/holdsAccount> _:r1397512106r31810r11
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/holdsAccount> _:r1397512106r31810r10
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/holdsAccount> _:r1397512106r31810r9
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/mbox> <mailto:henry.story@gmail.com>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/mbox> <mailto:henry.story@bblfish.net>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/currentProject> <https://bloged.dev.java.net/>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/currentProject> <https://sommer.dev.java.net/>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/currentProject> <http://bblfish.net/work/atom-owl/2006-06-06/>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/openid> <http://bblfish.net/>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/openid> <http://openid.sun.com/bblfish>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/name> "Henry J. Story"^^<http://www.w3.org/2001/XMLSchema#string>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/logo> <http://bblfish.net/pix/bfish.large.jpg>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/gender> "male"^^<http://www.w3.org/2001/XMLSchema#string>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/nick> "bblfish"^^<http://www.w3.org/2001/XMLSchema#string>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> _:r1397512106r31810r32
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> _:r1397512106r31810r31
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> _:r1397512106r31810r30
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> _:r1397512106r31810r29
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> _:r1397512106r31810r28
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> _:r1397512106r31810r27
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> _:r1397512106r31810r26
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> _:r1397512106r31810r25
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> _:r1397512106r31810r24
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> _:r1397512106r31810r23
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> _:r1397512106r31810r22
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> _:r1397512106r31810r21
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> _:r1397512106r31810r20
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> _:r1397512106r31810r19
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://sw-app.org/mic.xhtml#i>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://foafbuilder.qdos.com/people/asyd.myopenid.com/foaf.rdf#me>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://www.anjeve.de/foaf.rdf#AnjaJentzsch>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://presbrey.mit.edu/foaf#presbrey>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://foaf.me/ah1#me>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://www.aifb.uni-karlsruhe.de/Personen/viewPersonOWL/id2076instance>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://sebastian.tramp.name>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://www.ifi.uzh.ch/ddis/fileadmin/user_upload/avi/#me>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://crschmidt.net/foaf.rdf#crschmidt>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://ggg.milanstankovic.org/foaf.rdf#milstan>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://davelevy.info/foaf.rdf#me>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://bigasterisk.com/foaf.rdf#drewp>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://semedia.deit.univpm.it/people/christian/foaf.rdf#me>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://tobyinkster.co.uk/#i>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://swordfish.rdfweb.org/people/libby/rdfweb/webwho.xrdf#me>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <https://dr.jones.dk/me/#me>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://dbpedia.org/resource/Yochai_Benkler>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://www.wchulseiee.net/foaf#elieuw>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://www.turnguard.com/turnguard>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://dblp.l3s.de/d2r/page/authors/Christian_Bizer>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://purl.oclc.org/NET/gearon/people/PaulGearon/foaf.rdf#me>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://foafbuilder.qdos.com/people/tboudreau.myopenid.com/foaf.rdf#me>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://www.semantic-web.at/people/blumauer/card#me>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://data.boab.info/david/foaf.rdf#me>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://b4mad.net/FOAF/goern.rdf#goern>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://www.ibiblio.org/hhalpin/foaf.rdf#me>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://melvincarvalho.com/#me>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://heddley.com/edd/foaf.rdf#edd>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://dbpedia.org/resource/Roy_Fielding>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://handtwerk.de/foaf.rdf#arne>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <https://my-profile.eu/people/deiu/card#me>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://id.myopenlink.net/dataspace/person/KingsleyUyiIdehen#this>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <https://my-profile.eu/people/jwinandy/card#me>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://www.fosi.org/people/philarcher/foaf.rdf#me>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://richard.cyganiak.de/foaf.rdf#cygri>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://www.uni-koblenz.de/~sschenk/foaf.rdf#me>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://torrez.us/who#elias>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://dbpedia.org/resource/Tim_Bray>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://www.w3.org/People/Connolly/#me>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://www.informatik.uni-leipzig.de/~auer/foaf.rdf#me>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://axel.deri.ie/~axepol/foaf.rdf#me>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <https://my-profile.eu/people/tim/card#me>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://xircles.codehaus.org/users/evenisse/foaf#me>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://www.ifi.unizh.ch/ddis/fileadmin/user_upload/kiefer/foaf.rdf#christophkiefer>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://dbpedia.org/resource/James_Gosling>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://foaf.me/dana#me>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://mmt.me.uk/foaf.rdf#mischa>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://metacognition.info/profile/webwho.xrdf#chime>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://www.topquadrant.com/people/dallemang/foaf.rdf#me>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://danny.ayers.name/index.rdf#me>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://www.discoveringidentity.com/foaf.rdf#me>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://purl.org/captsolo/semweb/foaf-captsolo.rdf#Uldis_Bojars>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://danbri.org/foaf.rdf#danbri>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://www.w3.org/People/Berners-Lee/card#i>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://www.dfki.uni-kl.de/~grimnes/foaf.rdf#ggrimnes>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/knows> <http://kashori.com/JohnBlack/foaf.rdf#jpb>
<http://bblfish.net/people/henry/card#me> <http://www.w3.org/ns/auth/cert#key> _:r1397512106r31810r8
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/phone> <tel:+1-510-698-1206>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/phone> <tel:+33-9-70-44-86-64>
<http://bblfish.net/people/henry/card#me> <http://www.w3.org/2000/10/swap/pim/contact#home> _:r1397512106r31810r7
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/workplaceHomepage> <http://sun.com/>
<http://bblfish.net/people/henry/card#me> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/pastProject> <http://babelfish.altavista.com/>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/weblog> <http://blogs.sun.com/bblfish/>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/weblog> <http://bblfish.net/blog/>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/weblog> <http://www.flickr.com/photos/bblfish/>
<http://bblfish.net/people/henry/card#me> <http://xmlns.com/foaf/0.1/weblog> <http://del.icio.us/bblfish>
# 118 triples
> http://danbri.org/foaf.rdf#danbri
<http://danbri.org/foaf.rdf#danbri> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person>
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/homepage> <http://danbri.org/>
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/name> "Dan Brickley"^^<http://www.w3.org/2001/XMLSchema#string>
# 3 triples
> .reset
* Closing connection #0
> http://danbri.org/foaf.rdf#danbri
lod_resolve: will fetch <http://danbri.org/foaf.rdf#danbri>
* About to connect() to danbri.org port 80 (#0)
* Trying 75.101.157.128...
* connected
* Connected to danbri.org (75.101.157.128) port 80 (#0)
> GET /foaf.rdf HTTP/1.1
Host: danbri.org
Accept: text/turtle;q=0.8, application/rdf+xml;q=0.75, */*;q=0.1
* additional stuff not fine transfer.c:1037: 0 0
* HTTP 1.1 or later with persistent connection, pipelining supported
< HTTP/1.1 200 OK
< Date: Mon, 14 Apr 2014 21:50:01 GMT
< Server: Apache/2.2.14 (Ubuntu)
< Last-Modified: Wed, 19 Oct 2011 15:08:30 GMT
< ETag: "2e800b9-3fa0-4afa8368425d2"
< Accept-Ranges: bytes
< Content-Length: 16288
< Content-Type: application/rdf+xml
<
lod_fetch_write_(): media type is 'application/rdf+xml'
* Connection #0 to host danbri.org left intact
<http://danbri.org/foaf.rdf#danbri> <http://kota.s12.xrea.com/vocab/uranaibloodtype> "A+"@en
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/holdsAccount> _:r1397512201r31810r4
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/holdsAccount> _:r1397512201r31810r3
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/holdsAccount> _:r1397512201r31810r2
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/holdsAccount> _:r1397512201r31810r1
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/pubkeyAddress> <http://danbri.org/danbri-pubkey.txt>
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/nick> "danbri"@en
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/tipjar> <http://www.amazon.co.uk/gp/registry/wishlist/1WT22JNQQBA6Q>
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/mbox_sha1sum> "6e80d02de4cb3376605a34976e31188bb16180d0"
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/mbox_sha1sum> "6e80d02de4cb3376605a34976e31188bb16180d0"@en
<http://danbri.org/foaf.rdf#danbri> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person>
<http://danbri.org/foaf.rdf#danbri> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://xmlns.com/foaf/0.1/>
<http://danbri.org/foaf.rdf#danbri> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://swordfish.rdfweb.org/discovery/2001/08/codepict/scutterplan.rdf>
<http://danbri.org/foaf.rdf#danbri> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://rdfweb.org/people/danbri/rdfweb/webwho.xrdf>
<http://danbri.org/foaf.rdf#danbri> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://del.icio.us/rss/danbri>
<http://danbri.org/foaf.rdf#danbri> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://foaf.qdos.com/reverse?path=http://danbri.org/foaf.rdf%23danbri>
<http://danbri.org/foaf.rdf#danbri> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://mystatus.skype.com/danbrickley.xml>
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/plan> "Save the world and home in time for tea."@en
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/myersBriggs> "INTP"@en
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/img> <http://www.w3.org/People/DanBri/mugshot1.jpg>
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/schoolHomepage> <http://www.vandh.free-online.co.uk/wgate/westgate.htm>
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/dateOfBirth> "1972-01-09"@en
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/wot/0.1/keyid> "B573B63A"@en
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/openid> <http://danbri.org/>
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/mbox> <mailto:danbri@apocalypse.org>
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/mbox> <mailto:danbri@rdfweb.org>
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/mbox> <mailto:daniel.brickley@bristol.ac.uk>
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/mbox> <mailto:danbri@w3.org>
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/mbox> <mailto:danbri@porklips.org>
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/mbox> <mailto:danbri@danbri.org>
<http://danbri.org/foaf.rdf#danbri> <http://www.w3.org/2002/07/owl#differentFrom> _:r1397512201r31810r7
<http://danbri.org/foaf.rdf#danbri> <http://www.w3.org/2002/07/owl#differentFrom> _:r1397512201r31810r6
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/knows> _:r1397512201r31810r31
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/knows> _:r1397512201r31810r29
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/knows> _:r1397512201r31810r28
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/knows> _:r1397512201r31810r27
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/knows> _:r1397512201r31810r26
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/knows> _:r1397512201r31810r25
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/knows> _:r1397512201r31810r24
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/knows> _:r1397512201r31810r23
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/knows> _:r1397512201r31810r22
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/knows> _:r1397512201r31810r21
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/knows> _:r1397512201r31810r20
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/knows> _:r1397512201r31810r19
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/knows> _:r1397512201r31810r18
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/knows> _:r1397512201r31810r17
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/knows> _:r1397512201r31810r16
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/knows> _:r1397512201r31810r15
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/knows> _:r1397512201r31810r14
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/knows> _:r1397512201r31810r13
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/knows> _:r1397512201r31810r12
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/knows> _:r1397512201r31810r11
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/knows> <http://www.ils.unc.edu/~janeg/foaf.rdf#me>
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/knows> _:r1397512201r31810r10
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/knows> _:r1397512201r31810r9
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/knows> <http://www.w3.org/People/Berners-Lee/card#i>
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/knows> <http://mmt.me.uk/foaf.rdf#mischa>
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/knows> _:r1397512201r31810r8
<http://danbri.org/foaf.rdf#danbri> <http://purl.org/net/inkel/rdf/schemas/lang/1.1#masters> "en"@en
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/msnChatID> "danbri@hotmail.co.uk"@en
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/homepage> <http://danbri.org/>
<http://danbri.org/foaf.rdf#danbri> <http://www.w3.org/2002/07/owl#sameAs> <http://foaf.me/danbri#me>
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/aimChatID> "danbri_2002"@en
<http://danbri.org/foaf.rdf#danbri> <http://www.w3.org/2000/10/swap/pim/contact#nearestAirport> _:r1397512201r31810r5
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/name> "Dan Brickley"@en
<http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/jabberID> "danbri@jabber.org"@en
# 66 triples
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment