IRdfAVocabulary.Namespaces Property |
Gets the Namespace Mappings.
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
SyntaxIEnumerable<KeyValuePair<string, string>> Namespaces { get; }
ReadOnly Property Namespaces As IEnumerable(Of KeyValuePair(Of String, String))
Get
Property Value
Type:
IEnumerable<KeyValuePair<String,
String>>
See Also