Angular service for querying SPARQL endpoints, and mapping the results as simple objects.
bower install angular-paging-sparql-service
or
npm install angular-paging-sparql-service
Include sparql
in your module dependenies:
angular.module('myApp', ['sparql'])
See the documentation.
Example projects using the module:
Install dev dependenies
npm install
karma start
grunt build