Click or drag to resize

OntologyResource.AddLiteralProperty Method (String, ILiteralNode, Boolean)

Adds a new literal value for a property.

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

Parameters

propertyUri
Type: System.String
Property URI.
value
Type: VDS.RDF.ILiteralNode
Literal Value.
persist
Type: System.Boolean
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.String,VDS.RDF.ILiteralNode,System.Boolean)"]

See Also