Click or drag to resize

JsonLdWriterOptionsUseNativeTypes Property

If the this flag is set to true, RDF literals with a datatype IRI that equals xsd:integer or xsd:double are converted to a JSON numbers and RDF literals with a datatype IRI that equals xsd:boolean are converted to true or false based on their lexical form.

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

Property Value

Type: Boolean
See Also