Click or drag to resize

IRdfAVocabularyMerge 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.ParsingIRdfAVocabulary
Vocabulary.
See Also