Click or drag to resize

IRdfAVocabulary.AddTerm 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: System.String
Term.
uri
Type: System.String
URI.
See Also