Skip to content

Instantly share code, notes, and snippets.

@ColinMaudry
Created October 30, 2016 19:01
Show Gist options
  • Save ColinMaudry/342366d8b27bd1347df7198a1d9ad427 to your computer and use it in GitHub Desktop.
Save ColinMaudry/342366d8b27bd1347df7198a1d9ad427 to your computer and use it in GitHub Desktop.
Cats on Wikidata
#Cats on Wikidata
#From https://blog.wikimedia.de/2016/10/30/10-cool-queries-for-wikidata-that-will-blow-your-mind-number-7-will-shock-you/
SELECT ?item ?itemLabel
WHERE
{
?item wdt:P31 wd:Q146 .
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment