Skip to content

Instantly share code, notes, and snippets.

@nonZero
Created June 11, 2018 20:25
Show Gist options
  • Save nonZero/6f3a2bea153c03de57bb05d316dd8060 to your computer and use it in GitHub Desktop.
Save nonZero/6f3a2bea153c03de57bb05d316dd8060 to your computer and use it in GitHub Desktop.
WikiData: Detect Redirects with SPARQL
select ?a ?b {
values ?a {
wd:Q1
wd:Q2
wd:Q42
wd:Q52088081
}
?a owl:sameAs ?b .
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment