Click or drag to resize

SparqlHtmlWriterDefaultNamespaces 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

INamespaceWriterDefaultNamespaces
See Also