diff --git a/productMods/config/listViewConfig-authorInAuthorship.xml b/productMods/config/listViewConfig-authorInAuthorship.xml index 4fe65593..1c8173ea 100644 --- a/productMods/config/listViewConfig-authorInAuthorship.xml +++ b/productMods/config/listViewConfig-authorInAuthorship.xml @@ -39,14 +39,14 @@ ?infoResource ?infoResourceName ?dateTime WHERE { GRAPH <urn:x-arq:UnionGraph> { { - ?subject ?property ?authorship + ?subject ?property ?authorship . ?authorship core:linkedInformationResource ?infoResource . ?infoResource rdfs:label ?infoResourceName . ?infoResource a ?subclass . ?subclass rdfs:subClassOf core:InformationResource . } UNION { - ?subject ?property ?authorship + ?subject ?property ?authorship . ?authorship core:linkedInformationResource ?infoResource . ?infoResource rdfs:label ?infoResourceName . ?infoResource a ?subclass .