SparqlSpecsHelperIsQueryKeyword 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
)
Public Shared Function IsQueryKeyword (
keyword As String
) As Boolean
Parameters
- keyword
- Type: SystemString
Keyword to check.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Query.SparqlSpecsHelper.IsQueryKeyword(System.String)"]
See Also