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}
#if>
#macro>