Click or drag to resize

OntologyResourceAddLabel Method (String, String)

Adds a label in a specific language for a resource.

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

Parameters

label
Type: SystemString
Label.
lang
Type: SystemString
Language.

Return Value

Type: Boolean

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

See Also