query-d38f4c6adb6502dd40a1185dcf2c6b0e
| Query: Recent changes | Find images | TABernacle | PetScan | WDQS . Manual changes to the list will be removed on the next update! a botThis list is periodically updated by Manually update list 2001-03-01 2000-10-27 Sarah Boyack Minister for Transport and Telecommunications 2001-11-08 2001-03-01 Sarah Boyack Minister for Transport and Planning 2001-11-08 2000-10-27 Jackie Baillie Minister for Social Justice 2001-03-01 2000-10-27 Ross Finnie Minister for Rural Development 2001-11-08 2000-10-27 Tom McCabe Minister for Parliament 2003-05-21 1999-05-19 Jim Wallace, Baron Wallace of Tankerness Minister for Justice 2001-11-08 2000-10-27 Susan Deacon Minister for Health and Community Care 2001-11-08 2000-10-27 Angus MacKay Minister for Finance and Local Government 2001-03-01 2000-10-27 Sam Galbraith Minister for Environment, Sport and Culture 2001-11-08 2001-03-01 Ross Finnie Minister for Environment and Rural Development 2001-11-28 2001-11-08 2000-11-01 2000-10-27 Wendy Alexander Minister for Enterprise and Lifelong Learning 2001-11-22 2000-10-26 Jack McConnell Minister for Education, Europe and External Affairs 2006-10-04 2000-02-24 Colin Boyd, Baron Boyd of Duncansby Lord Advocate 2001-11-08 2000-10-27 Henry McLeish First Minister of Scotland 2005-06-23 1999-05-19 Jim Wallace, Baron Wallace of Tankerness Deputy First Minister of Scotland ?mem_end ?mem_start ?who Article End of automatically generated list.--- The underlying query behind this report is:
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 ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?position ?positionLabel ?cabinet_start ?cabinet_end ?who ?whoLabel ?mem_start ?mem_end {
wd:Q3112283 wdt:P2670 ?position ; wdt:P571 ?cabinet_start; wdt:P576 ?cabinet_end .
OPTIONAL {
?who p:P39 [ ps:P39 ?position ; pq:P580 ?mem_start; pq:P582 ?mem_end ] .
FILTER ( (?mem_end > ?cabinet_start) && (?mem_start < ?cabinet_end) )
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . }
}
ORDER BY ?positionLabel ?mem_start