Click or drag to resize

OntologyResourceRemoveLiteralProperty Method (String, ILiteralNode, Boolean)

Removes a literal value for a property.

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

Parameters

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

See Also