Click or drag to resize

NodeFormat Enumeration

Possible Output Formats for Nodes.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public enum NodeFormat
Members
  Member nameValueDescription
NTriples0 Format for NTriples
Turtle1 Format for Turtle
Notation32 Format for Notation 3
UncompressedTurtle3 Format for Uncompressed Turtle
UncompressedNotation34 Format for Uncompressed Notation 3
See Also