diff --git a/webapp/web/templates/freemarker/body/partials/individual/dataPropertyList-statements.ftl b/webapp/web/templates/freemarker/body/partials/individual/dataPropertyList-statements.ftl deleted file mode 100644 index f484eb8b6..000000000 --- a/webapp/web/templates/freemarker/body/partials/individual/dataPropertyList-statements.ftl +++ /dev/null @@ -1,7 +0,0 @@ -<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> - -<#-- Template to list statements for a data property --> - -<#list property.statements as statement> -
  • ${statement.value}
  • - \ No newline at end of file diff --git a/webapp/web/templates/freemarker/body/partials/individual/objectPropertyList-collated.ftl b/webapp/web/templates/freemarker/body/partials/individual/objectPropertyList-collated.ftl deleted file mode 100644 index 4e776ec34..000000000 --- a/webapp/web/templates/freemarker/body/partials/individual/objectPropertyList-collated.ftl +++ /dev/null @@ -1,10 +0,0 @@ -<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> - -<#-- Template for collated object property statement list --> - -

    Display of collated object property statements is in progress.

    - -<#list property.subclasses as subclass> -

    ${subclass}

    - <@listStatements subclass.statements /> - \ No newline at end of file diff --git a/webapp/web/templates/freemarker/body/partials/individual/objectPropertyList-statements.ftl b/webapp/web/templates/freemarker/body/partials/individual/objectPropertyList-statements.ftl deleted file mode 100644 index e1eff4079..000000000 --- a/webapp/web/templates/freemarker/body/partials/individual/objectPropertyList-statements.ftl +++ /dev/null @@ -1,9 +0,0 @@ -<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> - -<#-- Template to list statements for an object property --> - -<#list statements as statement> -
  • - <#include "${property.template}"> -
  • - diff --git a/webapp/web/templates/freemarker/body/partials/individual/objectPropertyList-uncollated.ftl b/webapp/web/templates/freemarker/body/partials/individual/objectPropertyList-uncollated.ftl deleted file mode 100644 index a4d6c1a31..000000000 --- a/webapp/web/templates/freemarker/body/partials/individual/objectPropertyList-uncollated.ftl +++ /dev/null @@ -1,6 +0,0 @@ -<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> - -<#-- Template for uncollated object property statement list --> - -<#assign statements = property.statements> -<#include "objectPropertyList-statements.ftl"> \ No newline at end of file