jupyrdf / ipyradiant

Jupyter widgets for working with RDF graphs.
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

Extend SPARQLQueryFramer to support query files #62

Open zwelz3 opened 3 years ago

zwelz3 commented 3 years ago

The current implementation of the SPARQLQueryFramer class requires the user to implement a sparql string attribute, which is used to perform the query.

This ticket scopes in the addition of a way to point the framer to a sparql file, instead of providing a sparql string.