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