Skip to content

Instantly share code, notes, and snippets.

@l1x
Created May 12, 2016 13:16
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save l1x/fdfeea7a8aa7a4b675a8583b5bef818f to your computer and use it in GitHub Desktop.
PREFIX dbo: <http://dbpedia.org/ontology/>
SELECT ?name
WHERE
{
?name rdf:type dbo:GivenName.
}
OFFSET 10000 LIMIT 10000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment