diff --git a/productMods/config/listViewConfig-hasAttendeeRole.xml b/productMods/config/listViewConfig-hasAttendeeRole.xml index 7646f4a9..94a33f72 100644 --- a/productMods/config/listViewConfig-hasAttendeeRole.xml +++ b/productMods/config/listViewConfig-hasAttendeeRole.xml @@ -3,9 +3,6 @@ - - - PREFIX afn: <http://jena.hpl.hp.com/ARQ/function#> diff --git a/productMods/templates/freemarker/body/partials/individual/propStatement-hasAttendeeRole.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-hasAttendeeRole.ftl index ef6b8499..7c8625e7 100644 --- a/productMods/templates/freemarker/body/partials/individual/propStatement-hasAttendeeRole.ftl +++ b/productMods/templates/freemarker/body/partials/individual/propStatement-hasAttendeeRole.ftl @@ -27,14 +27,14 @@ <@dt.yearSpan statement.dateTime! /> - <#local superEvent> + <#local attendedEvent> <#if statement.event2?has_content && statement.event2Label?has_content> - ${statement.event2Label} + at ${statement.event2Label} <#elseif statement.series?has_content && statement.seriesLabel?has_content> - ${statement.seriesLabel} + at ${statement.seriesLabel} - <@s.join [ linkedIndividual, statement.roleLabel!, superEvent! ] /> ${dateTime!} + <@s.join [ linkedIndividual, attendedEvent! ] /> ${dateTime!} \ No newline at end of file