-
Notifications
You must be signed in to change notification settings - Fork 3
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
Support serializing individuals as string with context info #54
Labels
Comments
Note that this is described as Expanded term definition in the JSON-LD specification. |
ledsoft
added a commit
that referenced
this issue
Mar 31, 2023
ledsoft
added a commit
that referenced
this issue
Mar 31, 2023
…th extended term definition in context.
ledsoft
added a commit
that referenced
this issue
Mar 31, 2023
ledsoft
added a commit
that referenced
this issue
Mar 31, 2023
ledsoft
added a commit
that referenced
this issue
Mar 31, 2023
…th extended term definition in context.
ledsoft
added a commit
that referenced
this issue
Mar 31, 2023
ledsoft
added a commit
that referenced
this issue
Mar 31, 2023
…d for collection-valued object property attributes.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a developer, I want to be able to make JSON-LD output as close to plain JSON as possible. This should include the ability to serialize individuals (plain identifier object property values as well as enum constants mapped to individuals) as string with info about the value being in identifier in the context.
For example, currently, an individual is serialized as an object with id:
Instead, it should be possible to configure the serialization (with context) so that the output is as follows:
This should make it easier for clients to digest the JSON-LD. Note that this will not have any influence on deserialization and serialization without context.
The text was updated successfully, but these errors were encountered: