Volksdata 1.0b10
RDF library
Loading...
Searching...
No Matches
VOLK_Dataset Struct Reference

RDF Dataset type. More...

#include <dataset.h>

Collaboration diagram for VOLK_Dataset:

Data Fields

VOLK_TermSetgr
 Graphs in the dataset.
VOLK_Storestore

Detailed Description

RDF Dataset type.

The dataset 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 dataset.h.

Field Documentation

◆ gr

VOLK_TermSet* VOLK_Dataset::gr

Graphs in the dataset.

Definition at line 29 of file dataset.h.

◆ store

VOLK_Store* VOLK_Dataset::store

Backing store. It MUST support the VOLK_STORE_CTX feature.

Definition at line 27 of file dataset.h.


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