#include <QString>
#include <QStringList>
#include <QHash>
#include <QVariant>
#include <QVariantList>
#include "Node.h"
Go to the source code of this file.
|
class | Dataquay::PropertyObject |
| PropertyObject is a helper class for managing RDF properties of an object URI – that is, triples that share a common subject and possibly a common prefix for the predicate, and that have only one value for each subject-predicate combination. More...
|
|
class | Dataquay::CacheingPropertyObject |
| CacheingPropertyObject is a helper class for managing RDF properties of an object URI – that is, triples that share a common subject and possibly a common prefix for the predicate, and that have only one value for each subject-predicate combination. More...
|
|