query-84b0908076dff3face1afd667a0d1988
Propertiesoccupation (P106)sex or gender (P21)country of citizenship (P27)
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 ?auteur_de_bande_dessin_e ?auteur_de_bande_dessin_eLabel WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
?auteur_de_bande_dessin_e wdt:P106 wd:Q715301.
?auteur_de_bande_dessin_e wdt:P21 wd:Q6581072.
OPTIONAL { }
?auteur_de_bande_dessin_e wdt:P27 wd:Q142.
}
LIMIT 10000
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?auteur_de_bande_dessin_e"):::projected
c2(["bd:serviceParam"]):::iri
c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c8(["wd:Q6581072"]):::iri
c6(["wd:Q715301"]):::iri
c10(["wd:Q142"]):::iri
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v1 --"wdt:P106"--> c6
v1 --"wdt:P21"--> c8
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
end
v1 -."wdt:P27".-> c10