OntologyResourceRemoveLiteralProperty Method (Uri, ILiteralNode, Boolean) |
Removes a literal value for a property.
Namespace:
VDS.RDF.Ontology
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool RemoveLiteralProperty(
Uri propertyUri,
ILiteralNode value,
bool persist
)
Public Function RemoveLiteralProperty (
propertyUri As Uri,
value As ILiteralNode,
persist As Boolean
) As Boolean
Parameters
- propertyUri
- Type: SystemUri
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.Uri,VDS.RDF.ILiteralNode,System.Boolean)"]
See Also