Tomasz Pluskiewicz

Results 430 comments of Tomasz Pluskiewicz

Thank you @sorvell for the example. Definitely, there needs to be a simpler way. I will formulate something under that issue

On second thought, this could also be disambiguated based on class hierarchy. `Collection` is a specialisation of `Resource`, so maybe it is only logical that conflicting operations would be resolved...

This is still relevant with kopflos' resource shapes

I need to investigate. I assumed that it was something related to child processes but I must have been wrong. So far I only have example too complex to be...

Upon further investigation, maybe it is related to this trick you shared which prevents a rule from executing multiple times (to avoid side effects) ```turtle # ... match ?req ......

I also find something else. In my specific example, I iterate over a paged hydra collection (a HTTP API). Each response includes a `hydra:next` link. Until the last page, that...

Yea, that's the hard part. For now I could share the failing example if you are willing to run JS :)

I could try but TBH, python 2 is already giving me a headache on mac and jen3 is only available as source?

I do notice with `eye --debug` that the console is flooded with lines similar to ``` ... eam/1 assert step ''('',(''('',''),''('',literal('Magirus-Deutz 260 T 117 Luxus-Fern-Reisebus',type(''))))) ```

I haven't had the chance to try other engines but this backward rules was effective in instructing eye to skip over the `sem:quotedGraph` triples ```turtle { ?x sem:quotedGraph ?y }