query-3aa49e3b29f8ddad205a94f7981dc876
Vocalist and subclasses of vocalist (https://w.wiki/aJi) whose gender is Female SELECT ?musician ?musicianLabel WHERE { SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } ?musician wdt:P106/wdt:P279* wd:Q2643890. ?musician wdt:P21 wd:Q6581072. }
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#>
# Vocalist and subclasses of vocalist (https://w.wiki/aJi) whose gender is Female
SELECT ?musician ?musicianLabel WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
?musician wdt:P106/wdt:P279* wd:Q2643890.
?musician wdt:P21 wd:Q6581072.
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?musician"):::projected
a1((" "))
c2(["bd:serviceParam"]):::iri
c7(["wd:Q2643890"]):::iri
c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c9(["wd:Q6581072"]):::iri
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v1 --"wdt:P106"--> a1
a1 --"wdt:P279"--> c7
v1 --"wdt:P21"--> c9