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