You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
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:
<link rel="alternate" type="application/rdf+xml" href="https://master.project-hobbit.eu/experiments/1575626666061.xml"/>
)Accept
header, the response should be a web pageAccept
header, the response should be in the specified formatProbable blocker: #488
The text was updated successfully, but these errors were encountered: