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

Support for numpy array serialization? #7

Open
jakebeal opened this issue Jun 6, 2021 · 0 comments
Open

Support for numpy array serialization? #7

jakebeal opened this issue Jun 6, 2021 · 0 comments
Milestone

Comments

@jakebeal
Copy link
Contributor

jakebeal commented Jun 6, 2021

There are many places where it would be useful to be able to explicitly store arrays, rather than sets, particularly when dealing with numerical data.

Making the object of a triple be an array could be done using a string with the standard JSON serialization, e.g., "[1, 2, 3, 4, 5]". N-dimensional arrays can be done by nesting. The contents of the array would need to be of a uniform type, either a primitive or object URIs.

@jakebeal jakebeal added this to the Future Tasks milestone Oct 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant