query-b19a8749813c075d2cfe6f6c3d853963

rq turtle/ttl

TODO

Use at

PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?p ?o
WHERE {
  SERVICE <https://query.wikidata.org/sparql> {
    wd:Q937 ?p ?o
  }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?o"):::projected v1("?p"):::projected c2(["wd:Q937"]):::iri subgraph s1["https://query.wikidata.org/sparql"] style s1 stroke-width:4px; c2 -->v1--> v2 end