pySHACL v0.9.6 Release Notes

Release Date: 2018-11-18 // over 5 years ago
  • โž• Added

    • CLI tool got two new options, --shacl_file_format (-sf) and --data_file_format (-df), for when the auto file format detection doesn't work for you. ### ๐Ÿ”„ Changed
    • The validate entrypoint, renamed target_graph to data_graph, and target_graph_format to data_graph_format
      • Updated example files to match
    • ๐Ÿ›  Fixed a bug in sh:closed rule. It was incorrectly checking the rule against the shacl shapes graph, instead of the target graph