- From: Kjetil Kjernsmo <kjetil@kjernsmo.net>
- Date: Sun, 22 Jan 2012 00:03:49 +0100
- To: public-lod <public-lod@w3.org>
All, I have published a Perl module called RDF::LinkedData. It is a simple module that can take a triple store as config and if any of the URIs in that triple store is dereferencable on the host it is run on, it will do the 303 dance and conneg to either a /data or /page suffix. Really simple stuff, actually. You can get it from here: https://metacpan.org/release/RDF-LinkedData or preferably use CPAN tools to install it. If installed with RDF::Endpoint, it can also be configured with a SPARQL endpoint for the same data. It has been out there for a while, and I've been running it for months on my Norwegian data site data.lenka.no, e.g. http://data.lenka.no/geo/inndeling/03 is a URI for Oslo. I have not announced it here before, because I'm not quite happy with my code yet, especially the HTML generation. So consider it beta software. It runs pretty fast and stable, though. Last year, it was also included in Debian, and therefore it was released with the latest Ubuntu: http://packages.ubuntu.com/oneiric/librdf-linkeddata-perl So, Ubuntu users can go sudo apt-get install librdf-linkeddata-perl and have it up and running very quickly. That's the main reason why I figured I should announce it here even though I'm not quite happy with it yet. Kjetil
Received on Saturday, 21 January 2012 23:04:18 UTC