You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because there is no standard way to assign IDs to blank nodes. To ensure that the algorithm always returns the same hash for the same model, these ids shouldn't affect the hash.
Note that the sorted turtle would also work for models without blank nodes, but it is faster to not sort the statements.
A better approach would be to have predictable ids for blank nodes so that the first method can be used for models with blank nodes.
The text was updated successfully, but these errors were encountered:
For now, the hash function works as follow:
This is because there is no standard way to assign IDs to blank nodes. To ensure that the algorithm always returns the same hash for the same model, these ids shouldn't affect the hash.
Note that the sorted turtle would also work for models without blank nodes, but it is faster to not sort the statements.
A better approach would be to have predictable ids for blank nodes so that the first method can be used for models with blank nodes.
The text was updated successfully, but these errors were encountered: