Wisski adapter sparql11 pb

The wisski_adapter_sparql11_pb provides an adapter for interacting with a SPARQL 1.1 endpoint. SPARQL is a query language for RDF databases, and this module allows Drupal to communicate with such databases.

The module contains several components:

  1. Field Formatters: The module provides several custom formatters, such as WisskiEidFormatter, WisskiLinkFormatter, and WisskiFullTextFormatter.

  2. Controller: It has controllers for auto completion, SPARQL endpoint handling and showing triples of the WissKI entity.

  3. Engine: It provides access to a SPARQL 1.1 endpoint and is configurable via a Pathbuilder. It extends the functionality of the Sparql11Engine from the wisski_salz module.

  4. Query It builds and manage SPARQL queries for the Wisski system in Drupal.