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; }
Public Property N3CompatabilityMode As Boolean
Get
Set
Property Value
Type:
BooleanRemarks
Defaults to false from the 0.4.1 release onwards.
See Also