Skip to content

enhancement: support comments in sparql queries #5

Open
@nvdk

Description

A common thing for larger queries is to comment parts of it using the turtle comment syntax

# some comment here

Currently this will raise a parsing error in the mu-authorization, which is often hard to debug as validating the query via a service as http://sparql.org/query-validator.html will yield that it's valid query.

A way to support this could be just stripping these out with a regex before parsing.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions