From cf2e90a9ad5c69a73148c5219a2e6156d6975e15 Mon Sep 17 00:00:00 2001 From: stellamit Date: Thu, 10 Nov 2011 21:19:19 +0000 Subject: [PATCH] NIHVIVO-3303 display of external concepts and/or the defining vocabulary associated with a concept --- .../WEB-INF/filegraph/tbox/isDefinedBy.owl | 25 +++++++++++++++++++ .../propStatement-hasAssociatedConcept.ftl | 4 +-- 2 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 productMods/WEB-INF/filegraph/tbox/isDefinedBy.owl diff --git a/productMods/WEB-INF/filegraph/tbox/isDefinedBy.owl b/productMods/WEB-INF/filegraph/tbox/isDefinedBy.owl new file mode 100644 index 00000000..df14801a --- /dev/null +++ b/productMods/WEB-INF/filegraph/tbox/isDefinedBy.owl @@ -0,0 +1,25 @@ + + + + + diff --git a/productMods/templates/freemarker/body/partials/individual/propStatement-hasAssociatedConcept.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-hasAssociatedConcept.ftl index e330d897..b2cde02b 100644 --- a/productMods/templates/freemarker/body/partials/individual/propStatement-hasAssociatedConcept.ftl +++ b/productMods/templates/freemarker/body/partials/individual/propStatement-hasAssociatedConcept.ftl @@ -12,8 +12,8 @@ next statement --> <#macro showConcept statement> <#if statement.vocabularySourceName??> - ${statement.conceptLabel!statement.conceptName} (${statement.vocabularySourceName}) + ${statement.conceptLabel!statement.conceptName} (${statement.vocabularySourceName}) <#else> - ${statement.conceptLabel!statement.conceptName} + ${statement.conceptLabel!statement.conceptName}