- From: Wallis,Richard <Richard.Wallis@oclc.org>
- Date: Thu, 9 May 2013 09:19:28 +0000
- To: Raj Singh <rsingh@opengeospatial.org>, Dan Brickley <danbri@danbri.org>
- CC: "public-vocabs@w3.org" <public-vocabs@w3.org>
Raj,
The distinction you draw around types ins inside/outside the schema.org
domain is false - another example:
<div itemscope itemtype="http://schema.org/Product"
<http://schema.org/Product%22>>
<link itemprop="additionalType" href="http://schema.org/Book" />
<span itemprop="name">.. A Good Book for Sale ...</span>
Product description:
<span itemprop="description">Š Lots of pages between cardboard covers
...</span>
<div itemprop="offers" itemscope itemtype="http://schema.org/Offer"
<http://schema.org/Offer%22>>
<span itemprop="price">$199.99</span>
<a itemprop="availability" href="http://schema.org/InStock"></a>In
<http://schema.org/InStock%22%3E%3C/a%3EIn> stock
</div>
</div>
BTW all productOntology types are sub-classes of schema:Product.
~Richard.
On 09/05/2013 02:14, "Raj Singh" <rsingh@opengeospatial.org> wrote:
>Ah, OK I get it now. I'd describe additionalType as allowing you to refer
>to 'Things' that aren't schema.org 'Things'. Whereas CreativeWork's
>'about' property allows you to refer to 'Things' that *are* schema.org
>'Things'. I can now see how my category requirement could be expressed
>using additionalType.
>
>I'm not sure if there's general consensus that categorization/tagging is
>properly seen as a typing exercise. Looking forward to comments from the
>group...
>
>---
>Raj
>The OGC: Making location count.
>http://www.opengeospatial.org/ogc/organization/staff/rsingh
>
>
>On May 8, at 8:27 PM, Dan Brickley <danbri@danbri.org> wrote:
>
>> 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 09:28:14 UTC