Home > Kindle-Clippings-to-RDF

Kindle-Clippings-to-RDF

Kindle-Clippings-to-RDF is a project mainly written in Perl, it's free.

Structure informations from the clippings into RDF/XML - PLEASE NOTE: this is a school project, provided "as-is", I am not familiar with Perl at all.

Kindle Clippings Formatting

The idea is to structure data extracted from Kindle (Amazon) clippings.

Input: light structured data (txt file), Kindle's name (or beginning of URI) Output: RDF quotations. Output is made on stdout, it it possible to redirect standard output to a file with > operator.

How to run: perl kindle2rdf.pl My Clippings.txt It is possible to redirect output to a file with > (example: perl kindle2rdf.pl My Clippings.txt > quotations.xml)

Resource Description:

  • We add a URI defining the position of the quote.
  • Title and author are described using the Dublin Core vocabulary.
  • Informations about the quote itself are represented with a custom vocabulary.
Previous:ACiDS