Click or drag to resize

TermMappings.Namespaces 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: IEnumerable<KeyValuePair<String, String>>

Implements

IRdfAVocabulary.Namespaces
See Also