Click or drag to resize

TermMappingsMappings Property

Gets the Term Mappings.

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

Property Value

Type: IEnumerableKeyValuePairString, String

Implements

IRdfAVocabularyMappings
See Also