Volksdata 1.0b7
RDF library
Loading...
Searching...
No Matches
VOLK_Triple Struct Reference

RDF triple. More...

#include <term.h>

Collaboration diagram for VOLK_Triple:

Data Fields

VOLK_Terms
 Subject.
VOLK_Termp
 Predicate.
VOLK_Termo
 Object.

Detailed Description

RDF triple.

This represents a complete RDF statement. Triple terms can be accessed directly via the s, p, o members or sequentially via VOLK_triple_pos().

Definition at line 86 of file term.h.

Field Documentation

◆ s

VOLK_Term* VOLK_Triple::s

Subject.

Definition at line 87 of file term.h.

◆ p

VOLK_Term* VOLK_Triple::p

Predicate.

Definition at line 88 of file term.h.

◆ o

VOLK_Term* VOLK_Triple::o

Object.

Definition at line 89 of file term.h.


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