|
|
|||||
O'Reilly Labs: RDF For All of Our Books, Plus Bookworm Ebook ReaderThere's more details on the Labs blog, but timed with our Tools of Change for Publishing Conference, we've opened up RDF metadata for all of our books, and have also brought the open source Bookworm ebook reader into O'Reilly Labs. It's a great way to read any of our ebooks (more than 400 are now available as ebook bundles from oreilly.com) online and from a mobile phone: The experimental "O'Reilly Product Metadata Interface" (OPMI) exposes RDF for all of O'Reilly's titles, organized by ISBN. Here's a snippet of the RDF metadata for iPhone: The Missing Manual, 2e from the OPMI at http://opmi.labs.oreilly.com/product/9780596521677:<?xml version="1.0"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <om:Product xmlns:om="http://purl.oreilly.com/ns/meta/" rdf:about="urn:x-domain:oreilly.com:product:9780596521677.BOOK" xmlns:dc="http://purl.org/dc/terms/" xml:lang="en"> <dc:isFormatOf rdf:resource="urn:x-domain:oreilly.com:product:955988693.IP"/> <dc:issued>2008-08-13</dc:issued> <dc:creator> <rdf:Seq rdf:ID="creator"> <rdf:li rdf:resource="urn:x-domain:oreilly.com:agent:pdb:350"/> </rdf:Seq> </dc:creator> <dc:rightsHolder>David Pogue</dc:rightsHolder> <dc:description>The new iPhone 3G is here, and bestselling author David Pogue is back with a thoroughly updated edition of <em>iPhone: The Missing Manual</em>. With its faster downloads, touch-screen iPod, and best-ever mobile Web browser, the new affordable iPhone is packed with possibilities. But without an objective guide like this one, you'll never unlock all it can do for you. Each custom designed page helps you accomplish specific tasks for everything from web browsing, to new apps, to watching videos.</dc:description> <dc:extent>376 pages</dc:extent> <dc:type rdf:resource="http://purl.org/dc/dcmitype/PhysicalObject"/> <dc:format>6 x 9 in</dc:format> ... You can also follow @oreillylabs on twitter. |
|||||
|
|||||
Comments: 6
Don Bailey [10 February 2009 11:29 AM]
This is the first Radar article i have encountered that I can't understand. Too much jargon, not enough English. I've read it several times, still don't know what it is about. @#$%&!!!
Keith Fahlgren [10 February 2009 12:06 PM]
@don bailey:
Here are the definitions of the "Jargon" I saw:
* RDF: A data model for metadata http://en.wikipedia.org/wiki/Resource_Description_Framework
* OPMI: "O'Reilly Product Metadata Interface"
* ISBN: "The International Standard Book Number, or ISBN, is a unique, numeric[1] commercial book identifier" http://en.wikipedia.org/wiki/ISBN
* HTTP: Protocol used under the hood for retrieving resources ("pages") over the web http://en.wikipedia.org/wiki/HTTP
Hope that helps clarify.
Stormy [10 February 2009 03:04 PM]
There's complimentary post on how to use it as a reader here:
http://www.readwriteweb.com/archives/oreilly_now_hosts_bookworm_onl.php
bex [11 February 2009 09:47 PM]
Nice... but I'm highly skeptical that RDF will ever catch on. I'd lay higher odds that Esperanto would make a roaring comeback.
Vasudev Ram [12 February 2009 08:07 AM]
Cool and useful experiment - thanks.
- Vasudev
Keith Fahlgren [12 February 2009 02:06 PM]
@bex: I probably agree with you about the ability of RDF to catch on as a thing per-se, but happily as XML we can just use normal libraries. See O'Reilly Product Metadata Interface (OPMI) Usage At Tweet Length for an example of using the OPMI with very little code.