Re: Question concerning Audio Books

You can use the http://www.productontology.org extension mechanism for schema.org for that:

See http://www.productontology.org/doc/Audiobook


<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    <title>An offer to sell an Audiobook</title>
</head>
<body>
<div itemscope itemtype="http://schema.org/Product" itemid="#product">
    <link itemprop="additionalType" href="http://www.productontology.org/id/Audiobook" />
    <span itemprop="name">.. a short name for the object ...</span>
    Product description: 
    <span itemprop="description">... a longer description ...</span>
    <div itemprop="offers" itemscope itemtype="http://schema.org/Offer" itemid="#offer">
        <span itemprop="price">$19.99</span> 
        <a itemprop="availability" href="http://schema.org/InStock"></a>In stock
    </div>
</div>
</body>
</html>


On Nov 6, 2012, at 7:36 PM, Christopher Bright wrote:

> Hello, I am writing to ask if any of the current schemas support things such as audio books?
> 
> I am not sure if audio books count under the claim of Books, Music Recordings, etc, or if they are in need of their own, currently non-existing schema.
> 
> 
> Any help on the matter would be appreciated.
> 
> 
> Thank you.
> 
> 
> Christopher Bright

--------------------------------------------------------
martin hepp
e-business & web science research group
universitaet der bundeswehr muenchen

e-mail:  hepp@ebusiness-unibw.org
phone:   +49-(0)89-6004-4217
fax:     +49-(0)89-6004-4620
www:     http://www.unibw.de/ebusiness/ (group)
         http://www.heppnetz.de/ (personal)
skype:   mfhepp 
twitter: mfhepp

Check out GoodRelations for E-Commerce on the Web of Linked Data!
=================================================================
* Project Main Page: http://purl.org/goodrelations/

Received on Tuesday, 6 November 2012 23:16:03 UTC