An enumeration of the RDF formats supported by BrightstarDB

Namespace: BrightstarDB
Assembly: 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

Inheritance Hierarchy

System..::..Object
  BrightstarDB..::..FormatInfo
    BrightstarDB..::..RdfFormat

See Also