Good evening everyone,
I am playing around with the BONSAI Sparql Endpoint here: https://odas.aau.dk
For those Sparql that involve (xsd:string(?value) as ?value), and more in general the xsd prefix, the console gives an error.
Taking as example Input flows of an Activity by location at line 5 it is recalled SELECT ?activityType ?flowObject (xsd:string(?value) as ?value) ?unit but the xsd was not declared before.
The issue can be easily solved by adding at the very beginning at line 4: PREFIX xsd: http://www.w3.org/2001/XMLSchema#
Hope to see a bug fix,
thank you for your work,
All the best,
Francesco
Good evening everyone,
I am playing around with the BONSAI Sparql Endpoint here: https://odas.aau.dk
For those Sparql that involve (xsd:string(?value) as ?value), and more in general the xsd prefix, the console gives an error.
Taking as example Input flows of an Activity by location at line 5 it is recalled SELECT ?activityType ?flowObject (xsd:string(?value) as ?value) ?unit but the xsd was not declared before.
The issue can be easily solved by adding at the very beginning at line 4: PREFIX xsd: http://www.w3.org/2001/XMLSchema#
Hope to see a bug fix,
thank you for your work,
All the best,
Francesco