SparqlFormatter.Format Method |
Name | Description | |
---|---|---|
![]() | Format(GraphPattern) |
Formats a Graph Pattern in nicely formatted SPARQL syntax.
|
![]() | Format(INode) |
Formats a Node as a String.
(Inherited from BaseFormatter.) |
![]() | Format(ITriplePattern) |
Formats a Triple Pattern in nicely formatted SPARQL syntax.
|
![]() | Format(SparqlQuery) |
Formats a Query in nicely formatted SPARQL syntax.
|
![]() | Format(SparqlResult) |
Formats a SPARQL Result using this Formatter to format the Node values for each Variable.
(Overrides BaseFormatter.Format(SparqlResult).) |
![]() | Format(Triple) |
Formats a Triple as a String.
(Inherited from BaseFormatter.) |
![]() | Format(INode, Nullable<TripleSegment>) |
Formats a Node as a String.
(Inherited from BaseFormatter.) |
![]() | Format(PatternItem, Nullable<TripleSegment>) |
Formats a Pattern Item in nicely formatted SPARQL syntax.
|