Click or drag to resize

SparqlSpecsHelper.IsQueryKeyword Method

Checks whether a given Keyword is a SPARQL Query Keyword.

Namespace:  VDS.RDF.Query
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static bool IsQueryKeyword(
	string keyword
)

Parameters

keyword
Type: System.String
Keyword to check.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Query.SparqlSpecsHelper.IsQueryKeyword(System.String)"]

See Also