Click or drag to resize

XHtmlRdfAVocabularyMerge 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.ParsingIRdfAVocabulary
Vocabulary.

Implements

IRdfAVocabularyMerge(IRdfAVocabulary)
Exceptions
ExceptionCondition
NotSupportedExceptionThrown since this vocabulary is fixed and cannot be changed.
See Also