-
Notifications
You must be signed in to change notification settings - Fork 565
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more tests for graph_diff (#1983)
This is to confirm that `graph_diff` does not work with quads. Other changes: - Added support to `GraphHelper` for collapsing `BNode`s to a specific IRI when converting to triple sets, this is in addition to the current functionality for ignoring BNodes. This makes it possible to more accurately compare Graphs that contain blank nodes. - Added `assert_cgraph_isomorphic` to `GraphHelper`. This method adds some rudimentary support for checking if conjunctive graphs are isomorphic, it will ignore named graphs that have blank nodes as name.
- Loading branch information
Showing
5 changed files
with
488 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.