ISparqlDescribeDescribe Method (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.
Namespace:
VDS.RDF.Query.Describe
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax void Describe(
IRdfHandler handler,
SparqlEvaluationContext context
)
Sub Describe (
handler As IRdfHandler,
context As SparqlEvaluationContext
)
Parameters
- handler
- Type: VDS.RDFIRdfHandler
RDF Handler. - context
- Type: VDS.RDF.QuerySparqlEvaluationContext
SPARQL Evaluation Context.
See Also