Warning: This tool or project is no longer maintained and kept available only for archival purposes. Since GoodRelations and schema.org have evolved significantly in the past years, the current status available on this page is unlikely to function as expected. We take no responsibility for any damage caused by the use of this outdated work, to the extent legally possible.

Due to a lack of resources, we are unable to provide support for this project outside of consulting projects or sponsored research. Please contact us if you can contribute resources to update and enhance these resources.

RDF2Microdata Converter

by Roberto García, Martin Hepp, and Andreas Radinger

What is it?

This tool converts RDF/XML (in the future also N3) content into Microdata 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 Google.

It is based on the RDF2Microdata converter available from the ReDeFer project.

 

Form-based Web Access

Convert the RDF/XML file available at a given URI to Microdata snippet

Please specify the URI of the RDF/XML file to be converted:

Convert direct RDF/XML content to a Microdata snippet:

Paste a RDF/XML document into the text field below:

 

Web Service

The RDF2Microdata 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/rdf2microdata?rdf=RDFURL

with "RDFURL" being the URI of a RDF/XML file to be converted, e.g.

http://rhizomik.net/redefer-services/rdf2microdata?rdf=http://www.heppnetz.de/semanticweb.rdf

or, better, with the URI properly escaped:

http://rhizomik.net/redefer-services/rdf2microdata?rdf=http%3A%2F%2Fwww.heppnetz.de%2Fsemanticweb.rdf

This directly returns an Microdata snippet, representing the submitted RDF content as a block div elements with visible content. This can be pasted easily in any XHTML document.

 

Distribution

The source code is an XSLT transformation available under a LPGL license from: http://rhizomik.net/redefer-services/xsl/rdf2microdata.xsl.