query-6d8ebd677ecdc9f86ad4d42d962a89c3
Image grid of models of personal computer with InternetArchiveIDs
Use at
- https://query.wikidata.org/sparql
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:Q17444171.
?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:Q17444171"]):::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