We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e321738 commit 6ded825Copy full SHA for 6ded825
datasets/1058-bike-racks-in-ltz-area/process.sparql
@@ -27,7 +27,7 @@ WHERE {
27
BIND(xml:path(?node, "@fid") AS ?id)
28
BIND("http://qrowd-project.eu/resource/" AS ?ns)
29
BIND(URI(CONCAT(?ns, ?id)) AS ?bikerack)
30
- BIND(xml:path(?node, "via") AS ?street)
+ BIND(xml:path(?node, "//*[local-name()='via']") AS ?street)
31
BIND(xml:path(?node, "zona") AS ?area)
32
BIND(xml:path(?node, "tipologia") AS ?type)
33
BIND(xml:path(?node, "n_posti") AS ?capacity)
0 commit comments