- From: Gregg Kellogg <gregg@kellogg-assoc.com>
- Date: Fri, 6 May 2011 13:33:59 -0400
- To: Frans Knibbe <frans.knibbe@geodan.nl>
- CC: public-lod <public-lod@w3.org>
The Ruby RDF::RDFa serializer [1] allows you to define templates to control the output of the HTML+RDFa generated from an arbitrary RDF graph. I demonstrate this on my rdf portal: [2]. An example serialization of generic content can be seen here [3]. Documentation on the writer is here [4]. Gregg [1] http://rubygems.org/gems/rdf-rdfa [2] http://rdf.greggkellogg.net/distiller [3] http://rdf.greggkellogg.net/distiller?raw=true&fmt=rdfa&in_fmt=rdfa&uri=http://dbpedia.org/page/RDFa [4] http://rdf.greggkellogg.net/yard/file.rdf-rdfa-README.html On May 6, 2011, at 4:02 AM, Frans Knibbe wrote: > Hello, > > I am continuing my efforts with publishing Linked Data. I am trying to > that step by step. I have now managed to publish data in static RDF > files. Also, I have managed to configure my web server to do 303 > redirection, returning either a HTML file or the RDF file, depending on > the client request. I understand that it is good practice to offer a > HTML representation of the data if the client is unable to handle RDF. > > I notice that it would be really helpful if I could automatically > generate HTML files based on the RDF files. That way I can focus on just > keeping the RDF file in good shape. After creating or editing an RDF > file I could run something that makes a HTML representation. > > Is anyone aware of software that can be used to automatically export a > RDF file to a HTML file that looks nice in an internet browser? Or isn't > this a common problem? I have to admit that I might thinking in the > wrong way about this. > > Regards, > Frans > > >
Received on Friday, 6 May 2011 17:34:58 UTC