query-61c8cf9a0bd03af008175a580663bc68
TODO
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 ?revolte ?revolteLabel ?date WHERE {SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } ?revolte (wdt:P31/(wdt:P279*)) wd:Q49773. ?revolte wdt:P585|wdt:P580 ?date. filter (year(?date) in(1788,1789) ).}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?date"):::projected
v2("?revolte"):::projected
a1((" "))
c4(["bd:serviceParam"]):::iri
c9(["wd:Q49773"]):::iri
c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal
list0c2(["1789^^xsd:integer"]):::literal
list0c1(["1788^^xsd:integer"]):::literal
list0c1 --o f0
list0c2 --o f0
f0[[" in "]]
f0 --> v1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c4 --"wikibase:language"--> c6
end
v2 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c9
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P580"--> v1
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P585"--> v1
end
union0r <== or ==> union0l
end