rvesse commented on issue #1532: URL: https://github.com/apache/jena/issues/1532#issuecomment-1246315816
Jena does not recognise the `.ng` file extension you used. Fuseki backups are written as NQuads files for which the normal extension is `.nq` So either try renaming the backup file appropriately to use this extension, or you can try explicitly stating the RDF serialisation to the loader command. This is usually done via the `--lang` or `--syntax` options (I can't remember which applies to this command off the top of my head, run with `--help` to see the options for the command) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
