Writer that outputs triples in Turtle format.
Documentation for this section has not yet been entered.
Namespace: SemWeb
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 0.0.0.0, 1.0.7.0
See Also: Inherited members from NTriplesWriter.
⊟ Public Constructors
Initializes a new SemWeb.TurtleWriter instance. Initializes a new SemWeb.TurtleWriter instance. ⊟ Protected Fields
static readonlyTurtleAbbreviations Hashtable . Entity abbreviations. ⊟ Protected Properties
[read-only] Abbreviations Hashtable . Gets the namespace abbreviations hashtable. ⊟ Public Methods
overrideClose () Documentation for this section has not yet been entered.⊟ Protected Methods
overrideAddStatement (Statement) Documentation for this section has not yet been entered.DecrementIndentation (int) : int Decrements the indentation.IncrementIndentation (int) : int Increments the indentation. overrideWriteBNode (BNode) Documentation for this section has not yet been entered.WriteIndentation () Starts a new line in the output writer. overrideWriteLiteralValueWithDataType (string, string) Documentation for this section has not yet been entered.WriteNamespaces () Writes the namespace declarations. overrideWriteStatement (Statement) Documentation for this section has not yet been entered. overrideWriteStatementBody (Statement) Documentation for this section has not yet been entered. overrideWriteUri (Entity) Documentation for this section has not yet been entered.WriteVariable (Variable) Writes the specified variable to the output writer.
⊟ TurtleWriter Constructor
Initializes a new SemWeb.TurtleWriter instance.
public TurtleWriter (System.IO.TextWriter writer)⊟ Parameters
- writer
- The writer.
⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: SemWeb
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 0.0.0.0, 1.0.7.0
⊟ TurtleWriter Constructor
Initializes a new SemWeb.TurtleWriter instance.
public TurtleWriter (string file)⊟ Parameters
- file
- The File.
⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: SemWeb
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 0.0.0.0, 1.0.7.0
⊟ Abbreviations Property
Gets the namespace abbreviations hashtable.
protected virtual Hashtable Abbreviations { get; }⊟ Value
A hashtable of URI/abbreviation pairs.Documentation for this section has not yet been entered.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: SemWeb
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 0.0.0.0, 1.0.7.0
⊟ AddStatement Method
Documentation for this section has not yet been entered.
⊟ Parameters
- statement
- Documentation for this section has not yet been entered.
⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: SemWeb
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.7.0
⊟ Close Method
Documentation for this section has not yet been entered.
public override void Close ()⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: SemWeb
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.7.0
⊟ DecrementIndentation Method
Decrements the indentation.
⊟ Parameters
- units
- The number units to decrement.
⊟ Returns
units.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: SemWeb
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 0.0.0.0, 1.0.7.0
⊟ IncrementIndentation Method
Increments the indentation.
⊟ Parameters
- units
- The number units to increment.
⊟ Returns
units.⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: SemWeb
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 0.0.0.0, 1.0.7.0
⊟ TurtleAbbreviations Field
Entity abbreviations.
protected static readonly Hashtable TurtleAbbreviations⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: SemWeb
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 0.0.0.0, 1.0.7.0
⊟ WriteBNode Method
Documentation for this section has not yet been entered.
⊟ Parameters
- bNode
- Documentation for this section has not yet been entered.
⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: SemWeb
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.7.0
⊟ WriteIndentation Method
Starts a new line in the output writer.
protected virtual void WriteIndentation ()⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: SemWeb
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 0.0.0.0, 1.0.7.0
⊟ WriteLiteralValueWithDataType Method
Documentation for this section has not yet been entered.
⊟ Parameters
- literal
- Documentation for this section has not yet been entered.
- dataType
- Documentation for this section has not yet been entered.
⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: SemWeb
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.7.0
⊟ WriteNamespaces Method
Writes the namespace declarations.
protected virtual void WriteNamespaces ()⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: SemWeb
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 0.0.0.0, 1.0.7.0
⊟ WriteStatement Method
Documentation for this section has not yet been entered.
⊟ Parameters
- statement
- Documentation for this section has not yet been entered.
⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: SemWeb
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.7.0
⊟ WriteStatementBody Method
Documentation for this section has not yet been entered.
⊟ Parameters
- statement
- Documentation for this section has not yet been entered.
⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: SemWeb
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.7.0
⊟ WriteUri Method
Documentation for this section has not yet been entered.
⊟ Parameters
- entity
- Documentation for this section has not yet been entered.
⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: SemWeb
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.7.0
⊟ WriteVariable Method
Writes the specified variable to the output writer.
⊟ Parameters
- variable
- The variable.
⊟ Remarks
Documentation for this section has not yet been entered.⊟ Requirements
Namespace: SemWeb
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 0.0.0.0, 1.0.7.0