Interface LinkDatasetGraphAccess

    • Method Detail

      • get

        Graph get​(Node graphName)
        Fetch a named graph. This is SPARQL Graph Store Protocol HTTP GET or equivalent.
        Parameters:
        graphName - URI string for the graph name (null or Quad.defaultGraphIRI for the default graph)
        Returns:
        Graph
      • get

        Graph get()
        Fetch the default graph. This is SPARQL Graph Store Protocol HTTP GET or equivalent.
        Returns:
        Graph
      • getDataset

        DatasetGraph getDataset()
        Fetch the contents of the dataset
      • isClosed

        boolean isClosed()
        Test whether this connection is closed or not
      • close

        void close()
        Close this connection. Use with try-resource.
        Specified by:
        close in interface java.lang.AutoCloseable