query-ba37046e94cf16a2eeb17521132f4577

rq turtle/ttl

TODO TODO TODO TODO TODO This asks the service to return all sets of all the variables , we can run the query suggested by Bob DuCharme on TwitterAs a concrete example of the form above, TODO TODO TODO TODO TODO TODO TODO TODO TODO TODO TODO TODO TODO TODO TODO TODO TODO TODO TODO

Use at

SELECT * WHERE {
  ?s ?label "The Rolling Stones"@en .
  ?s ?p ?o
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?label"):::projected v4("?o"):::projected v3("?p"):::projected v1("?s"):::projected c1([sThe Rolling Stones^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#langString>"]):::literal v1 -->v2--> c1 v1 -->v3--> v4