OntologyResourceAddResourceProperty Method (Uri, INode, Boolean) |
Adds a new value for a property.
Namespace:
VDS.RDF.Ontology
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool AddResourceProperty(
Uri propertyUri,
INode value,
bool persist
)
Public Function AddResourceProperty (
propertyUri As Uri,
value As INode,
persist As Boolean
) As Boolean
Parameters
- propertyUri
- Type: SystemUri
Property URI. - value
- Type: VDS.RDFINode
Literal Value. - persist
- Type: SystemBoolean
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.Uri,VDS.RDF.INode,System.Boolean)"]
See Also