summaryrefslogtreecommitdiffstats
path: root/raul/RDFNode.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/RDFNode.hpp')
-rw-r--r--raul/RDFNode.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/raul/RDFNode.hpp b/raul/RDFNode.hpp
index cdc103b..48e9b6d 100644
--- a/raul/RDFNode.hpp
+++ b/raul/RDFNode.hpp
@@ -51,6 +51,7 @@ public:
World* world() const { return _world; }
librdf_node* get_node() const { return _node; }
+ librdf_uri* get_uri() const { return librdf_node_get_uri(_node); }
operator bool() const { return (_world != NULL && _node != NULL); }