Click or drag to resize

SparqlFormatterFormatPath Method

Formats a SPARQL Property Path.

Namespace:  VDS.RDF.Writing.Formatting
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected virtual string FormatPath(
	ISparqlPath path
)

Parameters

path
Type: VDS.RDF.Query.PathsISparqlPath
SPARQL Property Path.

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.Writing.Formatting.SparqlFormatter.FormatPath(VDS.RDF.Query.Paths.ISparqlPath)"]

See Also