Skip to content

BONSAI Sparql Endpoint - missing PREFIX #20

@Giterborista

Description

@Giterborista

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions