OntologyResource.RemoveResourceProperty Method (String, INode, Boolean) |
Removes a value for a property.
Namespace:
VDS.RDF.Ontology
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic bool RemoveResourceProperty(
string propertyUri,
INode value,
bool persist
)
Public Function RemoveResourceProperty (
propertyUri As String,
value As INode,
persist As Boolean
) As Boolean
Parameters
- propertyUri
- Type: System.String
Property URI. - value
- Type: VDS.RDF.INode
Value to remove. - persist
- Type: System.Boolean
Whether the removed value is removed from the Graph.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Ontology.OntologyResource.RemoveResourceProperty(System.String,VDS.RDF.INode,System.Boolean)"]
See Also