Skip to content

Loading node array with remote context fails? #7

@vcharpenay

Description

@vcharpenay

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": [
    {},
    {},
    // ...
    {}
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions