Skip to content

Conflict between @vocab and blank nodes #111

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

Open
joachimvh opened this issue May 30, 2023 · 0 comments
Open

Conflict between @vocab and blank nodes #111

joachimvh opened this issue May 30, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@joachimvh
Copy link

Minimal example (based on CommunitySolidServer/CommunitySolidServer#1643):

{
  "@context" : {
    "@vocab": "_:"
  },
  "@type": "OPENAIRE",
  "@id": "https://scholexplorer.openaire.eu/#about"
}

When parsing the above example, the parser will interpret the object of the @type triple as a NamedNode with value _:OPENAIRE, causing incorrect results when serializing this again. The JSON-LD playground interprets it as an actual blank node.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants