<table class="node-table">
  <tbody>
    <tr>
      <?for p ["s", "p", "o"]?>
        <?if p != $arg.ignore?><th><div><?t capitalise(fullName[p])?></div></th><?if.?>
      <?for.?>
      <?if showGraphNames?><th><div>Graph Name</div></th><?if.?>
      <?if userWrite()?><th></th><?if.?>
    </tr>
    <?triplerows $arg?>
  </tbody>
  <?if $arg.more?>
    <tbody><tr><td colspan="0" class="more">
      <?more $arg.more?>
    </td></tr></tbody>
  <?if.?>
</table>
