Closed fils closed 4 years ago
Apparently the data you try to load contains an invalid URI "N80115c7e6093451a80be8ce53a2abbb4". I would check first where it is a valid RDF dataset.
I thought that too.. but that string is not in my RDF graph anywhere.
Also the string it claims it can not split changes every run..
python loader.py
2020-05-15 09:11:41,825 [INFO] Successfully connected to the graph server
Traceback (most recent call last):
[...]
Exception: Can't split 'N44f091eedab142e7890ea55110d1f77f'
python loader.py
2020-05-15 09:12:42,307 [INFO] Successfully connected to the graph server
Traceback (most recent call last):
[...]
Exception: Can't split 'N08376a48697c48a5bfe6771787502ecb'
each time I run the code it returns a different value.....
Blank nodes were not foreseen, only QNames; and therefore the code for node creation was failing. This is fixed now, in version 0.1.37.
So I fired up Janus graph and attempted to load some RDF data. However, I get an error.
Any guidance or help would be appreciated
The error from the run
from janusgraph
the code
the test nq