query-030580230e96e1a1d2a0670fc3cea174
Tous les écrivain.es/dramaturges, parlant/écrivant anglais, né.es au Québec
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 ?item2 ?item2Label WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
{?item2 wdt:P106 wd:Q36180.} UNION {?item2 wdt:P106 wd:Q214917.} # ecrivain ou dramaturge
?item2 wdt:P1412 wd:Q1860. # parlant anglais
?item2 wdt:P19/wdt:P131* wd:Q176. #né au Québec
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item2"):::projected
a1((" "))
c2(["bd:serviceParam"]):::iri
c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c7(["wd:Q214917"]):::iri
c9(["wd:Q1860"]):::iri
c12(["wd:Q176"]):::iri
c6(["wd:Q36180"]):::iri
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P106"--> c7
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P106"--> c6
end
union0r <== or ==> union0l
end
v1 --"wdt:P1412"--> c9
v1 --"wdt:P19"--> a1
a1 --"wdt:P131"--> c12