- From: Hugo Scott <hugo@hugoscott.com>
- Date: Wed, 2 Oct 2019 09:13:33 +0200
- Cc: "schema.org Mailing List" <public-schemaorg@w3.org>
Received on Wednesday, 2 October 2019 07:14:11 UTC
Hi
You can use an array to insert multiple elements :
"funder":
[
{
"@type": "Corporation",
"legalName": "Company 1 Ltd",
"url": "https://company1.com/",
"sameAs": "https://www.wikidata.org/wiki/nnnnnnnnn"
},
{
"@type": "Person",
"name": "A N Other",
"sameAs": "https://www.wikidata.org/wiki/nnnnnnnnn"
},
{
"@type": "Corporation",
"legalName": "Company 2 Ltd",
"url": "https://company2.com/",
"sameAs": "https://www.wikidata.org/wiki/nnnnnnnnn"
}
]
}
Have fun
<https://www.linkedin.com/in/hugo-scott-474019153/> LinkedIn
<https://www.linkedin.com/in/hugo-scott-474019153/> -
<https://www.malt.fr/profile/hugoscott> Malt
<https://www.malt.fr/profile/hugoscott>
On Wed, 2 Oct 2019 at 08:24, Julien Mehl Vettori <
julien.mehlvettori@lillibel.com> wrote:
> I would like to know if the Sponsor and Funder property can be a plural
> so that it become a list list Offers instead of one single Organization
> or Person
>
> Thank you
>
>
>
>
Received on Wednesday, 2 October 2019 07:14:11 UTC