Click or drag to resize

SparqlHtmlWriter.DefaultNamespaces Property

Gets/Sets the Default Namespaces used to pretty print URIs in the output.

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

Property Value

Type: INamespaceMapper

Implements

INamespaceWriter.DefaultNamespaces
See Also