Sha256: 87b9a3f49e0e5e7d96f6a4fb8b9cabfa00b7863f084732d1f4cd589d1a635dbf
Contents?: true
Size: 512 Bytes
Versions: 9
Compression:
Stored size: 512 Bytes
Contents
<h1>Dataset: <%= 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
9 entries across 9 versions & 1 rubygems