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
)
Sub AddTerm (
term As String,
uri As String
)
Parameters
- term
- Type: SystemString
Term. - uri
- Type: SystemString
URI.
See Also