dotNetRDF API Documentation

ThreadSafeGraph.Assert(Triple) Method

Asserts a Triple in the Graph

public override bool Assert(
   Triple t
);

Parameters

t
The Triple to add to the Graph

Implements

IGraph.Assert

See Also

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