- From: <mfhepp@gmail.com>
- Date: Sun, 12 Apr 2015 20:39:12 +0200
- To: ☮ elf Pavlik ☮ <perpetual-tripper@wwelves.org>
- Cc: Niklas Lindström <lindstream@gmail.com>, Thad Guidry <thadguidry@gmail.com>, W3C Web Schemas Task Force <public-vocabs@w3.org>
Yes, and the good thing about this link is that you could use properties from the ProductModel to augment the IndividualProduct information. See here for the basic concept: http://wiki.goodrelations-vocabulary.org/Axioms#Product_Models We are missing superproperty of all "inferenceable" product properties in schema.org, since we did not integrate gr:qualitativeProductOrServiceProperty gr:quantitativeProductOrServiceProperty gr:datatypeProductOrServiceProperty into schema.org when integrating GoodRelations (because those are almost never used in mark-up). I will craft and explain a pull request for a respective "product feature" property soon. Martin ----------------------------------- martin hepp http://www.heppnetz.de mhepp@computer.org @mfhepp > On 12 Apr 2015, at 15:56, ☮ elf Pavlik ☮ <perpetual-tripper@wwelves.org> wrote: > > On 04/10/2015 04:47 PM, Niklas Lindström wrote: >> Hi, >> >> You could use sdo:model to link to a sdo:ProductModel, like: >> >> { >> "@id": "https://www.fairphone.com/fairphone", >> "@type": "ProductModel", >> "name": "The Fairphone" >> } >> >> { >> "@id": "https://graph.wwelves.org/704e3a57-c09e-4846-b27a-d31854096572 >> " >> "@type": "IndividualProduct", >> "model": {"@id": "https://www.fairphone.com/fairphone"}, >> "name": "A Fairphone currently used by elf Pavlik", >> "serialNumber": "2092043924022" >> } >> >> Cheers, >> Niklas > Thanks Niklas! > > I will follow your advice and use schema:model and schema:ProductModel :) > >
Received on Sunday, 12 April 2015 18:39:42 UTC