Skip to content

Instantly share code, notes, and snippets.

@ostephens
Created November 24, 2013 22:40
Show Gist options
  • Save ostephens/7633423 to your computer and use it in GitHub Desktop.
Save ostephens/7633423 to your computer and use it in GitHub Desktop.
Simplest SPARQL query using single letter variables
SELECT *
WHERE {
?s ?p ?o
}
LIMIT 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment