SPARQL Update
Toby A Inkster
mail at tobyinkster.co.uk
Sun Feb 8 14:38:13 CET 2009
I've written a little wrapper around RDF::Redland to allow support
for SPARQL Update (aka SPARUL). This allows scripts like:
PREFIX dc: <http://purl.org/dc/terms/>
PREFIX ex: <http://example.com/terms#>
LOAD <http://example.net/some.rdf>
INSERT { ?thing ex:comment "This thing has a title." }
WHERE { ?thing dc:title ?title }
If any of you have a few free moments, I'd appreciate it if you could
have a play with it and see if you can find any major problems with
it. If people seem to like it, it will go on CPAN.
http://buzzword.org.uk/2009/RDF-SPARUL-Redland-0.01.tar.gz
--
Toby A Inkster
<mailto:mail at tobyinkster.co.uk>
<http://tobyinkster.co.uk>
More information about the Dev
mailing list