6 #ifndef QUERY_TRIPLES_HPP_
7 #define QUERY_TRIPLES_HPP_
8 #include "boost/range.hpp"
27 boost::iterator_range<Rdf_list_iter_s>
inline rdf_list(
34 inline std::string find_label(
const Node_id nid, Triple_store
const& store) {
35 Triple_store::result_b<1,1,0,0>::type r =
36 store.find_triple(nid, owlcpp::terms::rdfs_label::id(), any(), any());
38 return to_string(r.front().obj_, store);