Constructor
Add a Named Graph to the Dataset
IRI of the Named Graph
RDF 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
Delete a Named Graph using its IRI
IRI of the Named Graph to delete
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 the Default Graph of the Dataset
The Default Graph of the Dataset
Get a Named Graph using its IRI
IRI of the Named Graph to retrieve
The corresponding Named Graph
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
Return True if the Dataset contains a Named graph with the provided IRI
IRI of the Named Graph
True if the Dataset contains a Named graph with the provided IRI
Set the Default Graph of the Dataset
Default Graph
Set the Graph Factory used by te dataset to create new RDF graphs on-demand
Graph Factory
Generated using TypeDoc
An abstraction over an RDF datasets, i.e., a collection of RDF graphs.
Thomas Minier