query-908398c4351e88553d101a31aa132ebe

rq turtle/ttl

Singles of performer

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?release WHERE {
  ?item wdt:P31 wd:Q134556 .
  ?item wdt:P175 wd:Q483810 .
  OPTIONAL { ?item wdt:P577 ?release } .
  SERVICE wikibase:label {
    bd:serviceParam wikibase:language "en" .
  }
} ORDER BY ?release ?itemLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?item"):::projected v2("?itemLabel"):::projected v1("?release"):::projected c7(["bd:serviceParam"]):::iri c4(["wd:Q483810"]):::iri c2(["wd:Q134556"]):::iri c9(["en"]):::literal v3 --"wdt:P31"--> c2 v3 --"wdt:P175"--> c4 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v3 -."wdt:P577".-> v1 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end