Markus Lanthaler

Results 107 comments of Markus Lanthaler

Yes, but probably not anytime soon as I don't have the necessary time. Shouldn't be too difficult to implement though if you want to give it a shot.

Yeah, framing was never completed so the various implementations differ. Mine allows you to "filter" data whereas the Digital Bazaar's implementation does things slightly differently. What behavior would you expect?...

Yes, such helper methods (and a PR) would certainly be welcome. I’m a bit on the fence about hasProperty as checking for null is more or less the same as...

Yeah, that’s definitely planned. I’m just not 100% sure yet how to approach it. My current thinking is that the context should be managed via the Document the Node is...

> I'm not too intimate with the code here yet so forgive me if I'm > wrong, but I think the context could be managed by the Document, but >...

The alternative is to just combine the two contexts into one. Perhaps I have different use cases in mind than you have. How do you (intend to) use the Document/Node-based...

First of all, sorry for the delay. The JSON-LD API specification requires to check the media types (http://www.w3.org/TR/json-ld-api/#widl-JsonLdProcessor-compact-Promise-any-input-JsonLdContext-context-JsonLdOptions-options) so we can’t simply ignore them by default as that would mean...

Merging graphs, currently doesn't work as blank nodes aren't relabeled properly. There's a bigger problem with the current implementation as nodes are generated at the graph level instead of the...

This stems from compatibility with the JSON-LD spec. Such blank node IDs need to be generated for other methods which are reused internally by this function.