pySHACL v0.12.2 Release Notes

Release Date: 2020-08-12 // over 3 years ago
  • ๐Ÿ›  Fixed

    • In a validation report graph, when FocusNode and ValueNode are the same node, and are a blank node, when they get
      copied into the validation report graph they will have the same bnode id as each other.
    • Optimised the algorithm for copying different kinds of rdf nodes into the validation graph.

    ๐Ÿ”„ Changed

    • When the FocusNode and ValueNode are copied into the validation graph from the data graph, they will try to keep the
      same bnode id they had before, if possible.