-
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 mapping enum constants to individuals #48
Labels
Comments
ledsoft
added a commit
that referenced
this issue
Mar 20, 2023
…tants to individuals. Update to JOPA 0.21.0, which supports it. Refactor random int generator name in tests.
ledsoft
added a commit
that referenced
this issue
Mar 20, 2023
…tants to individuals. Update to JOPA 0.21.0, which supports it. Refactor random int generator name in tests.
Implemented in 0.12.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since JOPA now supports mapping enum constants to individuals based on the OWL ObjectOneOf, JB4JSON-LD should support it as well.
This way, serialization of an enum constant mapped to an individual would produce an object with identifier and similarly, deserialization of an individual would match it to target enum constant based on the mapped individual.
The text was updated successfully, but these errors were encountered: