query-a1f7dad9b16fa29ed9f4ff4b5d254388
Election years.) This makes it easier to distinguish such elections from regularly scheduled elections. (Q26252880)United States general election is a subclass of (Q7078911)off-year election claims. ((Q26252880)United States general election (P31)instance of and removed their s(Q7078911)off-year election I've done some work on election years. I focused only on elections since the passing of the 17th Amendment. Firstly, I labeled all claims to be the election day rather than the election year. (P585)point in time entities. I also changed all their (Q26252880)United States general election Then I standardized the labels for
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 ?item ?itemLabel WHERE {
?item wdt:P31 wd:Q26252880.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
c4(["bd:serviceParam"]):::iri
c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c2(["wd:Q26252880"]):::iri
v1 --"wdt:P31"--> c2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c4 --"wikibase:language"--> c6
end