Skip to content

Instantly share code, notes, and snippets.

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