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

Access to experiment data (RDF, CSV...) #531

Open
denkv opened this issue Jul 28, 2021 · 0 comments
Open

Access to experiment data (RDF, CSV...) #531

denkv opened this issue Jul 28, 2021 · 0 comments

Comments

@denkv
Copy link
Collaborator

denkv commented Jul 28, 2021

User story

I want to manually or automatically retrieve results of an experiment (and other data) in one of RDF formats, as well as other well-known formats like CSV, using curl, pandas and other various tools.

Solution

Support the following:

  • When there is a file extension appended at the end of a URL, it defines the response format (https://master.project-hobbit.eu/experiments/1575626666061.xml)
    • A list of URLs with all supported file extensions should be listed as alternate links on the experiment result web pages (<link rel="alternate" type="application/rdf+xml" href="https://master.project-hobbit.eu/experiments/1575626666061.xml"/>)
  • When HTML is explicitly requested in the Accept header, the response should be a web page
  • When another supported format is requested in the Accept header, the response should be in the specified format
  • Otherwise, a default RDF format is returned (most likely, Turtle) (see more: https://csvbase.com/blog/2)

Probable blocker: #488

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