Closed elky87 closed 7 years ago
See code
public void export(RDFHandler handler, Resource... contexts) throws RepositoryException, RDFHandlerException { exportStatements(null, null, null, true, handler); }
This causes quite some problems because when we use export the whole store gets exported.
Hi @elky87, thanks for getting it reported. Also, the includeInferred parameter should be changed to false as per spec.
See code
This causes quite some problems because when we use export the whole store gets exported.