ANN: RDF::Query::Client 0.02
Kjetil Kjernsmo
kjetil at kjernsmo.net
Sun Nov 15 17:31:31 CET 2009
On Saturday 14. November 2009 15:29:22 Darren Chamberlain wrote:
> Though I have no immediate need for it, I'd really like to see a DBD
> wrapper for this:
>
Yeah, that'd be interesting! An interesting property of RDF::Query::Client
is that it returns a RDF::Trine::Iterator, which can be used on both
triples and binded variables, as far as I can see.
Obviously, you can return triples through a DBD driver too, just a call the
columns subject, predicate and object. This would then require post-
processing to make a lot of sense in an RDF infrastructure.
So I'm just wondering: If you had a DBD::sparql, would you use it only with
SELECT queries, and RDF::Query::Client on other queries, or would you find
it best to have a DBD-driver for all queries?
Cheers,
Kjetil
--
Kjetil Kjernsmo
kjetil at kjernsmo.net
http://www.kjetil.kjernsmo.net/
More information about the Dev
mailing list