Click or drag to resize

XHtmlRdfAVocabularyVocabularyUri Property

Gets/Sets the Vocabulary URI.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public string VocabularyUri { get; set; }

Property Value

Type: String

Implements

IRdfAVocabularyVocabularyUri
Exceptions
ExceptionCondition
NotSupportedExceptionSet throws this since this vocabulary is fixed and cannot be changed.
See Also