by Roberto García, Martin Hepp, and Andreas Radinger
This tool converts RDF/XML (in the future also N3) content into RDFa snippets that can be easily pasted into existing XHTML Web pages. This is a very convenient way of providing GoodRelations-based e-commerce descriptions into RDF-aware search engines, namely Yahoo SearchMonkey.
It is based on the RDF2HTML converter available from the ReDeFer project.
The RDF2RDFa tool can also be directly accessed from applications in a REST style by sending an HTTP GET request to the URI
http://rhizomik.net/redefer-services/rdf2rdfa?mode=snippet&rdf=RDFURL
with "RDFURL" being the URI of a RDF/XML file to be converted, e.g.
http://rhizomik.net/redefer-services/rdf2rdfa?mode=snippet&rdf=http://www.heppnetz.de/semanticweb.rdf
or, better, with the URI properly escaped:
http://rhizomik.net/redefer-services/rdf2rdfa?mode=snippet&rdf=http%3A%2F%2Fwww.heppnetz.de%2Fsemanticweb.rdf
This directly returns an RDFa snippet, representing the submitted RDF content as a block div/span elements without visible content. This can be pasted easily before the closing "</body>" element in any XHTML document.
The source code is an XSLT transformation available under a LPGL license from: http://rhizomik.net/redefer-services/xsl/rdf2rdfa.xsl.
For background information, please see our Technical Report:
Hepp, Martin; García, Roberto; Radinger, Andreas: RDF2RDFa: Turning RDF into Snippets for Copy-and-Paste, Technical Report TR-2009-01, 2009.
If you use the tool or script for academic purposes, please cite the technical report or contact one of the authors for the most recent paper.