Niklas Lindström

Results 62 comments of Niklas Lindström

(Just wrote this comment for #51 but @wikier noted it's more appropriate here.) I don't have deep insight into how SparqlWrapper is being used in applications, but I wonder if...

This is a consequence of the problem described in #34 (thus dependent on RDFLib/rdflib#436). If you use code like this it should work: ```python from rdflib import * g =...

@bjonnh: your data seems to be in [RDF/JSON](https://www.w3.org/TR/rdf-json/), which is a different format than JSON-LD (and rdflib-jsonld only supports the latter).

It's actually because these rather outdated documents use the once-suggested `@literal` keyword, which in JSON-LD 1.0 is `@value`. Need to update the documents. (Ideally avoiding duplicating the examples already in...

You are correct that the context class doesn't distinguish properly between internal and external contexts and that it should ignore `@base` in external ones. This is wrong and should be...

@gklyne I have now pushed some fixes and new tests for context handling (mainly 9978eac75 and f8870158). Do you have any opportunity to test your use case using the latest...

If you have the time, that'd be a great way to check the implementation, as well as our comparative understandings and needs. (Most things are governed by the spec, but...

I'm terribly sorry for basically abandoning this project for quite some time! I'm working to allot time to it again, and would love to give access (including to PyPI) to...

This library came about as I reworked an earlier effort on RDF-in-JSON ([Gluon](https://github.com/niklasl/oort/blob/wiki/Gluon.md)) and funneled that into working on JSON-LD 1.0. This then became one of the required independent implementations,...

I pondered the value of a 0.4.1, but as it stands, I'd say there's a bit more than a patch in master, so I'd rather cut a 0.5.0 (since it...