Creates a new Batch Triple.
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic BatchTriple(
Triple t,
string graphID
)
Public Sub New (
t As Triple,
graphID As String
)
Parameters
- t
- Type: VDS.RDF.Triple
Triple. - graphID
- Type: System.String
Graph ID to store Triple for.
See Also