- From: Wes Turner <wes.turner@gmail.com>
- Date: Tue, 23 Jul 2013 16:45:56 -0500
- Cc: "public-vocabs@w3.org" <public-vocabs@w3.org>
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.
Received on Tuesday, 23 July 2013 21:46:23 UTC