diff --git a/productMods/templates/freemarker/body/individual/individual.ftl b/productMods/templates/freemarker/body/individual/individual.ftl index 290c49a5..5914ca06 100644 --- a/productMods/templates/freemarker/body/individual/individual.ftl +++ b/productMods/templates/freemarker/body/individual/individual.ftl @@ -18,6 +18,12 @@ +<#if individual.conceptSubclass() > + <#assign overview = propertyGroups.pullProperty("http://www.w3.org/2004/02/skos/core#broader")!> + <#assign overview = propertyGroups.pullProperty("http://www.w3.org/2004/02/skos/core#narrower")!> + <#assign overview = propertyGroups.pullProperty("http://www.w3.org/2004/02/skos/core#related")!> + + <#include "individual-vitro.ftl">