Gunnar Aastrand Grimnes
Gunnar Aastrand Grimnes
Currently it's ad-hoc and messy, and makes some thing impossible to implement.
These (suddenly) have significant whitespace: http://stackoverflow.com/questions/4205442/peg-for-python-style-indentation
A combination of this: https://github.com/RDFLib/rdflib/blob/master/rdflib/graph.py#L1356 and this: https://github.com/RDFLib/rdflib/blob/master/rdflib/graph.py#L1628-L1630 means you can pass an existing graph into the dataset. This will then be added directly. But there is no guarantee this...
This is a very much incomplete branch for reworking the interface between graphs and parsers. By introducing a new `Sink` object, and it becomes possible to write streaming RDF processors...
This was removed in 5.0.0 (see https://github.com/RDFLib/rdflib/pull/744), but it may be useful for people wanting backwards compatibility, or who relied on particular SPARQLWrapper features. In retrospect, this code should always...
I flipped some objects with `Edit->Flip Horizonal/Vertical` (or hitting v or h) After running the plugin, the source is still left with: `transform="scale(-1,1)"` Maybe this is the desired behaviour, it...
maintainers
I believe rdflib-json is essentially maintaner free at the moment. I have no great interest in json-ld and no time - would anyone who has submitted PRs recently be interested...
I came across something weird with python3 I had one test that needed the functionality of another, i.e. the first modifies the server-state in a way that the second test...