Skip to content

Instantly share code, notes, and snippets.

Created March 29, 2016 20:33
Show Gist options
  • Save anonymous/2810eb5747e51a9ae746183a43f20771 to your computer and use it in GitHub Desktop.
Save anonymous/2810eb5747e51a9ae746183a43f20771 to your computer and use it in GitHub Desktop.
SELECT *
WHERE
{
?label rdfs:label ?label FILTER regex(?label, "^apparel")
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