Skip to content

Instantly share code, notes, and snippets.

@ostephens
Created November 24, 2013 22:23
Show Gist options
  • Save ostephens/7633222 to your computer and use it in GitHub Desktop.
Save ostephens/7633222 to your computer and use it in GitHub Desktop.
Simplest SPARQL Query
SELECT *
WHERE {
?subject ?predicate ?object
}
LIMIT 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment