Show / Hide Table of Contents

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 Source

Query

Get the SPARQL query being executed.

Declaration
SparqlQuery Query { get; }
Property Value
Type Description
SparqlQuery
| Edit this page View Source

TripleIndex

Get the index that provides access to the underlying data being queried.

Declaration
ITripleIndex TripleIndex { get; }
Property Value
Type Description
ITripleIndex

Methods

| Edit this page View Source

GetNodes(INodeFactory)

Get the nodes to be described.

Declaration
IEnumerable<INode> GetNodes(INodeFactory nodeFactory)
Parameters
Type Name Description
INodeFactory nodeFactory
Returns
Type Description
IEnumerable<INode>

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Properties
    • Query
    • TripleIndex
  • Methods
    • GetNodes(INodeFactory)
  • Extension Methods
Back to top Generated by DocFX