Namespace VDS.RDF.Query.Datasets
Classes
Abstract Base Class for Datasets which provides implementation of Active and Default Graph management.
Abstract Dataset wrapper implementation for datasets that can load graphs on demand.
Abstract Base Class for Immutable Datasets.
Abstract Base class for immutable quad datasets.
Abstract Base class of dataset designed around out of memory datasets where you rarely wish to load data into memory but simply wish to know which graph to look in for data.
Abstract Base Class for Mutable Datasets that support Transactions.
Abstract Base class for quad datasets that support transactions.
A Graph Collection which wraps an ISparqlDataset implementation so it can be used as if it was a Graph Collection.
A Full Text Indexed Dataset is a wrapper around another dataset and provides automatic full text indexing of data that is added and removed.
An in-memory dataset that operates in terms of quads, underlying storage is identical to a InMemoryDataset though this dataset should be more performant for queries that access named graphs frequently.
Implementation of a dataset wrapper which can load additional graphs from the web on demand.
An abstract dataset wrapper that can be used to wrap another dataset and just modify some functionality i.e. provides a decorator over an existing dataset.
Interfaces
Interfaces for Datasets that SPARQL Queries and Updates can be applied to.
Interface for SPARQL Datasets which also provide a Lock by which threading can be controlled.