diff --git a/productMods/config/listViewConfig-informationResourceInAuthorship.xml b/productMods/config/listViewConfig-informationResourceInAuthorship.xml index 072e627f..93069d9f 100644 --- a/productMods/config/listViewConfig-informationResourceInAuthorship.xml +++ b/productMods/config/listViewConfig-informationResourceInAuthorship.xml @@ -10,7 +10,7 @@ PREFIX afn: <http://jena.hpl.hp.com/ARQ/function#> PREFIX foaf: <http://xmlns.com/foaf/0.1/> - SELECT DISTINCT ?subclass + SELECT DISTINCT ?subclass ?authorship ?person ?personName WHERE { ?subject ?property ?authorship @@ -21,8 +21,9 @@ OPTIONAL { ?person a ?subclass . ?subclass rdfs:subClassOf foaf:Person } - - } ORDER BY ?subclass ?rank ?personName + + } + } ORDER BY ?subclass ?rank ?personName