SparqlSpecsHelperAggregateKeywords Field | 
 
            Set of SPARQL Keywords that are Aggregate Keywords.
            
 
    Namespace: 
   VDS.RDF.Query
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic static string[] AggregateKeywords
Public Shared AggregateKeywords As String()
Field Value
Type: 
String
Remarks
            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