Click or drag to resize

TermMappings.Merge Method

Merges another Vocabulary into this one.

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

Parameters

vocab
Type: VDS.RDF.Parsing.IRdfAVocabulary
Vocabulary.

Implements

IRdfAVocabulary.Merge(IRdfAVocabulary)
See Also