Show / Hide Table of Contents

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 Source

ToAlgebra(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
| Improve this Doc View Source

ToString()

Gets the String representation of a Path.

Declaration
string ToString()
Returns
Type Description
string

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX