Angular services for querying SPARQL endpoints, and mapping the results as simple objects. Provided injectable services:
SparqlService provides a constructor for a simple SPARQL query service that simply returns results (bindings) based on a SPARQL query.
AdvancedSparqlService provides the same service as SparqlService, but adds paging support for queries.
QueryBuilderService can be used to construct pageable SPARQL queries.
objectMapperService maps SPARQL results to objects.