diff --git a/productMods/config/listViewConfig-hasRole.xml b/productMods/config/listViewConfig-hasRole.xml
index 7aac0c99..43a57b98 100644
--- a/productMods/config/listViewConfig-hasRole.xml
+++ b/productMods/config/listViewConfig-hasRole.xml
@@ -24,7 +24,7 @@
?dateTimeEndValue core:dateTime ?dateTimeEnd }
}
}
- } ORDER BY DESC(?dateTimeStart) DESC(?dateTimeEnd) ?personName
+ } ORDER BY DESC(?dateTimeEnd) DESC(?dateTimeStart) ?personName
propStatement-hasRole.ftl
diff --git a/productMods/config/listViewConfig-personInPosition.xml b/productMods/config/listViewConfig-personInPosition.xml
index 2c04e62d..6f3344f3 100644
--- a/productMods/config/listViewConfig-personInPosition.xml
+++ b/productMods/config/listViewConfig-personInPosition.xml
@@ -24,7 +24,7 @@
?dateTimeEndValue core:dateTime ?dateTimeEnd }
}
}
- } ORDER BY DESC(?dateTimeStart) DESC(?dateTimeEnd) ?orgName
+ } ORDER BY DESC(?dateTimeEnd) DESC(?dateTimeStart) ?orgName
propStatement-personInPosition.ftl
diff --git a/productMods/config/listViewConfig-relatedRole.xml b/productMods/config/listViewConfig-relatedRole.xml
index 014c430b..1cbbc53b 100644
--- a/productMods/config/listViewConfig-relatedRole.xml
+++ b/productMods/config/listViewConfig-relatedRole.xml
@@ -29,7 +29,7 @@
?dateTimeStartValue core:dateTime ?dateTimeStart }
}
OPTIONAL { GRAPH ?g10 { ?dateTimeInterval core:end ?dateTimeEndValue .
- ?dateTimeEndValue core:dateTime ?dateTimeEnd }
+ ?dateTimeEndValue core:dateTime ?dateTimeEnd }
}
}
} ORDER BY ?subclass DESC(?dateTimeEnd) DESC(?dateTimeStart) ?indivName