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