Namespace VDS.RDF.Query.Describe
Classes
Abstract Base Class for SPARQL Describe Algorithms which provides BNode rewriting functionality.
Computes a Concise Bounded Description for all the Values resulting from the Query.
Computes a Labelled Description for all the Values resulting from the Query.
Computes the merge of the Minimal Spanning Graphs for all the Values resulting from the Query.
Computes a Description for all the results such that the description is the merge of all the Graphs named with a resulting URI.
Computes a Simple Subject Description for all Values resulting from the Query.
Computes a Simple Subject Object Description for all Values resulting from the Query.
Computes a Symmetric Concise Bounded Description for all the Values resulting from the Query.
Interfaces
Interface for classes that implement the DESCRIBE functionality of SPARQL.