Dataquay 0.8
|
A list of RDF triples. More...
#include <Triple.h>
Public Member Functions | |
bool | matches (const Triples &other) const |
Return true if the two Triples lists contain the same elements. | |
Nodes | subjects () |
Nodes | predicates () |
Nodes | objects () |
|
inline |
Return true if the two Triples lists contain the same elements.
Triples is an ordered list, so operator== returns true only if the two lists have the same elements in the same order; this test is independent of order (although not independent of number, in the case of duplicate triples) and so may be more meaningful in some cases.
|
inline |
Definition at line 132 of file Triple.h.
References Dataquay::Triple::a.
|
inline |
Definition at line 137 of file Triple.h.
References Dataquay::Triple::b.
|
inline |
Definition at line 142 of file Triple.h.
References Dataquay::Triple::c.