Skip to content

Instantly share code, notes, and snippets.

@ostephens
Created November 25, 2013 10:15
Show Gist options
  • Save ostephens/7639241 to your computer and use it in GitHub Desktop.
Save ostephens/7639241 to your computer and use it in GitHub Desktop.
Basic SPARQL Query using a literal I
SELECT *
WHERE {
?subject ?predicate "Austen, Jane"
}
LIMIT 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment