Click or drag to resize

TermMappings Constructor (IRdfAVocabulary)

Creates a new set of Term Mappings from the given Vocabulary.

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

Parameters

vocab
Type: VDS.RDF.ParsingIRdfAVocabulary
Vocabulary.
See Also