Returns true if this format can be used to serialize RDF datasets consisting of multiple graphs
Namespace: BrightstarDB
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
C# |
---|
public bool SupportsDatasets { get; } |
Visual Basic |
---|
Public ReadOnly Property SupportsDatasets As Boolean Get |
Visual C++ |
---|
public: property bool SupportsDatasets { bool get (); } |
F# |
---|
member SupportsDatasets : bool with get |