query-3224423230db828d6c90f575d7c5ca07
Propertiesinstance of (P31)sex or gender (P21)occupation (P106)image (P18)date of birth (P569)country of citizenship (P27)continent (P30)
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 DISTINCT ?sängerin ?sängerinLabel ?land ?landLabel ?gebdatum ?image
WHERE {
?sängerin wdt:P31 wd:Q5;
wdt:P21 wd:Q6581072;
wdt:P106 wd:Q177220;
wdt:P18 ?image;
wdt:P569 ?gebdatum;
wdt:P27 ?land.
?land wdt:P30 wd:Q15.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
ORDER BY ASC(?gebdatum)
LIMIT 1000
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?gebdatum"):::projected
v3("?image"):::projected
v4("?land"):::projected
v2("?sängerin"):::projected
c4(["wd:Q6581072"]):::iri
c11(["wd:Q15"]):::iri
c13(["bd:serviceParam"]):::iri
c2(["wd:Q5"]):::iri
c15(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c6(["wd:Q177220"]):::iri
v2 --"wdt:P31"--> c2
v2 --"wdt:P21"--> c4
v2 --"wdt:P106"--> c6
v2 --"wdt:P18"--> v3
v2 --"wdt:P569"--> v1
v2 --"wdt:P27"--> v4
v4 --"wdt:P30"--> c11
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c13 --"wikibase:language"--> c15
end