diff --git a/productMods/config/listViewConfig-dataDefault.xml b/productMods/config/listViewConfig-dataDefault.xml deleted file mode 100644 index f87462fc..00000000 --- a/productMods/config/listViewConfig-dataDefault.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - SELECT ?value - WHERE { - - ?subject ?property ?value - FILTER isLiteral(?value) - } ORDER BY ?value - - - - CONSTRUCT { - ?subject ?property ?value - } WHERE { - ?subject ?property ?value - } - - - - diff --git a/productMods/templates/freemarker/body/partials/individual/propStatement-dataDefault.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-dataDefault.ftl deleted file mode 100644 index 5adbc607..00000000 --- a/productMods/templates/freemarker/body/partials/individual/propStatement-dataDefault.ftl +++ /dev/null @@ -1,18 +0,0 @@ -<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> - -<#-- VIVO-specific default data property statement template. - - This template must be self-contained and not rely on other variables set for the individual page, because it - is also used to generate the property statement during a deletion. - --> - -<@showStatement statement /> - -<#macro showStatement statement> - ${statement.value!} - - - - - -