Show / Hide Table of Contents

Enum SparqlSpecialQueryType

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

Namespace: VDS.RDF.Query
Assembly: dotNetRdf.dll
Syntax
public enum SparqlSpecialQueryType

Fields

Name Description
AskAnyTriples

The Query is of the form ASK WHERE {?s ?p ?o}

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

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<SparqlSpecialQueryType>(SparqlSpecialQueryType)
  • Edit this page
  • View Source
In this article
  • Fields
  • Extension Methods
Back to top Generated by DocFX