Skip to content

Angular service for querying SPARQL endpoints with paging and object mapping

License

Notifications You must be signed in to change notification settings

SemanticComputing/angular-paging-sparql-service

Repository files navigation

Angular SPARQL service with paging and object mapping

Angular service for querying SPARQL endpoints, and mapping the results as simple objects.

Installation

bower install angular-paging-sparql-service

or

npm install angular-paging-sparql-service

Include sparql in your module dependenies:

angular.module('myApp', ['sparql'])

Usage

See the documentation.

Example projects using the module:

Development

Requires Karma, and Grunt.

Install dev dependenies

npm install

Running tests

karma start

Building

grunt build

About

Angular service for querying SPARQL endpoints with paging and object mapping

Resources

License

Stars

Watchers

Forks

Packages

No packages published