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

Serialise datamodels to RDF based on JSON-LD context #471

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

jesper-friis
Copy link
Contributor

@jesper-friis jesper-friis commented May 2, 2024

Description:

It would be beneficial if oteapi-core is able to serialise its configurations as RDF.

The standard way to represent JSON data as RDF is to document it using JSON-LD context.
Since our datamodels has a natural JSON-representation, it seems like a good idea to JSON-LD for the RDF serialisation of OTEAPI configurations. rdflib has now good support for JSON-LD, this will not add any additional requirements.

Type of change:

  • Bug fix.
  • New feature.
  • Documentation update.

Checklist for the reviewer:

This checklist should be used as a help for the reviewer.

  • Is the change limited to one issue?
  • Does this PR close the issue?
  • Is the code easy to read and understand?
  • Do all new feature have an accompanying new test?
  • Has the documentation been updated as necessary?

@jesper-friis jesper-friis marked this pull request as draft May 2, 2024 15:26
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

Successfully merging this pull request may close these issues.

1 participant