|
From: Daniel H. <da...@de...> - 2016-04-14 20:24:29
|
Hi, I am trying to load quads into Blazegraph 2.1.0 using the bulk loader. java -cp blazegraph.jar com.bigdata.rdf.store.DataLoader config.properties data.nq The documentation [1] said that I have to set the defaultGraph property when loading quads (because some statements are triples). Thus, I added the line defaultGraph=http://example.org to the properties file. However, it continues producing a context error. I think that I'm not doing this properly. So, how can I specify the defaultGraph? (I first asked in Stackoverflow [2]. I guess that this mailing list has more readers.) [1]: https://wiki.blazegraph.com/wiki/index.php/REST_API#Context_Not_Bound_Error_.28Quads_mode_without_defaultGraph.29 [2]: http://stackoverflow.com/questions/36629199/how-to-load-quads-using-the-bulk-loader Cheers, Daniel |