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

Add more checking to checker class to vet context entries, make sure they are actully JSON #18

Open
ptsefton opened this issue Jul 15, 2024 · 0 comments
Assignees

Comments

@ptsefton
Copy link

ptsefton commented Jul 15, 2024

What we are aiming for is:

  • Running a check (before you load the crate) eg in the playground will show if there is a link to an RO-Crate context and ALSO vet any additional entries to make sure they actully are JSON objects that can be used a @context. Return useful errors like "https://w3id.org/ro/terms/earth-science#" resolves to a text file that is not JSON-LD and cannot be used as an entry in @context
  • Loading an RO-Crate will not fail if there is rubbish in the @context - it should ignore stuff like references to HTML pages or CSV (both of which we have come across).
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

2 participants