Callidon / sparql-engine

🚂 A framework for building SPARQL query engines in Javascript/Typescript
https://callidon.github.io/sparql-engine
MIT License
99 stars 14 forks source link

fix: Property paths' object is using wrong binding #66

Closed sroze closed 3 years ago

sroze commented 3 years ago

~I have added a test for something that should actually be working: I don't know what is the best way of fixing it yet, I'd love to have some guidance if possible.~

Fixes a bug with the property paths.

FYI @Lastshot97 as you contributed the property path engine.

sroze commented 3 years ago

@Callidon I actually found the issue; and fixed in a 2nd commit.

Callidon commented 3 years ago

Hi! Thank you for spotting (and fixing) this bug ^^

I've started the CI for your PR. Once all checks are green, I will merge it 👍

sroze commented 3 years ago

@Callidon it's all green 💚