Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/white-gecko/feed-sioc

A transformation of a RSS or Atom feed to SIOC
https://github.com/white-gecko/feed-sioc

Last synced: about 1 month ago
JSON representation

A transformation of a RSS or Atom feed to SIOC

Awesome Lists containing this project

README

        

# feed-sioc
This is an XSLT-Stylesheet for converting an RSS or Atom feed to an RDF graph representing the blog using the [SIOC vocabulary](http://rdfs.org/sioc/spec/) ([SIOC-Project](http://sioc-project.org/))

My current focus is on supporting some more information coming with the RSS-Feeds of a Wordpress export.

## Source
The first version of this stylesheet is taken from http://sw.deri.org/svn/sw/2005/08/sioc/xslt/feed-sioc.xsl

## Related Work
* There is also some XSLT-Stylesheet in the [Virtuoso RDFIzer Mapper Scripts](https://github.com/openlink/Virtuoso-RDFIzer-Mapper-Scripts/blob/master/xslt/feed2sioc.xsl)
* [Reverse engineering documentation of the Wordpress extended RSS (WXR) export format](http://devtidbits.com/2011/03/16/the-wordpress-extended-rss-wxr-exportimport-xml-document-format-decoded-and-explained/)