Skip to content

Instantly share code, notes, and snippets.

@wenzowski
Created November 15, 2012 15:43
Show Gist options
  • Save wenzowski/4079264 to your computer and use it in GitHub Desktop.
Save wenzowski/4079264 to your computer and use it in GitHub Desktop.
facebook graph api supports rdf
#!/bin/bash
##
# The entire facebook graph api is available in rdf format via
# [turtle](http://www.w3.org/TeamSubmission/turtle/)
# simply by setting the appropriate `Accept` header.
#
# see http://lists.w3.org/Archives/Public/public-lod/2011Sep/0091.html
##
curl -H 'Accept: text/turtle' https://graph.facebook.com/195466193802264
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment