You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: