Sha256: 259221eb3ee5120b83bea5c55a942342f986fcc274c277ab92619ca40916e7c6

Contents?: true

Size: 433 Bytes

Versions: 3

Compression:

Stored size: 433 Bytes

Contents

<table>
  <thead>
    <tr>
      <th>Predicate</th>
      <th>Object</th>
    </tr>
  </thead>
  <tbody>
    <% @resource.predicates.each do |pred| %>
      <tr>
        <td>
          <%= resource_uri_or_label(pred) %>
        </td>
        <td>
          <% @resource.read_predicate(pred).each do |obj| %>
            <%= resource_uri_or_label(obj) %>
          <% end %>
        </td>
      </tr>
    <% end %>
  </tbody>
</table>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
publish_my_data-0.0.3 app/views/publish_my_data/resources/_predicates_table.html.erb
publish_my_data-0.0.2 app/views/publish_my_data/resources/_predicates_table.html.erb
publish_my_data-0.0.1 app/views/publish_my_data/resources/_predicates_table.html.erb