Click or drag to resize

OntologyResourceRemoveResourceProperty Method (Uri, INode, Boolean)

Removes a value for a property.

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

Parameters

propertyUri
Type: SystemUri
Property URI.
value
Type: VDS.RDFINode
Value to remove.
persist
Type: SystemBoolean
Whether the removed value is removed from the Graph.

Return Value

Type: Boolean

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

See Also