I have problem when i try to import my RDF file
org.eclipse.rdf4j.sail.SailException: Invalid IRI value
as in the image:
I have problem when i try to import my RDF file
org.eclipse.rdf4j.sail.SailException: Invalid IRI value
as in the image:
It seems that you have error in the turtle file. One possible workaround is to disable the stop on error when uploading the file - http://graphdb.ontotext.com/documentation/enterprise/loading-data-using-the-workbench.html#import-settings which will upload try to upload all valid triples and skip all errors.
Always validate your RDF files before loading, eg with Jena riot