query-0e37f63e217cbca5d852ef3b9271e4c7
The above counts some 80,000,000 triples. These are part of the sitelink mapping on items. Sample:
Use at
- https://query.wikidata.org/sparql
SELECT * { <https://en.wikipedia.org/wiki/Wikidata> ?a ?b }
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?a"):::projected
v2("?b"):::projected
c1([https://en.wikipedia.org/wiki/Wikidata]):::iri
c1 -->v1--> v2