Constructor
IRI of the Default Graph
Default Graph
Create a new RDF Graph, using the current Graph Factory. This Graph factory can be set using the "setGraphFactory" method.
IRI of the graph to create
A new RDF Graph
Returns all Graphs in the Dataset, including the Default one
True if the default graph should be included
The list of all graphs in the Dataset
Get an UnionGraph, i.e., the dynamic union of several graphs, from the RDF Graphs in the Dataset.
Iris of the named graphs to include in the union
True if the default graph should be included
The dynamic union of several graphs in the Dataset
Set the Graph Factory used by te dataset to create new RDF graphs on-demand
Graph Factory
Generated using TypeDoc
A simple Dataset backed by a HashMap.
Dataset
Thomas Minier