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

[Feature]: RDF F-UJI API responses #509

Open
pmaria opened this issue Jun 28, 2024 · 0 comments
Open

[Feature]: RDF F-UJI API responses #509

pmaria opened this issue Jun 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@pmaria
Copy link

pmaria commented Jun 28, 2024

Detailed Description

Support returning RDF-based responses from the F-UJI API next to the current JSON-based response.

The responses should ideally make use of standard vocabularies, like DQV and PROV to represent the assessment data.

The RDF representation should not be specific to F-UJI, such that other methods of assessment could adopt the same representation. This would help to create a robust ecosystem of different tools in this space that could be used interchangeably or in a complementary fashion.

The FAIR metrics should be linked to the FAIR vocabulary

Context

To be able to use the FAIR assessment data and incorporate it into other RDF-based (meta)data sources it would be very useful to be able to request the assessment report represented in RDF, next to the current JSON responses.

Possible Implementation

This could be implemented by supporting content-negotiation via the accept header. If a supported RDF media type is requested an RDF response can be returned instead of the default JSON-based response.

@pmaria pmaria added the enhancement New feature or request label Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant