Hi I am trying to load a large (500Mb) file of n-quads into an instance of Fuseki. The command I am using is
s-put http://localhost:3030/dataset/data hgnc ~/Desktop/hgnc.nq This fails with the following error: 400 Unknown: text/n-quads;charset=ascii I'm assuming the 400 here is the HTTP status code for "bad request". I get the same error whether I use a memory-backed or TDB-backed Fuseki instance. I've tried a concatenated version of the file in question and I get the same behaviour. The file in question is the uncompressed version of http://download.bio2rdf.org/data/hgnc/hgnc.nq.gz Another file, in n3 format, gives a very similar error. I'm sure there's something simple I'm missing, and I'd be grateful for any pointers. Regards Glenn.
