Closed kjetilk closed 5 years ago
Are you looking for an equivalent of that get_quads
method to be added to Attean::API::QuadIterator
?
I'll still want to add some tests to this, but I think #128 should provide much better access to this functionality.
I had an quad iterator that I needed to filter for triple patterns, and I ended up pretty much copying https://github.com/kasei/attean/blob/master/lib/AtteanX/Store/Simple.pm#L59 because that seems to be pretty close to what it does.
I figured that should be simpler.