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.RDFTriple
Triple. - graphID
 - Type: SystemString
Graph ID to store Triple for. 
See Also