query-926d6b3689ba3bd27996e15383f15d4b

rq turtle/ttl

Scs "Cambridge"!notThe name of the Wikipedia disambiguation page for Cambridge is ?article

Use at

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

Query found at

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