query-13383f47b1a683bcf10e986a2d32afd0
Propertiessex or gender (P21)occupation (P106)subclass of (P279)Google Doodle (P4431)
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 ?occLabel ?doodle
WHERE
{
?person wdt:P21 wd:Q6581072.
?person wdt:P106 ?occ.
?occ wdt:P279* wd:Q901.
?person wdt:P4431 ?doodle.
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;
v3("?doodle"):::projected
v2("?occ")
v1("?person"):::projected
c8(["bd:serviceParam"]):::iri
c5(["wd:Q901"]):::iri
c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c2(["wd:Q6581072"]):::iri
v1 --"wdt:P21"--> c2
v1 --"wdt:P106"--> v2
v2 --"wdt:P279"--> c5
v1 --"wdt:P4431"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end