query-c033799ec4307fbd0852d57b14c6f7d5
Technical questionI can't understand why the query
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
select ?item {
?item a wikibase:Item .
} limit 10
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
c2(["wikibase:Item"]):::iri
v1 --"a"--> c2