query-6486198da8e1e44c65c54fca72b0f3d7

rq turtle/ttl

Nicereddy

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 ?position ?positionLabel
{
  ?item wdt:P106 wd:Q11631 . # Occupation: Astronaut
  VALUES ?position { wd:Q4416090 wd:Q13218630 } # US senator, US representative
  ?item wdt:P39 ?position .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" . }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v2("?position"):::projected c5(["bd:serviceParam"]):::iri c7(["#91;AUTO_LANGUAGE#93;,en"]):::literal c2(["wd:Q11631"]):::iri v1 --"wdt:P106"--> c2 bind0[/VALUES ?position/] bind0-->v2 bind00(["wd:Q4416090"]) bind00 --> bind0 bind01(["wd:Q13218630"]) bind01 --> bind0 v1 --"wdt:P39"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end