Blazegraph: How to LOAD gzip files?

15 views Asked by At

I need to load gzip-ed Trig files into a Blazegraph instance and the problem is that Blazegraph apparently cannot handle gzip over its REST API.

I tried to load the data via SPARQL with LOAD <file:///path/to/gzip/somerdf.ttl.gzip> INTO GRAPH <https://named.graph> but I get an HTTP 500.

Any ideas?

0

There are 0 answers