query-a0fbdb01ff90c31b7a8a9cab56838ad6

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 2005-06-23 2006-01-29 2003-05-20 2005-06-29 Nicol Stephen, Baron StephenTavish Scott Minister for Transport and Telecommunications 2007-05-17 2006-01-30 Tavish Scott Minister for Transport 2004-10-04 2007-02-19 2003-05-21 2004-10-04 Frank McAveetyPatricia Ferguson Minister for Tourism, Culture and Sport 2004-10-04 2007-05-17 2003-05-20 2004-10-04 Patricia FergusonMargaret Curran Minister for Parliament 2007-05-18 2003-05-21 2003-05-20 1999-05-19 Cathy JamiesonJim Wallace, Baron Wallace of Tankerness Minister for Justice 2007-05-16 2004-10-06 2004-10-06 2003-05-20 Andy KerrMalcolm Chisholm Minister for Health and Community Care 2004-10-04 2003-05-20 Andy Kerr Minister for Finance and Public Services 2007-05-16 2004-10-04 Tom McCabe Minister for Finance and Public Service Reform 2007-05-16 2003-05-20 Ross Finnie Minister for Environment and Rural Development 2007-05-17 2005-06-27 2005-06-27 2003-05-21 Nicol Stephen, Baron StephenJim Wallace, Baron Wallace of Tankerness Minister for Enterprise and Lifelong Learning 2006-11-14 2007-05-16 2003-05-20 2006-11-14 Peter PeacockHugh Henry Minister for Education and Young People 2004-10-04 2007-05-162006-12-23 2003-05-21 2007-01-092004-10-04 Margaret CurranRhona BrankinMalcolm Chisholm Minister for Communities 2011-04-30 2006-10-04 2006-10-12 2000-02-24 Elish AngioliniColin Boyd, Baron Boyd of Duncansby Lord Advocate 2007-05-16 2001-11-22 Jack McConnell First Minister of Scotland 2007-05-17 2005-06-23 2005-06-27 1999-05-19 Nicol Stephen, Baron StephenJim 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:Q3112288 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((" ")) c1(["wd:Q3112288"]):::iri c10(["bd:serviceParam"]):::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