query-453788adc8ab3589e9ddec8819986858
Edits made by a userHi all, 11:29, 27 December 2019 (UTC)) 🙋 (Tubezlob). Thank you very much. https://www.wikidata.org/w/index.php?title=Q38434124&diff=615373953&oldid=551868164 (e.g. (P625)coordinate location add the property Peter17-Bot) for which the user (Q142)France in (Q1370598)structure of worship I don't know if this request is possible or not: I would like to have the list of items (subclasses of 12:48, 2 January 2020 (UTC)) talk (Multichill Mediawiki API request to get all the edits of the bot in a certain period. (Q142)France in (Q1370598)structure of worship Regular SPARQL query to get the instance/subclass of . I would combine: Wikidata:SPARQL_query_service/queries/examples/advanced#Map_of_newspapers_in_the_United_States_by_presence_of_Infobox_newspaper_in_their_English_Wikipedia_articleIf the edits happend in a relatively short period, I would try SPARQL. Have a look at 09:01, 28 December 2019 (UTC)) 🙋 (Tubezlob: Thank you, that's a good hint! Is there an expert of Quarry here? 😊 Tagishsimon@ 06:03, 28 December 2019 (UTC)) talk (Tagishsimon - presuming that Quarry can filter on the edit summary. (iirc, Quarry cannot see the content of edits, but can see edit metadata.) Sadly successful Quarrying continues to be beyond my paygrade. --https://quarry.wmflabs.org/query/16335: AFAIK, not via SPARQL. Quarry probably can - here's a not very dissimilar query - Tubezlob@: Thank you for your answer! Multichill@I made this SPARQL query:
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 ?church ?churchLabel ?location
WHERE
{
?church wdt:P31/wdt:P279* wd:Q1370598;
wdt:P17 wd:Q142;
wdt:P625 ?location.
SERVICE wikibase:label { bd:serviceParam wikibase:language "fr". }
}