Gunnar Aastrand Grimnes
Gunnar Aastrand Grimnes
Hey! and thanks for playing with cgajs! Yeah - the rotation is certainly annoying. It is however on purpose, since this is what the CGA reference dictates. Rotation by default...
He already has a namespace managed no? He wants the method that does the opposite of `namespacemanager.qname`?
nice to have, but not a blocker for a bug-fixing-4.2 release. Moved to 5.0
Maybe generate a new BNode for the new graph?
I've semi-fixed this in the last two commits. If you work with the ConjunctiveGraph class directly: ``` python g = ConjunctiveGraph() g.get_context('urn:1').add( ( s, p, o ) ) ``` You...
Something else, whatever we decide - the `store.add` method should check the type of the context parameter to make sure it is either Graph/Identifier to make sure we avoid very...
step 1 should be to rebase this on the current master - it has changed a bit since I did this work.
The `NTriplesParser` was (once upon a time), a standalone project, without RDFLib, `NTriples` is the wrapper that makes it fit the RDFLib parser interface. I think I removed it in...
@nicholascar this is another thing I would consider for a 6.0.0 release! I am not sure if the work here even sensible as a starting point any more - but...
I realised due to #679