Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Possibility to pass values to replace variables in the target query #10

Closed
ColinMaudry opened this issue Feb 25, 2016 · 1 comment
Closed
Assignees
Milestone

Comments

@ColinMaudry
Copy link
Owner

Using Sesame syntax:

http://host.com/blabla/query.csv?$variable1="Value to replace ?variable in the query."
@ColinMaudry ColinMaudry self-assigned this Feb 25, 2016
@ColinMaudry ColinMaudry added this to the 0.2.0 milestone Feb 25, 2016
@ColinMaudry ColinMaudry added bug and removed bug labels Feb 25, 2016
@ColinMaudry ColinMaudry modified the milestones: 0.1.0, 0.2.0 Mar 10, 2016
@ColinMaudry
Copy link
Owner Author

Method:

1- Transform the query to object with SPARQL-JS by @RubenVerborgh
2- Stringify the object
3- Replace variable values with great care
4- String => Object and Object => query text, again with SPARQL-JS

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant