Created
June 11, 2018 20:25
-
-
Save nonZero/6f3a2bea153c03de57bb05d316dd8060 to your computer and use it in GitHub Desktop.
WikiData: Detect Redirects with SPARQL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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