Björn Carlsson
Björn Carlsson
I then tried using command line curl like in the sample [here](https://github.com/blazegraph/database/wiki/REST_API#uri-only-value-parameters) Like this: ``` curl -D- -H 'Content-Type: text/turtle' --upload-file Brick-v1.1.0-rc1.ttl -X POST 'http://localhost:80/bigdata/sparql?context-uri=https://brickschema.org' ``` But in that case...
OK, now I'm getting somewhere, I noticed that the upload example used the old bigdata instead of blazegraph in the URL. Changing that made the upload really work. Both with...
[bg.zip](https://github.com/blazegraph/database/files/4337008/bg.zip) Well, I hope I have misunderstood something. But I do get results when I add either using-graph-uri or using-named-graph-uri to the url, but I don't get any result when...
OK, I tried 8 different uploads that all reports: "data modified="19167" suggesting that they all succeed. ``` curl -D- -H 'Content-Type: text/turtle' --upload-file Brick-v1.1.0-rc1.ttl -X POST 'http://localhost:9999/blazegraph/sparql?using-graph-uri=https%3A%2F%2Fbrickschema.org' curl -D- -H...
Still an issue, why was this closed?
I love that this plugin let my containers get an IP over DHCP. But I also experienced this problem. When the docker daemon hangs reboot is also hanging on my...