XHtmlRdfAVocabularyHasTerm Method |
Gets whether the Vocabulary contains a Term.
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool HasTerm(
string term
)
Public Function HasTerm (
term As String
) As Boolean
Parameters
- term
- Type: SystemString
Term.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Parsing.XHtmlRdfAVocabulary.HasTerm(System.String)"]
Implements
IRdfAVocabularyHasTerm(String)See Also