问题
I have problem when i try to import my RDF file
org.eclipse.rdf4j.sail.SailException: Invalid IRI value
as in the image:
https://i.stack.imgur.com/Gcx6L.png
回答1:
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.
回答2:
Always validate your RDF files before loading, eg with Jena riot
来源:https://stackoverflow.com/questions/62230117/error-org-eclipse-rdf4j-sail-sailexception-invalid-iri-value