this.subject = triple.getSubject() ;
// Canonicalise: A triple and a path with a using P_Link of a URI
Node p = triple.getPredicate() ;
if ( p.isURI() )
{
this.path = new P_Link(triple.getPredicate()) ;
this.predicate = p ;
}
else
{
this.path = null ;