query-a2fea71d8d96a28312fe8c9f43a042db

rq turtle/ttl

Xaris333(P6)head of government (P1313)office held by head of government

Use at

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 ?item ?itemLabel ?office ?officeLabel ?mayor ?mayorLabel
WHERE
{
  ?item wdt:P31 wd:Q16739079.
  ?item wdt:P1313 ?office.
  ?item wdt:P6 ?mayor.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],el,en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v3("?mayor"):::projected v2("?office"):::projected c8(["#91;AUTO_LANGUAGE#93;,el,en"]):::literal c6(["bd:serviceParam"]):::iri c2(["wd:Q16739079"]):::iri v1 --"wdt:P31"--> c2 v1 --"wdt:P1313"--> v2 v1 --"wdt:P6"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end