Improve this doc View source

objectMapperService
service in module sparql

Description

Service for transforming SPARQL results into more manageable objects.

The service can be extended via prototype inheritance by re-implementing any of the methods. The most likely candidates for re-implementation are makeObject, reviseObject, and postProcess.

The methods for using the service are makeObjectList, and makeObjectListNoGrouping.

Methods