query-14bd1691aab2a6feb0d7d138519ab597
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX geo: <http://www.opengis.net/ont/geosparql#>
#defaultView:Map
SELECT * {BIND (STRDT("Point(-0.001475 51.4778111)", geo:wktLiteral) AS ?point)}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?point"):::projected
bind0[/"STRDT('Point(-0.001475 51.4778111)','geo:wktLiteral')"/]
bind0 --as--o v1