OptionsQueryDefaultSyntax Property |
Gets/Sets the default syntax used for parsing SPARQL queries.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static SparqlQuerySyntax QueryDefaultSyntax { get; set; }
Public Shared Property QueryDefaultSyntax As SparqlQuerySyntax
Get
Set
Property Value
Type:
SparqlQuerySyntaxRemarks
The default is SPARQL 1.1 unless you use this property to change it.
See Also