Interface ISparqlDescribeContext
Defines the processing context interface for an ISparqlDescribe
implementation.
Namespace: VDS.RDF.Query.Describe
Assembly: dotNetRdf.dll
Syntax
public interface ISparqlDescribeContext
Properties
| Edit this page View SourceQuery
Get the SPARQL query being executed.
Declaration
SparqlQuery Query { get; }
Property Value
Type | Description |
---|---|
Sparql |
TripleIndex
Get the index that provides access to the underlying data being queried.
Declaration
ITripleIndex TripleIndex { get; }
Property Value
Type | Description |
---|---|
ITriple |
Methods
| Edit this page View SourceGetNodes(INodeFactory)
Get the nodes to be described.
Declaration
IEnumerable<INode> GetNodes(INodeFactory nodeFactory)
Parameters
Type | Name | Description |
---|---|---|
INode |
nodeFactory |
Returns
Type | Description |
---|---|
IEnumerable<INode> |