Class SparqlJsonWriter
Class for saving Sparql Result Sets to the SPARQL Results JSON Format.
Inheritance
System.Object
SparqlJsonWriter
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VDS.RDF.Writing
Assembly: dotNetRDF.dll
Syntax
public class SparqlJsonWriter : ISparqlResultsWriter
Methods
| Improve this Doc View SourceSave(SparqlResultSet, TextWriter)
Saves the Result Set to the given Stream in the SPARQL Results JSON Format.
Declaration
public void Save(SparqlResultSet results, TextWriter output)
Parameters
Type | Name | Description |
---|---|---|
SparqlResultSet | results | Result Set to save. |
System.IO.TextWriter | output | Stream to save to. |
Save(SparqlResultSet, String)
Saves the Result Set to the given File in the SPARQL Results JSON Format.
Declaration
public void Save(SparqlResultSet results, string filename)
Parameters
Type | Name | Description |
---|---|---|
SparqlResultSet | results | Result Set to save. |
System.String | filename | File to save to. |
ToString()
Gets the String representation of the writer which is a description of the syntax it produces.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()
Events
| Improve this Doc View SourceWarning
Event raised when a non-fatal issue with the SPARQL Results being written is detected
Declaration
public event SparqlWarning Warning
Event Type
Type | Description |
---|---|
SparqlWarning |