Skip to content

Instantly share code, notes, and snippets.

@cldwalker
Created June 1, 2010 20:23
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 cldwalker/421431 to your computer and use it in GitHub Desktop.
Save cldwalker/421431 to your computer and use it in GitHub Desktop.
Example output of boson dump_rdf command
$ boson dump_rdf http://datagraph.org/jhacker/foaf.nt
+------------------------------------+-------------------------------------------------+---------------------------------------------------+
| subject | predicate | object |
+------------------------------------+-------------------------------------------------+---------------------------------------------------+
| http://datagraph.org/jhacker/foaf | http://www.w3.org/1999/02/22-rdf-syntax-ns#type | http://xmlns.com/foaf/0.1/PersonalProfileDocument |
| http://datagraph.org/jhacker/foaf | http://xmlns.com/foaf/0.1/maker | http://datagraph.org/jhacker/#self |
| http://datagraph.org/jhacker/foaf | http://xmlns.com/foaf/0.1/primaryTopic | http://datagraph.org/jhacker/#self |
| http://datagraph.org/jhacker/#self | http://www.w3.org/1999/02/22-rdf-syntax-ns#type | http://xmlns.com/foaf/0.1/Person |
| http://datagraph.org/jhacker/#self | http://xmlns.com/foaf/0.1/account | http://datagraph.org/jhacker |
| http://datagraph.org/jhacker/#self | http://xmlns.com/foaf/0.1/nick | "jhacker" |
| http://datagraph.org/jhacker/#self | http://xmlns.com/foaf/0.1/name | "J. Random Hacker" |
| http://datagraph.org/jhacker/#self | http://xmlns.com/foaf/0.1/mbox | mailto:jhacker@example.org |
| http://datagraph.org/jhacker/#self | http://xmlns.com/foaf/0.1/homepage | http://example.org/~jhacker/ |
| http://datagraph.org/jhacker/#self | http://xmlns.com/foaf/0.1/knows | http://ar.to/#self |
+------------------------------------+-------------------------------------------------+---------------------------------------------------+
10 rows in set
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment