Click or drag to resize

SparqlFormatterFormat Method (PatternItem, NullableTripleSegment)

Formats a Pattern Item in nicely formatted SPARQL syntax.

Namespace:  VDS.RDF.Writing.Formatting
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual string Format(
	PatternItem item,
	Nullable<TripleSegment> segment
)

Parameters

item
Type: VDS.RDF.Query.PatternsPatternItem
Pattern Item.
segment
Type: SystemNullableTripleSegment
Triple Pattern Segment.

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.Writing.Formatting.SparqlFormatter.Format(VDS.RDF.Query.Patterns.PatternItem,System.Nullable{VDS.RDF.Writing.TripleSegment})"]

Implements

IQueryFormatterFormat(PatternItem, NullableTripleSegment)
See Also