Namespace VDS.RDF.Query
Classes
Abstract Base class for SPARQL Views which are Graphs which are generated from SPARQL Queries and get automatically updated when the Store they are attached to changes.
Represents an Group of Bindings which is used when executing Queries with GROUP BY clauses.
A Query Processor which evaluates queries while printing explanations to any/all of Debug, Trace, Console Standard Output and Console Standard Error.
A Class for connecting to multiple remote SPARQL Endpoints and federating queries over them with the data merging done locally.
Helper Class containing constants and static functions for use with Full Text Search.
Special Temporary Results Binder used during LeftJoin's.
Default SPARQL Query Processor provided by the library's Leviathan SPARQL Engine.
Results Binder used by Leviathan.
Represents a SPARQL View over an arbitrary native Triple Store.
A SPARQL Query Processor which processes queries by parsing them to the SPARQL Query Service of a Knowledge Base on a Pellet Server.
Provides a default implementation of the methods that allow a query processor to run asynchronously with a results callback.
Class for representing errors that occur while querying RDF.
Class for representing Timeout errors that occur while querying RDF.
Class for representing Exceptions occurring in RDF reasoners.
A SPARQL Query Processor where the query is processed by passing it to a remote SPARQL endpoint.
Stores information about the Evaluation of a Query during it's evaluation.
Comparer class for implementing the SPARQL semantics for the relational operators.
Comparer class for use in SPARQL ORDER BY - implements the Semantics broadly similar to the relational operator but instead of erroring using Node/Lexical ordering where an error would occur it makes an appropriate decision.
A SPARQL Parameterized String is a String that can contain parameters in the same fashion as a SQL command string.
Represents a SPARQL Query.
A Class for connecting to a remote SPARQL Endpoint and executing Queries against it.
Class for representing a Row of a Sparql Result Set.
Helper Class used in the execution of Sparql Queries.
Class for representing Sparql Result Sets.
Class containing Helper information and methods pertaining to the Sparql Query Language for RDF.
Class of Sparql Variables.
Represents a SPARQL View over an in-memory store.
Interfaces
Interface for SPARQL Query Algebra Processors.
Interface for SPARQL Query Processors.
Enums
Represents the level of Query Explanation that is desired.
Represents the type of the SPARQL Results Set.
Types of Special SPARQL Query which may be optimised in special ways by the libraries SPARQL Engines.
Delegates
Delegate for making a Query where the expected Result is an RDF Graph ie. CONSTRUCT and DESCRIBE Queries.
Makes a Query where the expected Result is a SparqlResultSet ie. SELECT and ASK Queries.