query-fe68815affddb62e0746bda0facf8f1c
Propertiesinstance of (P31)position held (P39)
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 ps: <http://www.wikidata.org/prop/statement/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT
?human ?humanLabel
WHERE {
?human wdt:P31 wd:Q5; #humans
p:P39/ps:P39 wd:Q11699; # who was US VP
p:P39/ps:P39 wd:Q11696; # who was POTUS
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("?human"):::projected
a1((" "))
a2((" "))
c8(["bd:serviceParam"]):::iri
c2(["wd:Q5"]):::iri
c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c5(["wd:Q11699"]):::iri
c6(["wd:Q11696"]):::iri
v1 --"p:direct/P31"--> c2
v1 --"p:P39"--> a1
a1 --"p:statement/P39"--> c5
v1 --"p:P39"--> a2
a2 --"p:statement/P39"--> c6
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end