diff --git a/productMods/templates/freemarker/body/partials/individual/propStatement-educationalTraining.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-educationalTraining.ftl
index 3cf59637..b2a77f54 100644
--- a/productMods/templates/freemarker/body/partials/individual/propStatement-educationalTraining.ftl
+++ b/productMods/templates/freemarker/body/partials/individual/propStatement-educationalTraining.ftl
@@ -26,7 +26,12 @@
<#local linkedIndividual>
<#if statement.org??>
- ${statement.orgName}
+ <#assign schemaType = "http://schema.org/Organization" />
+ <#assign subclass = statement.subclass!"" />
+ <#if subclass?contains("Educational") >
+ <#assign schemaType = "http://schema.org/CollegeOrUniversity" />
+ #if>
+ ${statement.orgName}
<#elseif editable>
<#-- Show the link to the context node only if the user is editing the page. -->
${i18n().missing_organization}