Re: relating IndividualProduct to Product

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 13:56:31 UTC