An enumeration of the RDF formats supported by BrightstarDB 
            
Namespace: BrightstarDBAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# | 
|---|
public class RdfFormat : FormatInfo  | 
| Visual Basic | 
|---|
Public Class RdfFormat Inherits FormatInfo  | 
| Visual C++ | 
|---|
public ref class RdfFormat : public FormatInfo  | 
| F# | 
|---|
type RdfFormat = class inherit FormatInfo end  |