query-a099f64539eda68e68efa8172d13d9bf
Propertiesoccupation (P106)sex or gender (P21)residence (P551)
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 ?person ?personLabel
WHERE
{
?person wdt:P106 wd:Q39631.
?person wdt:P21 wd:Q6581072.
?person wdt:P551 wd:Q779.
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("?person"):::projected
c8(["bd:serviceParam"]):::iri
c2(["wd:Q39631"]):::iri
c6(["wd:Q779"]):::iri
c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c4(["wd:Q6581072"]):::iri
v1 --"wdt:P106"--> c2
v1 --"wdt:P21"--> c4
v1 --"wdt:P551"--> c6
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end