OllyButters / puma

Getting, analysing and displaying lists of papers
https://ollybutters.github.io/puma_web
GNU General Public License v3.0
13 stars 4 forks source link

Cannot SPARQL Washington University in St. Louis #84

Open OllyButters opened 5 years ago

OllyButters commented 5 years ago

Cannot get a SPARQL query to work on:

Washington University in St. Louis

OllyButters commented 5 years ago

This does not work!

SELECT ?item ?itemLabel ?country ?countryLabel
            WHERE {
                ?item ?label "Washington University in St. Louis"@en.
                ?item wdt:P17 ?country

                SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
            }