Click or drag to resize

IRdfAVocabulary Interface

Interface for RDFa Vocabularies.

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

The IRdfAVocabulary type exposes the following members.

Properties
  NameDescription
Public propertyMappings
Gets the Term Mappings.
Public propertyNamespaces
Gets the Namespace Mappings.
Public propertyVocabularyUri
Gets/Sets the Vocabulary URI.
Top
Methods
  NameDescription
Public methodAddNamespace
Adds a Namespace to the Vocabulary.
Public methodAddTerm
Adds a Term to the Vocabulary.
Public methodHasTerm
Gets whether a Vocabulary contains a Term.
Public methodMerge
Merges another Vocabulary into this one.
Public methodResolveTerm
Resolves a Term in the Vocabulary.
Top
See Also