query-95ca36494f7f2219d7007412d664182c
: Voilà la requête répondant à la demande
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT * WHERE {
?q wdt:P31 wd:Q484170 .
MINUS { ?q wdt:P131 ?dpt . ?dpt wdt:P31 wd:Q6465 . }
MINUS { ?q wdt:P131 ?dpt . ?dpt wdt:P31 wd:Q202216 . }
}
Query found at
- https://www.wikidata.org/w/index.php?title=Topic:W971jvwut43n4tls&topic_showPostId=w983z668k0vfgsaq#flow-post-w983z668k0vfgsaq
- https://www.wikidata.org/wiki/Topic:W971jvwut43n4tls
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?dpt"):::projected
v1("?q"):::projected
c4(["wd:Q6465"]):::iri
c2(["wd:Q484170"]):::iri
c5(["wd:Q202216"]):::iri
v1 --"wdt:P31"--> c2
subgraph minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
v1 --"wdt:P131"--> v2
v2 --"wdt:P31"--> c4
end
subgraph minus1["MINUS"]
style minus1 stroke-width:6px,fill:pink,stroke:red;
v1 --"wdt:P131"--> v2
v2 --"wdt:P31"--> c5
end