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
)
Public Function AddLabel (
label As String
) As Boolean
Parameters
- label
- Type: SystemString
Label.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Ontology.OntologyResource.AddLabel(System.String)"]
See Also