query-c7644bac3f7c91bf05234eb5f8f042d1

rq turtle/ttl

| 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 2002-05-09 2003-05-21 2001-11-22 2002-05-09 Iain GrayMargaret Curran Minister for Social Justice 2003-05-20 2001-11-22 Patricia Ferguson Minister for Parliament 2003-05-21 1999-05-19 Jim Wallace, Baron Wallace of Tankerness Minister for Justice 2003-03-27 2001-11-22 Malcolm Chisholm Minister for Health and Community Care 2003-03-27 2001-11-22 Andy Kerr Minister for Finance and Public Services 2003-03-27 2001-11-22 Ross Finnie Minister for Environment and Rural Development 2003-05-20 2002-05-03 2002-05-09 2001-11-28 Iain GrayWendy Alexander Minister for Enterprise, Transport and Lifelong Learning 2003-05-20 2001-11-22 Cathy Jamieson Minister for Education and Young People 2003-03-27 2001-11-22 Mike Watson, Baron Watson of Invergowrie Minister for Culture and Sport 2006-10-04 2000-02-24 Colin Boyd, Baron Boyd of Duncansby Lord Advocate 2007-05-16 2001-11-22 Jack McConnell 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

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: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

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?cabinet_end"):::projected v4("?cabinet_start"):::projected v3("?mem_end"):::projected v2("?mem_start"):::projected v6("?position"):::projected v1("?positionLabel"):::projected v7("?who"):::projected a1((" ")) c10(["bd:serviceParam"]):::iri c1(["wd:Q3112282"]):::iri c12(["en"]):::literal c1 --"p:direct/P2670"--> v6 c1 --"p:direct/P571"--> v4 c1 --"p:direct/P576"--> v5 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; a1 -."p:statement/P39".-> v6 a1 --"p:qualifier/P580"--> v2 a1 --"p:qualifier/P582"--> v3 v7 --"p:P39"--> a1 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c10 --"wikibase:language"--> c12 end