query-5b464c759e8320103a70b651ba75e9f6
Graph visualization of connections between items on this WikiProject's focus list
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#>
#title: Relationships between items on focus list of WikiProject Soviet Rock
#defaultView:Graph
SELECT ?item1 ?image ?item1Label ?item2 ?image2 ?item2Label ?edgeLabel WHERE {
?item1 wdt:P5008 wd:Q110280278.
?item2 wdt:P5008 wd:Q110280278.
?item1 ?prop ?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]". }
}
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")
c2(["wd:Q110280278"]):::iri
c7(["bd:serviceParam"]):::iri
c4(["wikibase:Property"]):::iri
c9(["#91;AUTO_LANGUAGE#93;"]):::literal
v1 --"wdt:P5008"--> c2
v2 --"wdt:P5008"--> c2
v1 -->v3--> v2
v4 -->v5--> v3
v4 --"a"--> c4
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;
c7 --"wikibase:language"--> c9
end