query-7acd73b51d8d549cb2b7b8d10272bf2e

rq turtle/ttl

Video games for the Super Nintendo Entertainment System

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 ?game ?gameLabel ?publication WHERE {
  ?game wdt:P31 wd:Q7889 .
  ?game wdt:P400 wd:Q183259 .
  ?game wdt:P577 ?publication .
  SERVICE wikibase:label {bd:serviceParam wikibase:language "en"}
} ORDER BY ?publication ?gameLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?game"):::projected v2("?gameLabel"):::projected v1("?publication"):::projected c7(["bd:serviceParam"]):::iri c2(["wd:Q7889"]):::iri c4(["wd:Q183259"]):::iri c9(["en"]):::literal v3 --"wdt:P31"--> c2 v3 --"wdt:P400"--> c4 v3 --"wdt:P577"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end