Yasgui icon indicating copy to clipboard operation
Yasgui copied to clipboard

Query Parameterization

Open LaurensRietveld opened this issue 6 years ago • 1 comments

Being able to parameterize SPARQL queries would enable more dynamic usage of Yasgui in other tooling. There was a lengthy discussion on https://github.com/Triply-Dev/YASGUI.YASQE-deprecated/issues/24 about enabling this in Yasqe. This issue is a continuation of that one.

Relevant links:

  • Grlc (http://grlc.io/)
  • Sparql 1.2 (https://github.com/w3c/sparql-12/issues/57)

LaurensRietveld avatar Jan 13 '20 14:01 LaurensRietveld

SPARQL 1.2 issue 57 references:

  • SPARQL $var vs ?var
  • rdf4j http param $var
  • jena java API for query parameterization
  • Basil's Convention (OpenU)
  • grlc that implements Basil and a bit more
  • Wikidata Query Templates

VladimirAlexiev avatar Mar 02 '20 17:03 VladimirAlexiev