Re: Redefine and reuse?

Thanks for that!

One minor comment: At least in the GoodRelations world, productID is meant as a super-property of GTIN, SKU, etc., so that 

- one has a property for not yet supported types of identifiers (maybe via URN prefixes etc.)
- one has a property for queries (in an RDFS world with a little bit of reasoning) for all available product identifiers.

Also I think we should stress that GTIN13 is actually the 13-digit ISBN.

Best

Martin

On Jul 23, 2013, at 11:45 PM, Wes Turner wrote:

> Need:
> 
> * lookup/index books by a unique (local?) SKU number
> 
> WorldCat
> ----------
> 
> WorldCat OCLC supports RDF as RDF/XML, JSON, Turtle, Triples
> http://redd.it.com/1fm5z3/#cabsejm
> 
> (e.g Harry Potter as Turtle)
> http://www.worldcat.org/oclc/41266045.ttl
> 
> [... semantic web books]
> http://redd.it/1g7ehd/#caj4d3ni
> 
> 
> Schema.org
> ------------
> * http://schema.org/docs/full.html
> * http://schema.rdfs.org/all.ttl
> 
> 
> schema:Thing > schema:CreativeWork > schema:Book
> 
>   /isbn -- string literal. ISBN-(10 &&|| 13 ?) number.
> 
>   [/sku -- string literal. SKU number] -> schema:Product/sku
> 
> schema:Thing > schema:Product
> 
>   /gtin13 -- ISBN-13 / EAN UCC-13 / 0UPC-12
>   /gtin14 -- GTIN-14
>   /gtin8  -- EAN UCC-8
> 
>   /productID -- The product identifier, such as ISBN.
>                 For example: <meta
>                     itemprop='productID'
>                     content='isbn:123-456-789'/>.
> 
>   /sku -- The Stock Keeping Unit (SKU),
>           i.e. a merchant-specific identifier for a product or service,
>           or the product to which the offer refers.
> 
> 
> schema:Thing > schema:Product > schema:IndividualProduct
> 
>    /serialNumber -- The serial number or any alphanumeric identifier
>                     of a particular product.
>                     When attached to an offer, it is a shortcut for
>                     the serial number of the product included in the offer.
> 

--------------------------------------------------------
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 Wednesday, 24 July 2013 07:56:48 UTC