query-dfbf0ed1c425004668eaeba668f09408
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX schema: <http://schema.org/>
SELECT ?id WHERE {
<https://en.wikipedia.org/wiki/Cambridge> schema:about ?id.
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?id"):::projected
c1([https://en.wikipedia.org/wiki/Cambridge]):::iri
c1 --"schema:about"--> v1