dotNetRDF API Documentation

ThreadSafeGraph.Assert(Triple) Method

Asserts multiple Triples in the Graph

public override void Assert(
   Triple[] ts
);

Parameters

ts
Array of Triples to add

Implements

IGraph.Assert

See Also

ThreadSafeGraph Class | VDS.RDF Namespace | ThreadSafeGraph.Assert Overload List