query-ebd81d3e6cc64fba6bab99440bb06f4b

rq turtle/ttl

Update: 2024-10-04, 11:56 (UTC) , log in, and run a query such as: WCQS In order to find usage, visit

Use at

PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?s ?p WHERE { ?s ?p wd:Q42 }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?p"):::projected v1("?s"):::projected c1(["wd:Q42"]):::iri v1 -->v2--> c1