Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lecoqlibre opened this issue Jan 30, 2024 · 0 comments
Open
Assignees

Comments

@lecoqlibre
Copy link
Member

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.

@RaggedStaff RaggedStaff moved this from Todo to In Progress in Ontology Team Task Board May 31, 2024
@RaggedStaff RaggedStaff moved this from In Progress to Todo in Ontology Team Task Board May 31, 2024
@RaggedStaff RaggedStaff moved this from Todo to In Progress in Ontology Team Task Board Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant