Sha256: ad1b7f3f050da423343f217945cb6463c00c17e560c9abc82e0c93c61ff5b200
Contents?: true
Size: 509 Bytes
Versions: 3
Compression:
Stored size: 509 Bytes
Contents
<h1>Dataset: <%= dataset.title %></h1> <%= dataset.description %> <h2> Types in this ds</h2> <% dataset.types.each do |t| %> <%= link_to t.label || t.uri, resource_path_from_uri(t.uri) %> (<%= link_to "#{dataset.type_count(t)} 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