diff --git a/languages/es_GO/themes/wilma/i18n/all_es_GO.properties b/languages/es_GO/themes/wilma/i18n/all_es_GO.properties index d71660c0..d784a516 100644 --- a/languages/es_GO/themes/wilma/i18n/all_es_GO.properties +++ b/languages/es_GO/themes/wilma/i18n/all_es_GO.properties @@ -875,4 +875,5 @@ name_suffix = Sufijo de nombre administering_organization_for = administración de la organización para missing_credential = falta credencial grant_administered_by = conceder administrado por -missing_grant = falta de subvención \ No newline at end of file +missing_grant = falta de subvención +editor_of_entry = editor de para \ No newline at end of file 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">