Volksdata 1.0b12
RDF library and triple store
Loading...
Searching...
No Matches
VOLK_DataSet Struct Reference

RDF Dataset type. More...

#include <data_set.h>

Collaboration diagram for VOLK_DataSet:

Data Fields

VOLK_TermSetgr
 Graphs in the data set.
VOLK_Storestore

Detailed Description

RDF Dataset type.

The data set structure is transparent and allows for low-level operations on the embedded VOLK_Store and VOLK_TermSet members, while providing a few specific convenience functions.

Definition at line 26 of file data_set.h.

Field Documentation

◆ gr

VOLK_TermSet* VOLK_DataSet::gr

Graphs in the data set.

Definition at line 29 of file data_set.h.

◆ store

VOLK_Store* VOLK_DataSet::store

Backing store. It MUST support the VOLK_STORE_CTX feature.

Definition at line 27 of file data_set.h.


The documentation for this struct was generated from the following file: