Class ReplaceKeywordToken
Token which represents the SPARQL REPLACE Keyword.
Implements
Inherited Members
Namespace: VDS.RDF.Parsing.Tokens
Assembly: dotNetRdf.dll
Syntax
public class ReplaceKeywordToken : BaseToken, IToken
Constructors
| Edit this page View SourceReplaceKeywordToken(int, int)
Creates a new REPLACE Keyword Token.
Declaration
public ReplaceKeywordToken(int line, int pos)