- All Implemented Interfaces:
- ProvaBuiltin, ProvaPredicate
public class ProvaSparqlConnectImpl
extends ProvaBuiltinImpl
sparql_connect built-in.
Usage:
sparql_connect(Connection, HTTPEndpoint).
sparql_connect connects to the SPARQL HTTP end point specified in `HTTPEndpoint`
and binds the connection to the (free) `Connection` variable.
If `Connection` is bound to an existing `RepositoryConnection`
object (from a previous call), the predicate tests whether the connection is open.
In this case, `HTTPEndpoint` is ignored.
- Author:
- Malte Rohde