Skip to content

Instantly share code, notes, and snippets.

@chw2054
Created January 27, 2016 23:57
Show Gist options
  • Save chw2054/d5dc8ce69cd74ca48ca4 to your computer and use it in GitHub Desktop.
Save chw2054/d5dc8ce69cd74ca48ca4 to your computer and use it in GitHub Desktop.
PREFIX dc: <http://purl.org/dc/elements/1.1/>
SELECT ?title
FROM <http://dig.csail.mit.edu/2008/webdav/timbl/foaf.rdf>
WHERE { ?s dc:title ?title .}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment