-
Notifications
You must be signed in to change notification settings - Fork 118
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 JSON-LD Context Document for Data Package #874
Conversation
This seems like a good first step but I would think it's of limited usefulness without a namespace for data package itself so that the properties and classes that do not come from other vocabularies can be referenced elsewhere? But maybe outside the scope of this issue? |
The JSON-LD Context does not cover all elements because not all have been mapped to RDF. Limitations are mentioned in README.md. I'd prefer to start with a 80% solution than aiming for 100% first. |
@nichtich |
The JSON-LD context is used to generate RDF from a Data Package file. Authors of package files should include a reference to it via key |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some language cleanup suggestions 😃
@nichtich |
Co-authored-by: Dan Feder <[email protected]>
The schema should be referenced from https://specs.frictionlessdata.io/data-package/ but this should better be done after publication of the context document at https://specs.frictionlessdata.io/. I guess this requires some addition to |
This adds a JSON-LD context for data-package.json with unit test as started to discuss on #869.