Tomasz Pluskiewicz

Results 136 comments of Tomasz Pluskiewicz

AHA, got it. Here's what happens. When we pass in parsed quads, they get serialised by the JS in a different order ```turtle { ?type false . { ?object ?title...

So `log:call` is something new added only in 3.10?

> You are right, this is indeed order dependent and we added a `log:call` to impose an order: first call subject, then call object. I am slightly surprised by this....

I now added additional instruction necessary to `serve` using docker-compose @tabatkins

Yes, I do mention that too. I only meant that I usually have only one document to upload at a time

Earlier I had the same problem when I tried using eye from docker when I compiled rules to a PVM. `eye -x` worked fine but the `swipl` itself inside the...

> in order to keep the document in this repository, you'd want some sort of CI step to validate that the OWL file is indeed representing the same information as...

Yes, indeed, my fault it's missing from the readme. Each model needs a JSON-LD `@context`. It's part of JsonLd.Entities and can come from the model's `Context` property or an `IContextProvider`....

> Working now. Thanks! I've taken a to-do note to create a PR for updating the docs. I appreciate all your help and I'm more than happy to contribute some...

A more important feature for me would be support for inline operations. Haven't figured out how to do it yet. I was considering a similar approach that Dan Barua's [Nancy.Hal](https://github.com/danbarua/Nancy.Hal)...