Skip to content

Commit

Permalink
Manually flush RDF parser for t-filesToRdfGraph
Browse files Browse the repository at this point in the history
  • Loading branch information
skodapetr committed Aug 8, 2024
1 parent 57d232b commit b9e254d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ private void loadEntry(FilesDataUnit.Entry entry) throws LpException {
} catch (Exception ex) {
handleLoadingException(entry.getFileName(), ex);
}

// We need to call this manually.
inserter.endRDF();
}

private RDFFormat getFormat(String fileName) throws LpException {
Expand Down

0 comments on commit b9e254d

Please sign in to comment.