query-e55a806b4a233fad83e605b6e43c5960
Ministerial positions that are 'Part of' a Ministry) (P361)part of instead of (P2389)organization directed by the office or position (These should be changed to use
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 DISTINCT ?item ?itemLabel ?in ?inLabel WHERE {
?item wdt:P279* wd:Q83307 ; wdt:P361 ?in .
?in wdt:P31/wdt:P279* wd:Q192350 .
SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?in"):::projected
v1("?item"):::projected
a1((" "))
c7(["bd:serviceParam"]):::iri
c5(["wd:Q192350"]):::iri
c9(["en"]):::literal
c2(["wd:Q83307"]):::iri
v1 --"wdt:P279"--> c2
v1 --"wdt:P361"--> v2
v2 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c5
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end