Themes
<% @themes.each do |t| %>
<%= link_to (t.label || t.uri), theme_path(t) %> (<%= pluralize( t.datasets_criteria.count, "dataset" )%>)
<%= t.comment %>
<% end %>
Get this list as:
<%= link_to 'N-triples', :format => 'nt' %>
<%= link_to 'Turtle', :format => 'ttl' %>
<%= link_to 'RDF/XML', :format => 'rdf' %>
<%= link_to 'JSON', :format => 'json' %>