Closed elrayle closed 5 years ago
This makes graph service stateless. A graph can be passed to any of the methods. It does not matter if the RDF::Graph was created by this service or by some other means.
The failure to filter out blank nodes actually is a bug. Fixed in PR #190 which also adds a test that would have revealed the bug.
This makes graph service stateless. A graph can be passed to any of the methods. It does not matter if the RDF::Graph was created by this service or by some other means.