Skip to content

GraphDB improvements + More Unit Tests

Cristina Pauna requested to merge feature/graphdb-improvements into main

This MR contains the following improvements to the GraphDB component more unit tests

  • We simplify the deleteClaims method implementation
  • We add a validation of SdClaims, so they follow RDF specification, i.e., <URI, URI, (URI or String)>
  • We use session.readTransaction in queryData method now for more clarity in the code
  • Unit tests implemented for addClaims

Merge request reports