Subject: | RDF::Helper failing with RDF::Query > 2 |
RDF::Helper fails when trying to use $rdf->query_interface
('RDF::Helper::RDFQuery'); in test t/6_query_result.t
It seems that RDFQuery > 2, expects its store to be a RDF::Trine::Store,
and can't access the store that might have been made by RDF/Helper/
RDFRedland.pm
Not sure how to fix this. By first fixing the selectrow_(arrayref|
hashref) (since the value returned is the literal value and not a node),
I realised the store is not really accessible, ie. set, in a way
accesible for RDF::Query.