Click or drag to resize

ISparqlPath Interface

Represents a Path expression in SPARQL.

Namespace:  VDS.RDF.Query.Paths
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface ISparqlPath

The ISparqlPath type exposes the following members.

Methods
  NameDescription
Public methodToAlgebra
Converts a Path into its Algebra Form.
Public methodToString
Gets the String representation of a Path.
Top
See Also