query-73466cac2b7b20928ab29c7bcfe5b608
Linie zeichnen
Use at
- https://query.wikidata.org/sparql
PREFIX geo: <http://www.opengis.net/ont/geosparql#>
#
#defaultView:Map
SELECT ?line ("9B0058" as ?rgb) WHERE {
BIND(CONCAT('LINESTRING (',
STR("13.3"), ' ', STR("50.4"), ',',
STR("13.8"), ' ', STR("51.3"), ')') AS ?str) .
BIND(STRDT(?str, geo:wktLiteral) AS ?line)
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?line"):::projected
v3("?rgb")
v1("?str")
bind0[/"concat('LINESTRING (',str('13.3'),' ',str('50.4'),',',str('13.8'),' ',str('51.3'),')')"/]
bind0 --as--o v1
bind1[/"STRDT(?str,'geo:wktLiteral')"/]
v1 --o bind1
bind1 --as--o v2
bind2[/"'9B0058'"/]
bind2 --as--o v3