Click or drag to resize

SparqlQueryDescriber Property

Gets/Sets the ISparqlDescribe which provides the Describe algorithm you wish to use.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public ISparqlDescribe Describer { get; set; }

Property Value

Type: ISparqlDescribe
Remarks
By default this will be the ConciseBoundedDescription (CBD) algorithm.
See Also