serving linked data
Kjetil Kjernsmo
kjetil at kjernsmo.net
Sat Dec 5 23:16:11 CET 2009
On Saturday 5. December 2009 22:56:24 Gregory Williams wrote:
> I've put what I hacked up onto github:
>
> http://github.com/kasei/perlrdf/blob/master/RDF-LinkedData/lib/RDF/Linke
> dData.pm
>
> Some initial thoughts:
>
> - I'm not using DESCRIBE (or RDF::Query at all), but it does a very
> simple bounded description on outgoing links. The bounded description
> stuff is based on unreleased (but in git) RDF::Trine code.
OK, sounds good!
> - The URLs used look like http://example/thing,
> http://example/thing/page, and http://example/thing/data.
OK.
> - I'd be happy for this package to also include a non-mod_perl
> implementation, but I'm mostly interested in mod_perl for now (and so
> would consider changing the name of the module to ::LinkedData::ModPerl
> or something).
OK, yeah, that'd be fine.
>
> I've got a sample server running this code and serving some data.gov
> data here:
>
> http://myrdf.us/datagov/dataset/957/reactor/vermont_yankee
>
> Anyone have thoughts on the path of least resistance for doing the HTML
> generation? Template Toolkit?
RDF::RDFa::Template, surely... Once it is released ;-)
Text at
http://www.kjetil.kjernsmo.net/software/rat/
and current trunk at:
http://svn.kjernsmo.net/RDF-RDFa-Template/trunk/
This is what I work on currently. I just need to grok how to descend into
deep trees with SAX to finish a prototype. I'm going to look into what can
be done with existing toolkits eventually, I just feel like solving one
little problem first.
Cheers,
Kjetil
--
Kjetil Kjernsmo
kjetil at kjernsmo.net
http://www.kjetil.kjernsmo.net/
More information about the Dev
mailing list