|
@@ -45,7 +45,7 @@ SELECT ?conversion ?conversion_input ?conversion_output ?conversion_duration ?co
|
|
|
'''
|
|
|
query_with_service = '''
|
|
|
SELECT ?conversion ?conversion_input ?conversion_output ?conversion_duration ?conversion_success WHERE {
|
|
|
- SERVICE <http://localhost:8000/> {
|
|
|
+ SERVICE <{{ service_endpoint }}> {
|
|
|
BIND(dtf:conversion("{{ input_file }}", "{{ output_file }}") AS ?conversion)
|
|
|
}
|
|
|
}
|
|
@@ -53,6 +53,11 @@ SELECT ?conversion ?conversion_input ?conversion_output ?conversion_duration ?co
|
|
|
description = "Convert from one file format to another."
|
|
|
visual_support = true
|
|
|
|
|
|
+[[replacements]]
|
|
|
+placeholder = 'service_endpoint'
|
|
|
+suggestion = 'https://spendpoint.rys.app/'
|
|
|
+description = 'Which service do you want to use?'
|
|
|
+
|
|
|
[[replacements]]
|
|
|
placeholder = "input_file"
|
|
|
suggestion = "example.csv"
|