query-57f376329a520727afc63cfd7c262617
Graph visualisation of semantic relations between entities linked to Plate 0098 tool Wikidata Knowledge GrapherInspired by the
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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX bd: <http://www.bigdata.com/rdf#>
# Graph visualisation of semantic relations between entities linked to Plate 0098 (Q118611263)
# Inspired by the Wikidata Knowledge Grapher tool - https://knowledgegrapher.toolforge.org/
#defaultView:Graph
SELECT ?item1 ?image ?item1Label ?item2 ?image2 ?item2Label ?edgeLabel WHERE {
VALUES ?item1 {wd:Q118611263 wd:Q3161629 wd:Q1526131 wd:Q11060274 wd:Q19652 wd:Q1526131 wd:Q118258724 wd:Q161720 wd:Q324567}
VALUES ?item2 {wd:Q118611263 wd:Q3161629 wd:Q1526131 wd:Q11060274 wd:Q19652 wd:Q1526131 wd:Q118258724 wd:Q161720 wd:Q324567}
?item1 ?prop ?item2.
MINUS { ?item1 wdt:P530 ?item2 }
?edge ?dummy ?prop ; rdf:type wikibase:Property
OPTIONAL {?item1 wdt:P18 ?image}
OPTIONAL {?item2 wdt:P18 ?image2}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_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
v1("?item1"):::projected
v2("?item2"):::projected
v3("?prop")
c6(["bd:serviceParam"]):::iri
c3(["wikibase:Property"]):::iri
c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal
bind0[/VALUES ?item1/]
bind0-->v1
bind00(["wd:Q118611263"])
bind00 --> bind0
bind01(["wd:Q3161629"])
bind01 --> bind0
bind02(["wd:Q1526131"])
bind02 --> bind0
bind03(["wd:Q11060274"])
bind03 --> bind0
bind04(["wd:Q19652"])
bind04 --> bind0
bind05(["wd:Q1526131"])
bind05 --> bind0
bind06(["wd:Q118258724"])
bind06 --> bind0
bind07(["wd:Q161720"])
bind07 --> bind0
bind08(["wd:Q324567"])
bind08 --> bind0
bind1[/VALUES ?item2/]
bind1-->v2
bind10(["wd:Q118611263"])
bind10 --> bind1
bind11(["wd:Q3161629"])
bind11 --> bind1
bind12(["wd:Q1526131"])
bind12 --> bind1
bind13(["wd:Q11060274"])
bind13 --> bind1
bind14(["wd:Q19652"])
bind14 --> bind1
bind15(["wd:Q1526131"])
bind15 --> bind1
bind16(["wd:Q118258724"])
bind16 --> bind1
bind17(["wd:Q161720"])
bind17 --> bind1
bind18(["wd:Q324567"])
bind18 --> bind1
v1 -->v3--> v2
subgraph minus2["MINUS"]
style minus2 stroke-width:6px,fill:pink,stroke:red;
v1 --"wdt:P530"--> v2
end
v4 -->v5--> v3
v4 --"a"--> c3
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P18".-> v6
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P18".-> v7
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end