Representation of an RDF triple, consisting of subject, predicate and object. More...
#include <rdf_model.hpp>
Public Member Functions | |
| Statement (Resource &s, URI &p, Value &o) | |
| const Resource & | getSubject () const |
| Gets the subject of this statement. | |
| const URI & | getPredicate () const |
| Gets the predicate of this statement. | |
| const Value & | getObject () const |
| Gets the object of this statement. | |
Representation of an RDF triple, consisting of subject, predicate and object.
1.8.8