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