MICO Platform
 All Classes Namespaces Functions Variables Friends
Public Member Functions | List of all members
mico::rdf::model::Statement Class Reference

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 ResourcegetSubject () const
 Gets the subject of this statement.
 
const URIgetPredicate () const
 Gets the predicate of this statement.
 
const ValuegetObject () const
 Gets the object of this statement.
 

Detailed Description

Representation of an RDF triple, consisting of subject, predicate and object.


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