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