Sha256: c7a8af11665cc42519daf7fdff8e7626ee7b75adf5a8a3bd4fe9a46cba376c83
Contents?: true
Size: 508 Bytes
Versions: 3
Compression:
Stored size: 508 Bytes
Contents
<h1><%= @dataset.title %></h1> <%= @dataset.description %> <h2> Types in this ds</h2> <% @types.each do |t| %> <%= link_to t.label || t.uri, resource_path_from_uri(t.uri) %> (<%= link_to "#{@type_resource_counts[t.uri.to_s]} resources", list_resources_path(dataset: @dataset.slug, type_uri: t.uri)%>) <br/> <% end %> <br/> Get this page as: <%= link_to 'N-triples', format: 'nt' %> <%= link_to 'Turtle', format: 'ttl' %> <%= link_to 'RDF/XML', format: 'rdf' %> <%= link_to 'JSON', format: 'json' %>
Version data entries
3 entries across 3 versions & 1 rubygems