JsonLdProcessorOptionsUseRdfType Field |
Get or set the flag that controls the serialization of rdf:type properties when serializing RDF as JSON-LD.
Namespace:
VDS.RDF.JsonLd
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
SyntaxPublic UseRdfType As Boolean
Field Value
Type:
Boolean
Remarks
Enables special rules for the Serialize RDF as JSON-LD Algorithm causing rdf:type properties to be kept as IRIs in the output, rather than use @type. Defaults to false.
See Also