Click or drag to resize

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

Implements

IRdfAVocabulary.Mappings
See Also