query-dfbf0ed1c425004668eaeba668f09408

rq turtle/ttl

TODO

Use at

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