SparqlSpecsHelperAggregateKeywords Field |
Set of SPARQL Keywords that are Aggregate Keywords.
Namespace:
VDS.RDF.Query
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static string[] AggregateKeywords
Public Shared AggregateKeywords As String()
Field Value
Type:
StringRemarks
Unlike
AggregateFunctionKeywords[] this includes keywords related to aggregates (like DISTINCT) and those for Leviathan extension aggregates which are not standard SPARQL 1.1 syntax.
See Also