query-cf14e3f30509456d70daa8d7228d9377

rq turtle/ttl

TODO

Use at

PREFIX schema: <http://schema.org/>
SELECT ?id WHERE {
  ?article schema:about ?id;
           schema:isPartOf <https://en.wikipedia.org/>;
           schema:name "Cambridge"@en .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?article") v2("?id"):::projected c3([https://en.wikipedia.org/]):::iri c5([sCambridge^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#langString>"]):::literal v1 --"schema:about"--> v2 v1 --"schema:isPartOf"--> c3 v1 --"schema:name"--> c5