Namespace VDS.RDF.Utils.Describe
Classes
BaseDescribeAlgorithm
Abstract Base Class for SPARQL Describe Algorithms which provides BNode rewriting functionality.
ConciseBoundedDescription
Computes a Concise Bounded Description for all the Values resulting from the Query.
LabelledDescription
Computes a Labelled Description for all the Values resulting from the Query.
MinimalSpanningGraph
Computes the merge of the Minimal Spanning Graphs for all the Values resulting from the Query.
NamedGraphDescription
Computes a Description for all the results such that the description is the merge of all the Graphs named with a resulting URI.
SimpleSubjectDescription
Computes a Simple Subject Description for all Values resulting from the Query.
SimpleSubjectObjectDescription
Computes a Simple Subject Object Description for all Values resulting from the Query.
SymmetricConciseBoundedDescription
Computes a Symmetric Concise Bounded Description for all the Values resulting from the Query.
Interfaces
IDescribeAlgorithm
Interface for a class of algorithms that emit a sub-graph of a dataset from a list of starting nodes.