Click or drag to resize

TermMappings.AddNamespace Method

Adds a Namespace to the Vocabulary.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void AddNamespace(
	string prefix,
	string nsUri
)

Parameters

prefix
Type: System.String
Prefix.
nsUri
Type: System.String
Namespace URI.

Implements

IRdfAVocabulary.AddNamespace(String, String)
See Also