query-3c3b6dcfddb0953faca47fb6ae7d868a
Netzplan mit P3896
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#>
SELECT ?line ?lineLabel ?shape ?rgb
WHERE
{
?line wdt:P31 wd:Q26252263;
wdt:P361 wd:Q637855;
wdt:P3896 ?shape;
wdt:P465 ?rgb.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],de,en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?line"):::projected
v3("?rgb"):::projected
v2("?shape"):::projected
c2(["wd:Q26252263"]):::iri
c8(["bd:serviceParam"]):::iri
c4(["wd:Q637855"]):::iri
c10(["#91;AUTO_LANGUAGE#93;,de,en"]):::literal
v1 --"wdt:P31"--> c2
v1 --"wdt:P361"--> c4
v1 --"wdt:P3896"--> v2
v1 --"wdt:P465"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end