public interface JenaDataset extends Dataset
Dataset
.
The underlying Jena DatasetGraph
can be accessed with
asJenaDatasetGraph()
.
Modifier and Type | Method and Description |
---|---|
org.apache.jena.sparql.core.DatasetGraph |
asJenaDatasetGraph()
Return the underlying Jena
DatasetGraph . |
JenaGraph |
getUnionGraph()
Return a union graph view of this dataset.
|
org.apache.jena.sparql.core.DatasetGraph asJenaDatasetGraph()
DatasetGraph
.
Changes to the Jena dataset graph are reflected in the Commons RDF dataset and vice versa.
DatasetGraph
JenaGraph getUnionGraph()
The union graph contains triples in any graph (including the default graph).
Changes in the union graph are reflected in the Commons RDF dataset and vice versa. Triples added to the graph are added to the default graph.
Graph
Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.