Hi everyone,
I need to load very large ontology represented as N-triples file(1gb) to the openrdf Sesame application. I'm using the workbench interface to do that. I know that this file is too big to be loaded in one request. To get around that, I splitted my files in files of size 100mb. But I still get a error form the openrdf Sesame server :
HTTP ERROR 500
Problem accessing /openrdf-workbench/repositories/business/add. Reason:
Unbuffered entity enclosing request can not be repeated.
Caused by:
org.apache.commons.httpclient.ProtocolException: Unbuffered entity enclosing request can not be repeated.
at org.apache.commons.httpclient.methods.EntityEnclosingMethod.writeRequestBody(EntityEnclosingMethod.java:487)
Has anyone a good knowledge of openrdf Sesame or other ontology manager that I could use for my task ?
Thanks a lot for your input
K.