Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create WIKIDATAQUERY function for SPARQL #19

Open
nichtich opened this issue Apr 20, 2017 · 0 comments
Open

Create WIKIDATAQUERY function for SPARQL #19

nichtich opened this issue Apr 20, 2017 · 0 comments

Comments

@nichtich
Copy link

See https://www.linkedin.com/pulse/importing-data-google-spreadsheet-using-sparql-kingsley-uyi-idehen for how to use SPARQL in Google spreadsheets. SPARQL queries tend to be quite long e.g.

=WIKIDATAQUERY("SELECT ?item ?itemLabel { ?item wdt:P31 wd:Q146 . SERVICE wikibase:label { bd:serviceParam wikibase:language "en" } }")

So some additional query rewriting would be nice, e.g.

=WIKIDATAQUERY("?item ?itemLabel { ?item wdt:P31 wd:Q146 }", "en")
@tomayac tomayac self-assigned this Apr 21, 2017
@tomayac tomayac removed their assignment Oct 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants