query-9a95fb8bb1cc17f8bf9fd5ba093ef329
People in Yellow vests movementHi, . Perhaps other things. (Q60781646)Yellow Vests movement in France , or (Q58805164)yellow vests movement , or (Q61467105)Gilets jaunes . Some use (P1344)participant in , some are (P135)movement , some are (P463)member of . Some are (Q61467105)Gilets jaunes I search people in I first try :
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 ?iteme ?itemeLabel ?mouvementLabel
WHERE {
?iteme wdt:P31 wd:Q5.
OPTIONAL {
?iteme wdt:P463|wdt:P135|wdt:P1344 wd:Q58805164.
?iteme wdt:P463|wdt:P135|wdt:P1344 ?mouvement.
}
OPTIONAL {
?iteme wdt:P463|wdt:P135|wdt:P1344 wd:Q60781646.
?iteme wdt:P463|wdt:P135|wdt:P1344 ?mouvement.
}
FILTER(BOUND(?mouvement))
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE], fr, en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?iteme"):::projected
v1("?mouvement")
c7(["wd:Q60781646"]):::iri
c9(["bd:serviceParam"]):::iri
c4(["wd:Q58805164"]):::iri
c11(["#91;AUTO_LANGUAGE#93;, fr, en"]):::literal
c2(["wd:Q5"]):::iri
f0[["bound(?mouvement)"]]
f0 --> v1
v2 --"wdt:P31"--> c2
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
subgraph union1[" Union "]
subgraph union1l[" "]
style union1l fill:#abf,stroke-dasharray: 3 3;
v2 -."wdt:P1344".-> c4
end
subgraph union1r[" "]
style union1r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P135"--> c4
end
union1r <== or ==> union1l
end
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P463"--> c4
end
union0r <== or ==> union0l
end
subgraph union2[" Union "]
subgraph union2l[" "]
style union2l fill:#abf,stroke-dasharray: 3 3;
subgraph union3[" Union "]
subgraph union3l[" "]
style union3l fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P1344"--> v1
end
subgraph union3r[" "]
style union3r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P135"--> v1
end
union3r <== or ==> union3l
end
end
subgraph union2r[" "]
style union2r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P463"--> v1
end
union2r <== or ==> union2l
end
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
subgraph union4[" Union "]
subgraph union4l[" "]
style union4l fill:#abf,stroke-dasharray: 3 3;
subgraph union5[" Union "]
subgraph union5l[" "]
style union5l fill:#abf,stroke-dasharray: 3 3;
v2 -."wdt:P1344".-> c7
end
subgraph union5r[" "]
style union5r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P135"--> c7
end
union5r <== or ==> union5l
end
end
subgraph union4r[" "]
style union4r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P463"--> c7
end
union4r <== or ==> union4l
end
subgraph union6[" Union "]
subgraph union6l[" "]
style union6l fill:#abf,stroke-dasharray: 3 3;
subgraph union7[" Union "]
subgraph union7l[" "]
style union7l fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P1344"--> v1
end
subgraph union7r[" "]
style union7r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P135"--> v1
end
union7r <== or ==> union7l
end
end
subgraph union6r[" "]
style union6r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P463"--> v1
end
union6r <== or ==> union6l
end
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c11
end