SparqlFormatterFormatPath Method  | 
 
            Formats a SPARQL Property Path.
            
 
    Namespace: 
   VDS.RDF.Writing.Formatting
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxprotected virtual string FormatPath(
	ISparqlPath path
)
Protected Overridable Function FormatPath ( 
	path As ISparqlPath
) As String
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