Skip to content

Instantly share code, notes, and snippets.

@melvincarvalho
Created December 23, 2011 13:12
Show Gist options
  • Save melvincarvalho/1514172 to your computer and use it in GitHub Desktop.
Save melvincarvalho/1514172 to your computer and use it in GitHub Desktop.
foaf knows
URI="http://bblfish.net/people/henry/card#me"
roqet -r turtle --exec "CONSTRUCT {
<$URI> <http://xmlns.com/foaf/0.1/knows> ?c . ?c <http://xmlns.com/foaf/0.1/name> ?n } WHERE { <$URI> <http://xmlns.com/foaf/0.1/knows> ?c . ?c <http://xmlns.com/foaf/0.1/name> ?n }" -D "$URI"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment