query-f07c3345c4c8103ed3491798318a9afc

rq turtle/ttl

inventory number (P217),  Science Museum Group ID (P8694),  instance of (P31),  subclass of (P279): Properties You can also run this query, as new items are added and I populate it, it should show a graph of the things we have created 8.

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Graph
SELECT ?item1 ?image ?item1Label ?item2 ?image2 ?item2Label ?edgeLabel ?logo2Label 
WHERE {
   { SELECT ?item1 WHERE {
VALUES ?item1 {wd:Q125808087 wd:Q125807993 wd:Q173056 wd:Q116248865 wd:Q192296 wd:Q674773} #list of things depicted and connected, deities, museums, countries etc
} }
   {SELECT (?item1 AS ?item2) WHERE { { SELECT ?item1 WHERE {
VALUES ?item1 {wd:Q125808087 wd:Q125807993 wd:Q173056 wd:Q116248865 wd:Q192296 wd:Q674773} #list of things depicted and connected, deities, museums, countries etc
} }} }?item1 ?prop ?item2.
?edge ?dummy ?prop ; rdf:type wikibase:Property
OPTIONAL {?item1 wdt:P18 ?image}
OPTIONAL {?item2 wdt:P18 ?image2}
OPTIONAL {?item2 wdt:P154 ?logo2} 
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; v5("?dummy") v4("?edge") v6("?image"):::projected v7("?image2"):::projected v2("?item1"):::projected v2("?item2"):::projected v8("?logo2") v3("?prop") c6(["bd:serviceParam"]):::iri c2(["wikibase:Property"]):::iri c8(["en"]):::literal bind0[/VALUES ?item1/] bind0-->v2 bind00(["wd:Q125808087"]) bind00 --> bind0 bind01(["wd:Q125807993"]) bind01 --> bind0 bind02(["wd:Q173056"]) bind02 --> bind0 bind03(["wd:Q116248865"]) bind03 --> bind0 bind04(["wd:Q192296"]) bind04 --> bind0 bind05(["wd:Q674773"]) bind05 --> bind0 bind1[/VALUES ?item1/] bind1-->v2 bind10(["wd:Q125808087"]) bind10 --> bind1 bind11(["wd:Q125807993"]) bind11 --> bind1 bind12(["wd:Q173056"]) bind12 --> bind1 bind13(["wd:Q116248865"]) bind13 --> bind1 bind14(["wd:Q192296"]) bind14 --> bind1 bind15(["wd:Q674773"]) bind15 --> bind1 bind2[/"?item1"/] v2 --o bind2 bind2 --as--o v2 v2 -->v3--> v2 v4 -->v5--> v3 v4 --"a"--> c2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P18".-> v6 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P18".-> v7 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P154".-> v8 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end