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

[Refactor] A standard linked data format #126

Open
zjkmxy opened this issue Aug 1, 2024 · 1 comment
Open

[Refactor] A standard linked data format #126

zjkmxy opened this issue Aug 1, 2024 · 1 comment
Labels
question Further information is requested

Comments

@zjkmxy
Copy link
Collaborator

zjkmxy commented Aug 1, 2024

Something like JSON-LD, so a general application can understand the data model of the structured data.
Instead of JSON, I prefer CBOR, so binary strings can be handled directly.
The goal here is to give a understandable metalanguage that exposes the structure of data.
More specifically, say when a generic repo obtains a data object, the repo can understand there are fields in the data object, and get the rough idea (field name, field type, and value without application semantics). It can also decide whether to follow a link and fetch another object.
The goal does not include copying or imitating any existing feature of JSON-LD/CBOR-LD.

After that, the inner data objects design should be replaced by it.

Challenge:

  • How to handle security, especially encryption?
@zjkmxy zjkmxy added the question Further information is requested label Aug 1, 2024
@zjkmxy
Copy link
Collaborator Author

zjkmxy commented Aug 1, 2024

UCLA-IRL/ndnts-aux#5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant