Sha256: 92dc0e2dd5ef7c0bdea1870f3e10626a6ee5196f078e7bae9b7660ddf68319f0

Contents?: true

Size: 642 Bytes

Versions: 28

Compression:

Stored size: 642 Bytes

Contents

<table>
  <thead>
    <% if defined?(show_title) && show_title %>
      <tr>
        <td colspan="2">
          <%= resource.label %><br/>
          <%= resource.uri %>
        </td>
      </tr>
    <% end %>
    <tr>
      <th>Predicate</th>
      <th>Object</th>
    </tr>
  </thead>
  <tbody>
    <% resource.predicates.each do |pred| %>
      <tr>
        <td>
          <%= resource_uri_or_label(resource, pred) %>
        </td>
        <td>
          <% resource.read_predicate(pred).each do |obj| %>
            <%= resource_uri_or_label(resource, obj) %>
          <% end %>
        </td>
      </tr>
    <% end %>
  </tbody>
</table>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
publish_my_data-0.0.32 app/views/publish_my_data/resources/_predicates_table.html.erb
publish_my_data-0.0.31 app/views/publish_my_data/resources/_predicates_table.html.erb
publish_my_data-0.0.30 app/views/publish_my_data/resources/_predicates_table.html.erb
publish_my_data-0.0.29 app/views/publish_my_data/resources/_predicates_table.html.erb
publish_my_data-0.0.28 app/views/publish_my_data/resources/_predicates_table.html.erb
publish_my_data-0.0.27 app/views/publish_my_data/resources/_predicates_table.html.erb
publish_my_data-0.0.26 app/views/publish_my_data/resources/_predicates_table.html.erb
publish_my_data-0.0.25 app/views/publish_my_data/resources/_predicates_table.html.erb
publish_my_data-0.0.24 app/views/publish_my_data/resources/_predicates_table.html.erb
publish_my_data-0.0.23 app/views/publish_my_data/resources/_predicates_table.html.erb
publish_my_data-0.0.22 app/views/publish_my_data/resources/_predicates_table.html.erb
publish_my_data-0.0.21 app/views/publish_my_data/resources/_predicates_table.html.erb
publish_my_data-0.0.20 app/views/publish_my_data/resources/_predicates_table.html.erb
publish_my_data-0.0.19 app/views/publish_my_data/resources/_predicates_table.html.erb
publish_my_data-0.0.18 app/views/publish_my_data/resources/_predicates_table.html.erb
publish_my_data-0.0.17 app/views/publish_my_data/resources/_predicates_table.html.erb
publish_my_data-0.0.16 app/views/publish_my_data/resources/_predicates_table.html.erb
publish_my_data-0.0.15 app/views/publish_my_data/resources/_predicates_table.html.erb
publish_my_data-0.0.14 app/views/publish_my_data/resources/_predicates_table.html.erb
publish_my_data-0.0.13 app/views/publish_my_data/resources/_predicates_table.html.erb