- From: Martin Hepp <martin.hepp@ebusiness-unibw.org>
- Date: Thu, 29 Nov 2012 22:55:46 +0100
- To: Robert Schroeder <bobsc@charter.net>
- Cc: <public-vocabs@w3.org>
Dear Robert:
> Martin – when can we expect the “next service release”?
With luck before the seasons break. Otherwise shortly thereafter.
> Also, can the PRICE property contain a currency symbol?
> <span
The recommended pattern for price modeling is now the more granular priceSpecification property with a http://schema.org/UnitPriceSpecification node:
<div itemscope itemtype="http://schema.org/Offer" itemid="#offer_data">
<span property="name">ACME Colorvision 123</span>
Price: <div itemprop="priceSpecification" itemscope
itemtype="http://schema.org/UnitPriceSpecification">$
<span itemprop="price">9.90</span>
<meta itemprop="priceCurrency" content="USD">
<time itemprop="validThrough" datetime="2012-12-31T23:59:59Z"></time>
</div>
</div>
The original price property attached to the offer directly may still be used for simpler cases.
Martin
On Nov 29, 2012, at 3:37 PM, Robert Schroeder wrote:
> Martin – when can we expect the “next service release”?
> Also, can the PRICE property contain a currency symbol?
> <span
>
>
> itemprop="price">3.99</span> OR <span itemprop="price">$3.99</span>
--------------------------------------------------------
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 Friday, 30 November 2012 00:05:21 UTC