query-de20460fd6ecf323a6f2296bd035b1b5
AIDS Walks in Las Vegas, Nevada
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 ?itemDescription (YEAR(?pointInTime) AS ?year)
WHERE
{
{
?item wdt:P5008 wd:Q100202113 .
?item wdt:P31 wd:Q4651890 .
?item wdt:P585 ?pointInTime .
}SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}ORDER BY ASC (?year)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?item"):::projected
v3("?pointInTime"):::projected
v4("?year")
c7(["bd:serviceParam"]):::iri
c4(["wd:Q4651890"]):::iri
c9(["en"]):::literal
c2(["wd:Q100202113"]):::iri
v2 --"wdt:P5008"--> c2
v2 --"wdt:P31"--> c4
v2 --"wdt:P585"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end
bind0[/"year-from-dateTime(?pointInTime)"/]
v3 --o bind0
bind0 --as--o v4