Google sgapi example

This is an example of the Google Social Graph API's FOAF parser behaviour. Essentially it maps to a flattened form of triple:

http://code.google.com/apis/socialgraph/docs/testparse.html

Results from http://danbri.org/foaf.rdf are:

{
 "url": "http://danbri.org/foaf.rdf",
 "attributes": [
  {
   "attribute": "photo",
   "value": "http://rdfweb.org/people/danbri/2000/01/01/Image1.gif"
  },
  {
   "attribute": "fn",
   "value": "Dan Brickley"
  }
 ],
 "edges": [
  [
   "http://danbri.org/foaf.rdf",
   "me",
   "sgn://mboxsha1/?pk\u003d6e80d02de4cb3376605a34976e31188bb16180d0"
  ],
  [
   "http://danbri.org/foaf.rdf",
   "me",
   "sgn://mboxsha1/?pk\u003d6e80d02de4cb3376605a34976e31188bb16180d0"
  ],
  [
   "http://danbri.org/foaf.rdf",
   "me",
   "http://www.w3.org/People/Berners-Lee/card#i"
  ],
  [
   "http://danbri.org/foaf.rdf",
   "me",
   "http://danbri.org/"
  ],
  [
   "http://danbri.org/foaf.rdf",
   "me",
   "http://danbri.org/"
  ],
  [
   "http://danbri.org/foaf.rdf",
   "contact",
   "http://www.w3.org/People/Berners-Lee/card"
  ],
  [
   "http://danbri.org/foaf.rdf",
   "contact",
   "sgn://mboxsha1/?pk\u003d6de4ff27ef927b9ba21ccc88257e41a2d7e7d293"
  ],
  [
   "http://danbri.org/foaf.rdf",
   "contact",
   "http://www.grorg.org/dean/foaf.rdf"
  ],
  [
   "http://danbri.org/foaf.rdf",
   "contact",
   "sgn://mboxsha1/?pk\u003d057bfacf1fc491cfca8df1028c5223c1e0ccbc79"
  ],
  [
   "http://danbri.org/foaf.rdf",
   "contact",
   "http://www.ldodds.com/foaf/mrbenn.rdf"
  ],
  [
   "http://danbri.org/foaf.rdf",
   "contact",
   "http://jibbering.com/foaf.rdf"
  ],
  [
   "http://danbri.org/foaf.rdf",
   "contact",
   "http://heddley.com/edd/foaf.rdf"
  ],
  [
   "http://danbri.org/foaf.rdf",
   "contact",
   "http://www.weird.co.uk/martin/webwho.xrdf"
  ],
  [
   "http://danbri.org/foaf.rdf",
   "contact",
   "sgn://mboxsha1/?pk\u003d1839a1cc2e719a85ea7d9007f587b2899cd94064"
  ],
  [
   "http://danbri.org/foaf.rdf",
   "contact",
   "http://people.w3.org/amy/foaf.rdf"
  ],
  [
   "http://danbri.org/foaf.rdf",
   "contact",
   "http://hippyrigs.fiendsreunited.com/people/joe/foaf.rdf"
  ],
  [
   "http://danbri.org/foaf.rdf",
   "contact",
   "http://purl.org/net/eric/webwho.xrdf"
  ],
  [
   "http://danbri.org/foaf.rdf",
   "contact",
   "http://ioctl.org/jan/webwho.xrdf"
  ],
  [
   "http://danbri.org/foaf.rdf",
   "contact",
   "http://bailey.dscga.com/michaelmwho.xrdf"
  ],
  [
   "http://danbri.org/foaf.rdf",
   "contact",
   "http://www.aaronsw.com/about.xrdf"
  ],
  [
   "http://danbri.org/foaf.rdf",
   "contact",
   "http://purl.org/net/dajobe/webwho.xrdf"
  ],
  [
   "http://danbri.org/foaf.rdf",
   "contact",
   "http://www.w3.org/People/Barstow/webwho.rdf"
  ],
  [
   "http://danbri.org/foaf.rdf",
   "contact",
   "http://www.w3.org/People/Connolly/home-smart.rdf"
  ],
  [
   "http://danbri.org/foaf.rdf",
   "contact",
   "sgn://mboxsha1/?pk\u003d927ed281057a507d882338eb57f74551f6771325"
  ],
  [
   "http://danbri.org/foaf.rdf",
   "contact",
   "http://perso.hirlimann.net/~ludo/blog/"
  ],
  [
   "http://danbri.org/foaf.rdf",
   "contact",
   "sgn://mboxsha1/?pk\u003d3503542c873bb150ccb307743e33b826cac89e32"
  ],
  [
   "http://danbri.org/foaf.rdf",
   "contact",
   "http://delcorp.org/abbadingo/foaf.rdf"
  ]
 ]
}