Click or drag to resize

OntologyResource.AddResourceProperty Method (String, INode, Boolean)

Adds a new value for a property.

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

Parameters

propertyUri
Type: System.String
Property URI.
value
Type: VDS.RDF.INode
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.AddResourceProperty(System.String,VDS.RDF.INode,System.Boolean)"]

See Also