ISparqlDescribe Interface |
Namespace: VDS.RDF.Query.Describe
| Name | Description | |
|---|---|---|
| Describe(SparqlEvaluationContext) |
Generates a Graph which is the description of the resources resulting from the Query.
| |
| Describe(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.
|
This is designed so that developers can introduce their own DESCRIBE algorithms as required.