Click or drag to resize

StringWriter Methods

Methods
  NameDescription
Public methodStatic memberWrite(IGraph, IRdfWriter)
Writes the Graph to a String and returns the output in your chosen concrete RDF Syntax.
Public methodStatic memberWrite(ITripleStore, IStoreWriter)
Writes the given Triple Store to a String and returns the output in your chosen concrete RDF dataset syntax.
Public methodStatic memberWrite(SparqlResultSet, ISparqlResultsWriter)
Writes the SPARQL Result Set to a String and returns the Output in your chosen format.
Top
See Also