VDS.RDF.Query.Describe Namespace |
Namespace for classes which implement algorithms for executing DESCRIBE queries.
Class | Description | |
---|---|---|
![]() | 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.
|
Interface | Description | |
---|---|---|
![]() | ISparqlDescribe |
Interface for classes that implement the DESCRIBE functionality of SPARQL.
|