Good afternoon all. I've been trying to import a TTL file into GeoSparql. It's worked fine for smaller datasets, but now they're getting bigger (the production one would be about 900mb) I'm getting an error.
java -jar jena-fuseki-geosparql-3.17.0.jar --convert_geo -rf "nhle_spatial5.ttl" -i Error: Reading RDF - Started - File: nhle_spatial5.ttl, Graph Name: , RDF Format: Turtle/pretty Exception in thread "main" org.apache.jena.sparql.JenaTransactionException: Write transaction - no commit or abort before end() at org.apache.jena.sparql.core.TransactionalLock.error(TransactionalLock.java:179) Might I be correct in thinking it's a size issue? Kind Regards, M
