dotNetRDF API Documentation

Graph.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

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