query-9b9679b31a971b353b17ea0702247aae
Propertiesinstance of (P31)head of government (P6)
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 ?Estatu_subiranoaLabel ?agintariaLabel WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
?Estatu_subiranoa wdt:P31 wd:Q3624078.
?Estatu_subiranoa wdt:P6 ?agintaria
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?Estatu_subiranoa")
v2("?agintaria")
c2(["bd:serviceParam"]):::iri
c6(["wd:Q3624078"]):::iri
c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v1 --"wdt:P31"--> c6
v1 --"wdt:P6"--> v2