Class StatementComparator

java.lang.Object
com.complexible.common.rdf.StatementComparator

public class StatementComparator extends Object
Used to serialize trig in a both pretty (all triples in a graph grouped together) and deterministic way. This makes it easier to both determine what changed in RDF and to update only the triples that changed in expected RDF, making tests easier to maintain and PRs easier to review.
  • Field Details

  • Constructor Details

    • StatementComparator

      public StatementComparator()
  • Method Details