Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The #getTriples(UriRef) method checks the parsed UriRef for the
{union-graph}name in the if() for the MGrpahs. Because of that a NoSuchEntityException is issues by calls to the #getMGraph(UriRef) method with the
{union-grpah} URI.Expected would be that the Graph instance for the {union-grpah}
is returned.
Thanks to florent andré for reporting [1]