IRdfAVocabularyAddNamespace Method |
Adds a Namespace to the Vocabulary.
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax void AddNamespace(
string prefix,
string nsUri
)
Sub AddNamespace (
prefix As String,
nsUri As String
)
Parameters
- prefix
- Type: SystemString
Prefix. - nsUri
- Type: SystemString
Namespace URI.
See Also