Click or drag to resize

TriGWriterN3CompatabilityMode Property

Gets/Sets whether N3 Compatability Mode is used, in this mode an = is written after Graph Names so an N3 parser can read the TriG file correctly.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool N3CompatabilityMode { get; set; }

Property Value

Type: Boolean
Remarks
Defaults to false from the 0.4.1 release onwards.
See Also