samvera / questioning_authority

Question your authorities
Other
54 stars 30 forks source link

Convert GraphService to all class methods #188

Closed elrayle closed 5 years ago

elrayle commented 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.

elrayle commented 5 years ago

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.