Click or drag to resize

IRdfAVocabularyAddTerm Method

Adds a Term to the Vocabulary.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
void AddTerm(
	string term,
	string uri
)

Parameters

term
Type: SystemString
Term.
uri
Type: SystemString
URI.
See Also