zazuko / rdf-cube-view-query

RDF Cube View Schema query library
2 stars 3 forks source link

Use View.queryPrefix property in all queries #80

Open bergos opened 2 years ago

bergos commented 2 years ago

The View has a property called queryPrefix to extend the queries with a given prefix. That prefix is currently only used to fetch the shape and the view itself. It should be used in all queries generated by the View class. The observations method doesn't use it at the moment.