Re: category for organizations and products

Thanks for pointing that out, Martin. I can use those properties in the 
work I'm doing with the EC that's moving into the GLD WG soon (including 
Core Business Vocabulary 
(http://joinup.ec.europa.eu/asset/core_business/home)

Phil.

On 09/03/2012 13:02, Martin Hepp wrote:
> Hi Özer,
> you can easily add respective GoodRelations properties to http://schema.org/Organization simply by using their full URIs:
>
>
>      http://purl.org/goodrelations/v1#hasDUNS
>      http://purl.org/goodrelations/v1#hasISICv4
>      http://purl.org/goodrelations/v1#hasNAICS
>
> For category information on products, use
>
>      http://purl.org/goodrelations/v1#category
>
> with http://schema.org/Product.
>
>
> Examples:
>
> a) ISIC etc. for companies:
>
> <div itemscope itemtype="http://schema.org/Organization">
>    <span itemprop="name">ACME Bagel Bakery Ltd.</span>
> Contact Details:
>    DUNS:<span itemprop="http://purl.org/goodrelations/v1#hasDUNS">123456789</span>
>    GLN:<span itemprop="http://purl.org/goodrelations/v1#hasGlobalLocationNumber">1234567890123</span>
>    ISIC:<span itemprop="http://purl.org/goodrelations/v1#hasISICv4">621</span>
>    NAICS:<span itemprop="http://purl.org/goodrelations/v1#hasNAICS">336612</span>
>    Our Tax ID:<span itemprop="http://purl.org/goodrelations/v1#taxID">77123/12345</span>
>    Our VAT ID:<span itemprop="http://purl.org/goodrelations/v1#vatID">DE268 123 456</span>
> </div>
>
> b) Simple category information:
>
> <div itemscope itemtype="http://schema.org/Product" itemid="#product">
>    <span itemprop="name">ACME Foldable Canoe</span>
>    <meta itemprop="http://purl.org/goodrelations/v1#category" content="Outdoors/Boats/Canoes">
> </div>
>
> Best
>
> Martin
>
>
>
> On Mar 9, 2012, at 10:52 AM, Özer Kavak wrote:
>
>> Hi,
>>
>> As a website author, publishing product and organization (local business corporation etc.) "category" are important for me.
>>
>> Do you plan to add a property about ISIC and/or NACE, NAICS code(s) to http://schema.org/Organization? (All companies are officially categorized with NACE codes in Turkey)
>>
>> Some vague but, publishing "category" property for product is also important i think.
>>
>> Best,
>> Ozer Kavak
>
> --------------------------------------------------------
> 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/
>
>
>
>
>

-- 


Phil Archer
W3C eGovernment
http://www.w3.org/egov/

http://philarcher.org
+44 (0)7887 767755
@philarcher1

Received on Friday, 9 March 2012 13:40:51 UTC