Click or drag to resize

OntologyResourceAddLabel Method (String)

Adds a label for the resource.

Namespace:  VDS.RDF.Ontology
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool AddLabel(
	string label
)

Parameters

label
Type: SystemString
Label.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Ontology.OntologyResource.AddLabel(System.String)"]

See Also