Click or drag to resize

XHtmlRdfAVocabularyNamespaces Property

Gets the Namespace Mappings.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerable<KeyValuePair<string, string>> Namespaces { get; }

Property Value

Type: IEnumerableKeyValuePairString, String

Implements

IRdfAVocabularyNamespaces
See Also