Hi everyone,
I have a .owl file that I want to import in Neo4j, I followed the steps to init the Neosemantics plugin it worked, but once I call "n10s.onto.import.fetch" it gives me this error message :
"
Failed to invoke procedure `n10s.onto.import.fetch`: Caused by: java.lang.ClassCastException: class org.eclipse.rdf4j.model.impl.SimpleIRI cannot be cast to class org.eclipse.rdf4j.model.Literal (org.eclipse.rdf4j.model.impl.SimpleIRI and org.eclipse.rdf4j.model.Literal are in unnamed module of loader 'app')
"
Thank you in advance
KL