Class RDFLinkDataset

  • All Implemented Interfaces:
    java.lang.AutoCloseable, LinkDatasetGraph, LinkDatasetGraphAccess, LinkSparqlQuery, LinkSparqlUpdate, RDFLink, Transactional

    public class RDFLinkDataset
    extends java.lang.Object
    implements RDFLink
    Implement of RDFLink over a Graph in the same JVM.

    Multiple levels of Isolation are provided. The default COPY level makes a local RDFLink that behaves like a remote connection. This should be the normal use in testing.

    • COPYGraphs and Datasets are copied. This is most like a remote connection.
    • READONLY – Read-only wrappers are added but changes to the underlying graph or dataset will be seen.
    • NONE (default) – Changes to the returned Graphs or Datasets act on the original object.