query-bc9c99521549293cd4bf50afc4f1fceb

rq turtle/ttl

Image grid of video game consoles with InternetArchiveIDs

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#>
#defaultView:ImageGrid
SELECT DISTINCT ?comp ?compLabel ?archiveidLabel ?image WHERE {
  ?comp (wdt:P31/wdt:P279*) wd:Q8076.
  ?comp wdt:P724 ?archiveid.
  OPTIONAL { ?comp wdt:P18 ?image. }
  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("?archiveid") v1("?comp"):::projected v3("?image"):::projected a1((" ")) c7(["bd:serviceParam"]):::iri c3(["wd:Q8076"]):::iri c9(["en"]):::literal v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 v1 --"wdt:P724"--> v2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v3 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end