Click or drag to resize

OntologyResourceAddLiteralProperty Method (Uri, ILiteralNode, Boolean)

Adds a new literal value for a property.

Namespace:  VDS.RDF.Ontology
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool AddLiteralProperty(
	Uri propertyUri,
	ILiteralNode value,
	bool persist
)

Parameters

propertyUri
Type: SystemUri
Property URI.
value
Type: VDS.RDFILiteralNode
Literal Value.
persist
Type: SystemBoolean
Whether the new value should be added to the Graph.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Ontology.OntologyResource.AddLiteralProperty(System.Uri,VDS.RDF.ILiteralNode,System.Boolean)"]

See Also