Click or drag to resize

TermMappings Constructor (String)

Creates a new set of Term Mappings with the given Vocabulary URI.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public TermMappings(
	string vocabUri
)

Parameters

vocabUri
Type: SystemString
Vocabulary URI.
See Also