Classification
<% for i, bc in ipairs(breadcrumbs) do %> <% cls, label = table.unpack(bc) %> <% if i ~= 1 then %> ➳ <% end %> <%= label -%> <% end %>
RDF documentMetadata
-
<% for p, ol in pairs(techmd) do %>
-
<% if ol.label then %><%= ol.label %>
<% else %>
<%= ol.uri %>
<% end %>
<% for _, o in ipairs(ol) do %>
- <%= o %> <% end %> <% end %>
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 %>