Class RDFLinkFuseki

java.lang.Object
org.apache.jena.rdflink.RDFLinkHTTP
org.apache.jena.rdflink.RDFLinkFuseki
All Implemented Interfaces:
AutoCloseable, LinkDatasetGraph, LinkDatasetGraphAccess, LinkSparqlQuery, LinkSparqlUpdate, RDFLink, org.apache.jena.sparql.core.Transactional

public class RDFLinkFuseki extends RDFLinkHTTP
Implementation of the RDFLink interface for connecting to an Apache Jena Fuseki.

This adds the ability to work with blank nodes across the network.

  • Method Details

    • newBuilder

      public static RDFLinkHTTPBuilder newBuilder()
      Create a connection builder which is initialized for the default Fuseki configuration. The application must call RDFLinkHTTPBuilder.destination(String) to set the URL of the remote dataset.
      Returns:
      RDFLinkRemoteBuilder
    • from

      public static RDFLinkHTTPBuilder from(RDFLinkFuseki other)
      Create a connection builder which is initialized from an existing RDFLinkFuseki.
      Parameters:
      other - The RDFLinkFuseki to clone.
      Returns:
      RDFLinkRemoteBuilder