- From: Dan Brickley <danbri@danbri.org>
- Date: Thu, 9 May 2013 01:27:34 +0100
- To: Raj Singh <rsingh@opengeospatial.org>
- Cc: "public-vocabs@w3.org" <public-vocabs@w3.org>
On 9 May 2013 01:15, Raj Singh <rsingh@opengeospatial.org> wrote:
> Could you provide an example of how to use additionalType? It's not clear to me.
http://www.w3.org/wiki/WebSchemas/additionalTypeProposal#Examples
<div itemscope itemtype="http://schema.org/Product">
<link itemprop="additionalType"
href="http://www.productontology.org/id/Fire_extinguisher" />
<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">
<span itemprop="price">$19.99</span>
<a itemprop="availability" href="http://schema.org/InStock"></a>In stock
</div>
</div>
Received on Thursday, 9 May 2013 00:28:04 UTC