DynamicGraphAdd Method (Uri, Object) |
Asserts statements equivalent to the parameters.
Namespace:
VDS.RDF.Dynamic
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public void Add(
Uri subject,
Object predicateAndObjects
)
Public Sub Add (
subject As Uri,
predicateAndObjects As Object
)
Parameters
- subject
- Type: SystemUri
The subject to assert. - predicateAndObjects
- Type: SystemObject
An object with public properties or a dictionary representing predicates and objects to assert.
Implements
IDictionaryTKey, TValueAdd(TKey, TValue)Exceptions See Also