The query that is hanging Mulgara:
select $cat $a $date from <local:///topazproject#filter:graph=ri>
where $a <rdf:type> <http://rdf.topazproject.org/RDF/Article> in <local:///topazproject#filter:graph=ri>
and $a <http://rdf.topazproject.org/RDF/hasCategory> $oqltmp2_0 in <local:///topazproject#filter:graph=ri>
and $oqltmp2_0 <http://rdf.topazproject.org/RDF/mainCategory> $cat in <local:///topazproject#filter:graph=ri>
and (
$oqltmp3_0_1_o0_f0_0_0_ <http://purl.org/dc/terms/hasPart> $a in <local:///topazproject#filter:graph=ri>
and $oqltmp3_0_1_o0_f0_0_0_ <mulgara:is> <info:doi/10.1371/aggregation/61cec9c3-10a4-4441-a110-98fb265dc0ac>
or $a <http://prismstandard.org/namespaces/1.2/basic/eIssn> '1932-6203'
in <local:///topazproject#filter:graph=ri>
)
and $a <http://purl.org/dc/elements/1.1/date> $date in <local:///topazproject#filter:graph=ri>
and (
$oqltmp3_0_0_o0_f0_0_0_ <http://purl.org/dc/terms/hasPart> $a in <local:///topazproject#filter:graph=ri>
and $oqltmp3_0_0_o0_f0_0_0_ <mulgara:is> <info:doi/10.1371/aggregation/61cec9c3-10a4-4441-a110-98fb265dc0ac>
or $a <http://prismstandard.org/namespaces/1.2/basic/eIssn> '1932-6203'
in <local:///topazproject#filter:graph=ri>
)
order by $date desc $a;
The journal has cross-pubbed articles which may affect how this query is generated.