Skip to content
Snippets Groups Projects
Commit a2245fdad5d0 authored by Olivier Giorgis's avatar Olivier Giorgis
Browse files

fix: Straighten the query: the name of the process type has become the name of the image graph.

parent 7e3a95822571
No related branches found
No related tags found
1 merge request!22Export data into SPARQL endpoint
...@@ -233,8 +233,8 @@ ...@@ -233,8 +233,8 @@
({ ({
eid: r[0], eid: r[0],
name: r[1], name: r[1],
process_type: r[2], graph_uri: r[2],
graph_uri: r[3], process_type: r[3],
dataservice: { eid: r[4], name: r[5] }, dataservice: { eid: r[4], name: r[5] },
}) as Recipe, }) as Recipe,
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment