hsolbrig / PyShEx

ShEx interpreter for ShEx 2.0
Creative Commons Zero v1.0 Universal
24 stars 9 forks source link

Consider RDF4J parameters for SPARQL #44

Open hsolbrig opened 5 years ago

hsolbrig commented 5 years ago

http://docs.rdf4j.org/rest-api/ has a number of non-official but mainstream parameters for controlling various aspects of SPARQL queries.

Question: should we 1) add these parameters to the PyShEx evaluator as individual items 2) look at one big "trailer" parameter that is tacked on to the sparql_slurper queries? 3) Consider a generic SPARQL template where the code fills in the subj/pred/obj elements and the query can be as fancy as needed?