Thank you Brad! Helps a lot!
Hi there, I'm trying to load rdf data in json format into Sparql using BlazeGraph's REST API. Now I keep getting error like that $ curl -X POST http://localhost:9999/bigdata/sparql --data-urlencode 'update=DROP ALL; LOAD <file:///path_to_json_file/dump.json>;' java.util.concurrent.ExecutionException: org.openrdf.rio.RDFParseException: Found unexpected object in top level type field Those json files are exported via MediaWiki's script, like: {"type":"item","id":"xx","labels":{"en":{"language":"en","value":"blahblah"}},"descriptions":{},"aliases":{},"claims":{},"sitelinks":{}},...