query-f34d3ce138bf883e0cadd32618e0922b
Sequential queries Subquery form
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?something
with {SELECT ?something where {
. . .
} group by ?something
} as %stuff
. . .
where { include %stuff
SERVICE wikibase:label { bd:serviceParam wikibase:language 'en' }
}
Query found at
- https://www.wikidata.org/wiki/User:Infovarius/Queries
- https://www.wikidata.org/wiki/User:Sturban/sandbox
- https://www.wikidata.org/wiki/User:Tagishsimon