query-81f30319a0f57a4a268e029f41cfb26a

rq turtle/ttl

TODO

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?work ?workLabel ?predicate ?value

WHERE { 
  VALUES ?work {wd:Q115608572}
  OPTIONAL {?work ?predicate ?value.}
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } 
  }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?predicate"):::projected v3("?value"):::projected v1("?work"):::projected c2(["bd:serviceParam"]):::iri c4(["en"]):::literal bind0[/VALUES ?work/] bind0-->v1 bind00(["wd:Q115608572"]) bind00 --> bind0 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -->v2--> v3 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 -."wikibase:language".-> c4 end