示例#1
0
 /**
  * Answer a ReifiedStatement that is based on the given node.
  *
  * @param n the node which represents the reification (and is bound to some triple t)
  * @return a ReifiedStatement associating the resource of n with the statement of t.
  */
 private ReifiedStatement getRS(Node n) {
   return ReifiedStatementImpl.createExistingReifiedStatement(model, n);
 }