query-e20bfab16e06e34d2f7b3ee6e8a47185
Query for Property dashboard" error. I am getting this error no matter what I do and I have gotten other, simple queries to work with the dashboard. No start template 'Property dashboard' found, which is an impossible situation. This is potentially an upstream pywikibot issue. keeps giving a "Property dashboard query. My Property dashboardI have a working SPARQL query that has UNION in it but I am unable to figure out how to get the query to work with the syntax required by the --22:07, 15 March 2021 (UTC)) talk (NashonaI'm fairly new to SPARQL, apologies if I'm missing something obvious. My query is below. Thank you. -- UNION queries ]reply[22:48, 12 March 2021 (UTC)) talk (NashonaI have a SPARQL query that has UNION in it but I am unable to figure out how to get the query to work with the property dashboard. I'm fairly new to SPARQL, apologies if I'm missing something obvious. My query is below. Thank you. --
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?Northwestern_University ?Northwestern_UniversityLabel WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
{ ?Northwestern_University wdt:P69 wd:Q309350. }
UNION
{ ?Northwestern_University wdt:P69 wd:Q6806876. }
}
Query found at
- https://www.wikidata.org/wiki/Template_talk:Property_dashboard
- https://www.wikidata.org/wiki/Wikidata:Request_a_query/Archive/2021/03