5556575859606162
public Triple next() throws TrippiException { RelationshipTuple tuple = m_TupleArray.get(index++); try { return tuple.toTriple(m_map); } catch (URISyntaxException e) { throw new TrippiException("Invalid URI in Triple", e); } }