diff --git a/productMods/WEB-INF/ontologies/app/customListViews.owl b/productMods/WEB-INF/ontologies/app/listViewConfig.owl
similarity index 80%
rename from productMods/WEB-INF/ontologies/app/customListViews.owl
rename to productMods/WEB-INF/ontologies/app/listViewConfig.owl
index 2876dffd..cfba17e8 100644
--- a/productMods/WEB-INF/ontologies/app/customListViews.owl
+++ b/productMods/WEB-INF/ontologies/app/listViewConfig.owl
@@ -16,7 +16,7 @@
xmlns:vitro="&vitro;">
- objectPropertyList-educationalTraining.xml
+ objectPropertyList-educationalTraining.xml
diff --git a/productMods/config/objectPropertyList-educationalTraining.xml b/productMods/config/listViewConfig-educationalTraining.xml
similarity index 92%
rename from productMods/config/objectPropertyList-educationalTraining.xml
rename to productMods/config/listViewConfig-educationalTraining.xml
index de2dbec8..bc9234d9 100644
--- a/productMods/config/objectPropertyList-educationalTraining.xml
+++ b/productMods/config/listViewConfig-educationalTraining.xml
@@ -1,6 +1,6 @@
-
+
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX core: <http://vivoweb.org/ontology/core#>
@@ -20,5 +20,5 @@
} ORDER BY DESC(?dateTime)
- shortView-educationalTraining.ftl
-
\ No newline at end of file
+ propStatement-educationalTraining.ftl
+
\ No newline at end of file
diff --git a/productMods/templates/freemarker/body/partials/individual/shortView-educationalTraining.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-educationalTraining.ftl
similarity index 77%
rename from productMods/templates/freemarker/body/partials/individual/shortView-educationalTraining.ftl
rename to productMods/templates/freemarker/body/partials/individual/propStatement-educationalTraining.ftl
index 73cff49b..b26cbe22 100644
--- a/productMods/templates/freemarker/body/partials/individual/shortView-educationalTraining.ftl
+++ b/productMods/templates/freemarker/body/partials/individual/propStatement-educationalTraining.ftl
@@ -1,10 +1,9 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
-<#-- Custom object property statement short view for http://vivoweb.org/ontology/core#educationalTraining -->
+<#-- Custom object property statement view for http://vivoweb.org/ontology/core#educationalTraining -->
<#import "lib-sequence.ftl" as s>
-<#compress>
<#assign degree>
<#if statement.degree??>
<@s.join [ statement.degreeAbbr!statement.degreeName, statement.majorField! ], " in " />
@@ -14,4 +13,3 @@
<#assign org>${statement.orgName}#assign>
<@s.join [ degree, org, statement.deptOrSchool!, statement.info!, statement.datetime! ] />
-#compress>
\ No newline at end of file