Skip Menu |

This queue is for tickets about the RDF-Helper CPAN distribution.

Report information
The Basics
Id: 66550
Status: open
Priority: 0/
Queue: RDF-Helper

People
Owner: Nobody in particular
Requestors: mendoza [...] pvv.ntnu.no
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.06
Fixed in: (no value)



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.
Hi Nicomen! fr. 11. mars 2011 08.51.27 skreiv NICOMEN: Show quoted text
> 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
Could you please try the latest dev release (1.99_02) and report if it fixes the problem? If not, a test-case would be appreciated. :-) It has undergone a major refurbishing, but I haven't looked into that particular aspect of it. Kjetil
fr. 11. mars 2011 08.51.27 skreiv NICOMEN: Show quoted text
> 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
I'm pretty sure this is resolved now, so I'm closing. You can always use a RDF::Trine::Store::Redland if you have an existing Redland store, as currently documented. Please let us know if you can't get it working! Kjetil