dotNetRDF API Documentation

SparqlSpecsHelper.IsAggregateFunctionKeyword Method

Checks whether a given Keyword is a SPARQL Aggregate Function Keyword (only keywords for the SPARQL built-in aggregate functions)

public static bool IsAggregateFunctionKeyword(
   string keyword
);

Parameters

keyword
Keyword to check

Return Value

See Also

SparqlSpecsHelper Class | VDS.RDF.Query Namespace