Skip to content

Instantly share code, notes, and snippets.

@ostephens
Last active December 29, 2015 06:59
Show Gist options
  • Save ostephens/7633258 to your computer and use it in GitHub Desktop.
Save ostephens/7633258 to your computer and use it in GitHub Desktop.
Find 10 URIs where the BNB URI for Jane Austen is the subject and the predicate is dc:creator
SELECT *
WHERE {
?book <http://purl.org/dc/terms/creator> <http://bnb.data.bl.uk/id/person/AustenJane1775-1817>
}
LIMIT 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment