Some statements are missing when doing the following:
[
{ "@context": "http://schema.org" },
{ "@context": "http://schema.org" },
// ...
{ "@context": "http://schema.org" }
]
but not in the following form:
{
"@context": "http://schema.org",
"@graph": [
{},
{},
// ...
{}
]
}
Some statements are missing when doing the following:
but not in the following form: