@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.

<> a mf:Manifest;
  rdfs:label "Custom result detail tests";
  mf:include <and-details.ttl>;
  mf:include <node-details.ttl>;
  mf:include <not-details.ttl>;
  mf:include <or-details.ttl>;
  mf:include <qualified-value-shape-details.ttl>;
  mf:include <xone-details.ttl>.
