<%- header_tpl({site_title = site_title, title = title}) %>

<%= breadcrumbs[#breadcrumbs][2] %>: <%= title %>

Classification

<% for i, bc in ipairs(breadcrumbs) do %> <% cls, label = table.unpack(bc) %> <% if i ~= 1 then %>  ➳  <% end %> <%= label -%> <% end %>

RDF document

Metadata

<% for _, ol in ipairs(dmd) do %>
<% if ol.label then %><%= ol.label %> <% else %><%= ol.uri %><% end %>
<% for _, o in ipairs(ol) do %>
<%= o %>
<% end %> <% end %>
<% if #rel > 0 then %>

Relationships

<% for p, ol in pairs(rel) do %>
<% if ol.label then %><%= ol.label %> <% else %><%= ol.uri %><% end %>
<% for _, o in ipairs(ol) do %>
<%= o.data %>
<% end %> <% end %>
<% end %> <% if #children > 0 then %>

Contains

<% end %>