Perl and AllegroGraph (was: Re: Hacking RDF with Perl hackathon cancelled)

Toby Inkster mail at tobyinkster.co.uk
Fri Apr 23 12:42:00 CEST 2010


> I think the blueprint would be something we should have fleshed out F2F,
> so it is a pity it didn't happen.

Hopefully at some future date...

> Thus, there is potential for a lot of common code for working with RDF
> over HTTP, so this is probably something that should be slightly
> coordinated.

There already exists RDF::Trine::Store::SPARQL which can be used to work
with any store that exposes a SPARQL Protocol endpoint, albeit read-only.
Hopefully as SPARQL Update approaches standardisation, it will become
read-write, or acquire a read-write sister module.

One store I keep meaning to write is RDF::Trine::Store::JenaSDB to allow
Trine to use the SQL database stores created by Jena. SDB's data layout is
not a million miles away from how Trine's DBI store already works.

-Toby


More information about the Dev mailing list