dotNetRDF API Documentation

SparqlSpecialQueryType Enumeration

Types of Special SPARQL Query which may be optimised in special ways by the libraries SPARQL Engines

public enum SparqlSpecialQueryType

Members

Member Name Description
DistinctGraphs The Query is of the form SELECT DISTINCT ?g WHERE {GRAPH ?g {?s ?p ?o}}
NotApplicable The Query has no applicable special optimisation
Unknown The Query has not yet been tested to determine if special optimisations are applicable
AskAnyTriples The Query is of the form ASK WHERE {?s ?p ?o}

Requirements

Namespace: VDS.RDF.Query

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

VDS.RDF.Query Namespace