Talk:Q3112282

From Wikidata
Jump to navigation Jump to search

Members[edit]

This list is periodically updated by a bot. Manual changes to the list will be removed on the next update!

WDQS | PetScan | TABernacle | Find images | Recent changes | Query: SELECT DISTINCT ?item ?who ?mem_start ?mem_end { wd:Q3112282 wdt:P2670 ?item ; wdt:P571 ?cabinet_start; wdt:P576 ?cabinet_end . OPTIONAL { ?who p:P39 [ ps:P39 ?item ; pq:P580 ?mem_start; pq:P582 ?mem_end ] . FILTER ( (?mem_end > ?cabinet_start) && (?mem_start < ?cabinet_end) ) } }
Article ?who ?mem_start ?mem_end
Deputy First Minister of Scotland Jim Wallace, Baron Wallace of Tankerness 1999-05-19 2005-06-23
First Minister of Scotland Jack McConnell 2001-11-22 2007-05-16
Lord Advocate Colin Boyd, Baron Boyd of Duncansby 2000-02-24 2006-10-04
Minister for Culture and Sport Mike Watson, Baron Watson of Invergowrie 2001-11-22 2003-03-27
Minister for Education and Young People Cathy Jamieson 2001-11-22 2003-05-20
Minister for Enterprise, Transport and Lifelong Learning Wendy Alexander
Iain Gray
2001-11-28
2002-05-09
2002-05-03
2003-05-20
Minister for Environment and Rural Development Ross Finnie 2001-11-22 2003-03-27
Minister for Finance and Public Services Andy Kerr 2001-11-22 2003-03-27
Minister for Health and Community Care Malcolm Chisholm 2001-11-22 2003-03-27
Minister for Justice Jim Wallace, Baron Wallace of Tankerness 1999-05-19 2003-05-21
Minister for Parliament Patricia Ferguson 2001-11-22 2003-05-20
Minister for Social Justice Margaret Curran
Iain Gray
2002-05-09
2001-11-22
2003-05-21
2002-05-09
End of automatically generated list.

---

The underlying query behind this report is:

SELECT DISTINCT ?position ?positionLabel ?cabinet_start ?cabinet_end ?who ?whoLabel ?mem_start ?mem_end {
  wd:Q3112282 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
Try it!