query-5e1656ac940f9a618a7ddd6b290939fe

rq turtle/ttl

TODO

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT * WHERE {
  ?item wdt:P856 <https://www.google.com> .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected c2([https://www.google.com]):::iri v1 --"wdt:P856"--> c2