Skip to content

VocBench export JSON-LD file contains an array instead of an object #33

Description

@lecoqlibre

VocBench JSON-LD file export contains:

[
  {
    "@graph": []
  }
]

But should ideally be:

{
  "@graph": []
}

Some libraries don't support parsing arrays of graph(s) like seen in this issue: datafoodconsortium/connector-php#1.

As this is a valid JSON-LD file, I assume it's up to the library to support that.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions