Skip to content

support SPARQL 1.1 property paths #30

Open
@christopher-johnson

Description

@christopher-johnson

This would be very useful for what I am trying to do with your awesome product.

Here is the spec. A predicate can be either a URI or a path construct.

I started to implement this here. The Matcher only checks for an asterisk for now.

However, I realized that this is more involved than I had anticipated. A decision tree has to made to route property path type queries to SELECT and normal ones to CONSTRUCT. And if it is a SELECT then an Accept header has to be sent to make sure that the response is N3/turtle.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions