Click or drag to resize

ISparqlDescribe Interface

Interface for classes that implement the DESCRIBE functionality of SPARQL.

Namespace:  VDS.RDF.Query.Describe
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface ISparqlDescribe
Methods
  NameDescription
Public methodDescribe(SparqlEvaluationContext)
Generates a Graph which is the description of the resources resulting from the Query.
Public methodDescribe(IRdfHandler, SparqlEvaluationContext)
Generates the Description Graph based on the Query Results from the given Evaluation Context passing the resulting Triples to the given RDF Handler.
Top
Remarks

This is designed so that developers can introduce their own DESCRIBE algorithms as required.

See Also