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

handling of non expanded JSON-LD #5

Open
IllDepence opened this issue Feb 14, 2018 · 0 comments
Open

handling of non expanded JSON-LD #5

IllDepence opened this issue Feb 14, 2018 · 0 comments
Assignees

Comments

@IllDepence
Copy link
Owner

IllDepence commented Feb 14, 2018

when a JSON-LD document is received for the first time its context has to be dereferenced -- this takes time

when the document is loaded from DB during the handling of a request at a later point in time, context is not dereferenced because this takes time. Ideally JSONkeeper should keep a dictionary of context URIs and their dereferenced contents (if possible) and use these for quicker local expansion.
→ can JSON-LD contexts be assumed to not change over time?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant