Niklas Lindström
Niklas Lindström
@ashleysommer @hsolbrig Thank you for your willingness to help! I've added you both to the RDFLib organization, which should give you access to these repositories. I also added ashleysommer to...
I just released rdflib-jsonld 0.5.0 from current master. I hope this works out for everyone. If not, @nicholascar may be able to assist, as I have very limited capacity (due...
I'll make some time to sort this out. If we make `rdflib` depend on this package (which I like), we should make `rdflib-jsonld`:s dependency on `rdflib` optional, so that we...
(Btw, I'd like to note that RDFLib/rdflib#436 is al blocker for having proper support for datasets in JSON-LD.)
Could you provide the code call which causes the problem? The following seems to work without this change: ``` python from rdflib import * import sys Graph().parse( "http://www.markus-lanthaler.com/hydra/api-demo/", format='json-ld').serialize( sys.stdout,...
Hi! Picking out resources of a graph is done on line 174, so I'm unsure why it doesn't work in your case. Do you have an example of data which...
Ah, thanks, I can reproduce the problem now. It seems the serializer only works properly with ConjunctiveGraph instances (I did some changes in that area a while ago). I will...
I just released rdflib-jsonld 0.5.0 from current master. I hope that helps sorting this out.
This might be close to what is sought after here: https://cdn.rawgit.com/niklasl/ldtr/v0.2.1/demo/?url=../test/lotr.ttl&edit=true Based on my "LD transcriber" tool: https://github.com/niklasl/ldtr
I second this recommendation, and also recommend to use this quite popular script: https://github.com/xdissent/ievms It downloads these images from MS and sets up VirtualBox from them. (Before the modern.ie project...