The interface implemented by any class that receives a sequence of RDF statements from a triple
generator such as an RDF parser or a data model serializer.
Namespace: BrightstarDB.RdfAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public interface ITripleSink |
| Visual Basic |
|---|
Public Interface ITripleSink |
| Visual C++ |
|---|
public interface class ITripleSink |
| F# |
|---|
type ITripleSink = interface end |