Click or drag to resize

IRdfAVocabulary.Merge Method

Merges another Vocabulary into this one.

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

Parameters

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