AtomGraph / Web-Client

Generic Linked Data browser and UX component framework. Apache license.
https://hub.docker.com/r/atomgraph/web-client/
Apache License 2.0
121 stars 13 forks source link

Refactor HypermediaFilter using SPARQL #68

Closed namedgraph closed 5 years ago

namedgraph commented 8 years ago

It should be possible to express the same logic using SPARQL CONSTRUCT instead of Jena's Model API: https://github.com/Graphity/graphity-client/blob/master/src/main/java/org/graphity/client/filter/response/HypermediaFilter.java