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:
-
Field Formatters: The module provides several custom formatters, such as
WisskiEidFormatter
,WisskiLinkFormatter
, andWisskiFullTextFormatter
. -
Controller: It has controllers for auto completion, SPARQL endpoint handling and showing triples of the WissKI entity.
-
Engine: It provides access to a SPARQL 1.1 endpoint and is configurable via a Pathbuilder. It extends the functionality of the
Sparql11Engine
from thewisski_salz
module. -
Query It builds and manage SPARQL queries for the Wisski system in Drupal.