StringWriter Methods | 
| Name | Description | |
|---|---|---|
| Write(IGraph, IRdfWriter) | 
            Writes the Graph to a String and returns the output in your chosen concrete RDF Syntax.
              | |
| Write(ITripleStore, IStoreWriter) | 
            Writes the given Triple Store to a String and returns the output in your chosen concrete RDF dataset syntax.
              | |
| Write(SparqlResultSet, ISparqlResultsWriter) | 
            Writes the SPARQL Result Set to a String and returns the Output in your chosen format.
              |