Hello! I work on the Open Library project (http://openlibrary.org) where we've been doing some magic to extract Tables of Contents automagically from OCR/ABBY data as we digitize books. It's getting to the stage where we're almost ready to write ToC data to a ton of our edition records, and we want to make sure this new information is available in our RDF/JSON output.
Here's an example of an edition record:
http://openlibrary.org/books/OL7173600M/The_log_of_a_cowboy
And its corresponding RDF (missing ToC info):
http://openlibrary.org/books/OL7173600M.rdf
You can see the ToC being popped into the JSON here:
http://openlibrary.org/books/OL7173600M.json
Do you know of any other bookish systems showing ToC in their RDF?