Skip to content

Commit 6ded825

Browse files
committed
added example workaround
1 parent e321738 commit 6ded825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datasets/1058-bike-racks-in-ltz-area/process.sparql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ WHERE {
2727
BIND(xml:path(?node, "@fid") AS ?id)
2828
BIND("http://qrowd-project.eu/resource/" AS ?ns)
2929
BIND(URI(CONCAT(?ns, ?id)) AS ?bikerack)
30-
BIND(xml:path(?node, "via") AS ?street)
30+
BIND(xml:path(?node, "//*[local-name()='via']") AS ?street)
3131
BIND(xml:path(?node, "zona") AS ?area)
3232
BIND(xml:path(?node, "tipologia") AS ?type)
3333
BIND(xml:path(?node, "n_posti") AS ?capacity)

0 commit comments

Comments
 (0)