On 15/03/2021 10:22, Mikael Pesonen wrote:
Sorry how do I get riot? It's not in Jena/Fuseki bin folder.
Download the apache-jena
(It's in the combined jars as well:
java -cp whichever-server.jar riotcmd.riot "$*"
)
On 12/03/2021 19.04, Andy Seaborne wrote:
Maybe an unclosed string literal or URI
Run through "riot" and see what the last parsed graph/triple is.
On 12/03/2021 15:17, Mikael Pesonen wrote:
Hi,
I'm trying to import 8G trig file which is dumped from Jena. However
16G of RAM isn't enough so I'm trying to split the trig file and
import in parts. First part is 26000000 lines, but import fails:
ERROR Fuseki :: [line: 26000001, col: 1 ] Out of place: [EOF]
tail of first part is (quotes added)
"<http://data.finlex.fi/eli/sd/2014/610/luku/9/pykala/2/momentti/1/johdanto>
a <http://data.finlex.fi/schema/sfl/Preamble> ;
<http://data.europa.eu/eli/ontology#has_member>
<http://data.finlex.fi/eli/sd/2014/610/luku/9/pykala/2/momentti/1/johdanto/alkup>
.
"
so it should be ok. What could cause the error? Btw is there a better
way to copy data than using a trig dump file when it's too big for
import?