Click or drag to resize

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
)

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