Click or drag to resize

TurtleFormatter.FormatNamespace Method

Formats a Namespace Decalaration as a @prefix declaration.

Namespace:  VDS.RDF.Writing.Formatting
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override string FormatNamespace(
	string prefix,
	Uri namespaceUri
)

Parameters

prefix
Type: System.String
Namespace Prefix.
namespaceUri
Type: System.Uri
Namespace URI.

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.Writing.Formatting.TurtleFormatter.FormatNamespace(System.String,System.Uri)"]

Implements

INamespaceFormatter.FormatNamespace(String, Uri)
See Also