query-5dbb51fd019a9eb277d1a74f9436e257
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
select * { wd:Q21865369 schema:version ?v . }
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?v"):::projected
c1(["wd:Q21865369"]):::iri
c1 --"schema:version"--> v1