Interface ISparqlPath
Represents a Path expression in SPARQL.
Namespace: VDS.RDF.Query.Paths
Assembly: dotNetRDF.dll
Syntax
public interface ISparqlPath
Methods
| Improve this Doc View SourceToAlgebra(PathTransformContext)
Converts a Path into its Algebra Form.
Declaration
ISparqlAlgebra ToAlgebra(PathTransformContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| PathTransformContext | context | Path Transformation Context. |
Returns
| Type | Description |
|---|---|
| ISparqlAlgebra |
ToString()
Gets the String representation of a Path.
Declaration
string ToString()
Returns
| Type | Description |
|---|---|
| System.String |