This tool converts RDF/XML or N3 content into DataRSS feeds as accepted by Yahoo SearchMonkey. The tool can be used to feed GoodRelations-based e-commerce descriptions into the Yahoo family of technology.
Hint: Use the GoodRelations Annotator tool to describe your business.
The RDF2DataRSS tool can also be directly accessed from applications in a REST style by sending an HTTP GET request to the URI
http://www.ebusiness-unibw.org/tools/rdf2datarss/RDF2DataRSSServlet?type=[xml|n3]&uri=
with being the URI of a file to be converted and TYPE the format of the data source (either xml for RDF/XML or n3 for N3 format), e. g.
| for RDF/XML: | http://www.ebusiness-unibw.org/tools/rdf2datarss/RDF2DataRSSServlet?type=xml&uri=http://www.host.com/rdffile.rdf |
| for N3: | http://www.ebusiness-unibw.org/tools/rdf2datarss/RDF2DataRSSServlet?type=n3&uri=http://www.host.com/n3file.n3 |
This returns an XML file containing the RDF content as DataRSS.
Hint: set an additional parameter "save" with the value "0" (i. e. &save=0) if you don't want the output code to be stored on server for research and analyzing purpose.
The source code of this application is available under a LPGL license at http://code.google.com/p/rdf2datarss/.