Class PathToken
Special Token which acts as a Placeholder for SPARQL Property Paths.
Implements
Inherited Members
Namespace: VDS.RDF.Parsing.Tokens
Assembly: dotNetRdf.dll
Syntax
public class PathToken : BaseToken, IToken
Constructors
| Edit this page View SourcePathToken(ISparqlPath)
Creates a new Path Token.
Declaration
public PathToken(ISparqlPath path)
Parameters
| Type | Name | Description |
|---|---|---|
| ISparqlPath | path | Path. |
Properties
| Edit this page View SourcePath
Gets the Path this Token acts as a placeholder for.
Declaration
public ISparqlPath Path { get; }
Property Value
| Type | Description |
|---|---|
| ISparqlPath |