Show / Hide Table of Contents

Enum SparqlQuerySyntax

Available Query Syntaxes.
Namespace: VDS.RDF.Parsing
Assembly: dotNetRDF.dll
Syntax
public enum SparqlQuerySyntax

Fields

Name Description
Extended Use the latest SPARQL specification supported by the library (currently SPARQL 1.1) with some extensions
Sparql_1_0 Use SPARQL 1.0
Sparql_1_1 Use SPARQL 1.1

Extension Methods

Extensions.AsEnumerable<SparqlQuerySyntax>()
  • Improve this Doc
  • View Source
In This Article
  • Fields
  • Extension Methods
Back to top Generated by DocFX